libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building all static


From: Bill Moseley
Subject: Re: Building all static
Date: Wed, 3 Nov 2004 06:55:39 -0800
User-agent: Mutt/1.5.6+20040907i

On Tue, Nov 02, 2004 at 12:39:10PM +0000, Gary V. Vaughan wrote:
> > 2) Is there a "standard" way to run configure that should build a
> > completely static binary?
> 
> Assuming libtool is doing all your linking:
> 
> ./configure LDFLAGS='-all-static'

As I posted, that doesn't work.  What does work is:

  ./configure && make LDFLAGS=-all-static

Since passing LDFLAGS to configure doesn't work does that mean that
there's something setup incorrectly in my setup?





-- 
Bill Moseley
address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]