Re: Building all static

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

 



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
moseley@xxxxxxxx



_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux