git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Alex Riesen <raa.lkml@gmail.com>
To: Joel Saltzman <saltzmanjoelh@gmail.com>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: Re: self contained executable
Date: Wed, 16 Sep 2009 18:44:17 +0200	[thread overview]
Message-ID: <81b0412b0909160944xe2ae0b4u988e8ced7416e5f6@mail.gmail.com> (raw)
In-Reply-To: <C3C630B6-7B54-42BE-9312-20BC20B7F051@gmail.com>

On Wed, Sep 16, 2009 at 18:36, Joel Saltzman <saltzmanjoelh@gmail.com> wrote:
> The last part is what I am trying to figure out. How do I set those linking
> flags?

Below, I assume you're a familiar with compilation.

Open Makefile and find the line "Platform specific tweaks".
That should be an example(s) for variables to set. Don't
mind the ifeq's.
Open config.mak and put there all the -I$$HOME/... and
-L$$HOME/... you need to reach the missing headers and
libraries. Your configuration will override the preset values.

That's almost it: you have to find out what exactly you're
missing on your own (for example, you may actually have
curl and openssl).

  parent reply	other threads:[~2009-09-16 16:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-16  7:45 self contained executable Joel Saltzman
2009-09-16  8:13 ` Alex Riesen
     [not found]   ` <C3C630B6-7B54-42BE-9312-20BC20B7F051@gmail.com>
2009-09-16 16:44     ` Alex Riesen [this message]
2009-09-16 16:51 ` Matthieu Moy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=81b0412b0909160944xe2ae0b4u988e8ced7416e5f6@mail.gmail.com \
    --to=raa.lkml@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=saltzmanjoelh@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).