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