autoconf
[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: Tue, 2 Nov 2004 07:52:16 -0800
User-agent: Mutt/1.5.6+20040907i

On Tue, Nov 02, 2004 at 03:44:20PM +0000, Gary V. Vaughan wrote:
> > $ ./configure --prefix=$HOME/static LD_FLAGS='-all-static' >/dev/null && 
> > make install >/dev/null
> 
> just LDFLAGS                           ^^^

It's one of those mornings.


$ ./configure --prefix=$HOME/static LDFLAGS='-all-static' && make install
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C 
compiler cannot create executables
See `config.log' for more details.

configure:2501: checking for C compiler default output file name
configure:2504: gcc   -all-static conftest.c  >&5
cc1: error: unrecognized option `-all-static'

This is on Debian Sid.



-- 
Bill Moseley
address@hidden





reply via email to

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