automake
[Top][All Lists]
Advanced

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

Re: autogen-5.4.5 build bug


From: Bruce Korb
Subject: Re: autogen-5.4.5 build bug
Date: Sun, 13 Oct 2002 09:22:45 -0700

Treeve Jelbert wrote:
> 
> stray 'no' in link spec
> 
> ---

Hi Libtool (& automake?),

Here's the Configuration:

>   Source code location:   .
>   Compiler:               gcc
>   Compiler flags:         -march=athlon -mmmx -m3dnow -O3
>   Host System Type:       i686-pc-linux-gnu
>   Install path:           /usr

And the tool versions:

> $ for f in automake autoconf libtool ; do $f --version | sed 1q ; done
> automake (GNU automake) 1.6.3
> autoconf (GNU Autoconf) 2.54
> ltmain.sh (GNU libtool) 1.4.2 (1.922.2.54 2001/09/11 03:33:37)

And the problem.  Note that ``-export-dynamic no'' becomes ``no''.
Why?  Maybe I should check to see what my last automake version
was.  I've had several problem reports of this nature within 24 hrs.
of releasing 5.4.5  :-(

> /bin/sh ../libtool --mode=link gcc  -march=athlon -mmmx -m3dnow -O3 \
>   -z combreloc -o autogen -export-dynamic no autogen-opts.o \
>  autogen-cgi-fsm.o autogen-agCgi.o autogen-agShell.o \
>  autogen-agUtils.o autogen-autogen.o autogen-defDirect.o \
>  autogen-defFind.o autogen-defLex.o autogen-defLoad.o \
>  autogen-defParse.o autogen-defReduce.o autogen-expExtract.o \
>  autogen-expFormat.o autogen-expGperf.o autogen-expGuile.o \
>  autogen-expMake.o autogen-expOutput.o autogen-expPrint.o \
>  autogen-expState.o autogen-expString.o autogen-funcCase.o \
>  autogen-funcDef.o autogen-funcEval.o autogen-funcFor.o \
>  autogen-funcIf.o autogen-functions.o autogen-loadPseudo.o a\
>  utogen-tpLoad.o autogen-tpParse.o autogen-tpProcess.o \
>  ../autoopts/libopts.la -ldl 
> mkdir .libs
> gcc -march=athlon -mmmx -m3dnow -O3 \
>  -z combreloc -o .libs/autogen no autogen-opts.o \
>  autogen-cgi-fsm.o autogen-agCgi.o autogen-agShell.o \
>  autogen-agUtils.o autogen-autogen.o autogen-defDirect.o \
>  autogen-defFind.o autogen-defLex.o autogen-defLoad.o \
>  autogen-defParse.o autogen-defReduce.o autogen-expExtract.o \
>  autogen-expFormat.o autogen-expGperf.o autogen-expGuile.o \
>  autogen-expMake.o autogen-expOutput.o autogen-expPrint.o \
>  autogen-expState.o autogen-expString.o autogen-funcCase.o \
>  autogen-funcDef.o autogen-funcEval.o autogen-funcFor.o \
>  autogen-funcIf.o autogen-functions.o autogen-loadPseudo.o \
>  autogen-tpLoad.o autogen-tpParse.o autogen-tpProcess.o \
>  -Wl,--export-dynamic  ../autoopts/.libs/libopts.so -ldl




reply via email to

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