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
[EMAIL PROTECTED]



_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to