libtool
[Top][All Lists]
Advanced

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

is libtool 1.5.14 broken or misconfigured?


From: Bruce
Subject: is libtool 1.5.14 broken or misconfigured?
Date: Thu, 7 Apr 2005 08:12:18 -0700 (PDT)

> $ ./libtool --version
> ltmain.sh (GNU libtool) 1.5.14 (1.1220.2.195 2005/02/12 12:12:33)
> 
> Copyright (C) 2005  Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> $ make
[[.....]]
> /bin/ksh ../libtool --tag=CC --mode=link \
>   /opt/apps/forte62/SUNWspro/bin/cc  -xO4 -o libopts.la \
>   -rpath /u/local/lib -version-info25:0:0  libopts.lo \
>   ../snprintfv/libsnprintfv.la -lm -lgen -lm -ldl 
> /usr/ccs/bin/ld -G -h libopts.so.25 -o .libs/libopts.so.25.0.0 \
>   .libs/libopts.o -Wl,-z -Wl,allextract \
>   ../snprintfv/.libs/libsnprintfv.a -Wl,-z -Wl,defaultextract  \
>   -lgen -lm -ldl -lc

"ld" then chokes and dies on the ``-Wl,XXX'' arguments.

However, on an earlier version of my project:

> $ ./libtool --version
> ltmain.sh (GNU libtool) 1.5.2 (1.1220.2.60 2004/01/25 12:25:08)
> 
> Copyright (C) 2003  Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> $ make
[[.....]]
> /usr/ccs/bin/ld -G -h libopts.so.9 -o .libs/libopts.so.9.15.0 \
>   .libs/libopts.o -z allextract ../snprintfv/.libs/libsnprintfv.a \
>   -z defaultextract  -lm -ldl -lgen -lc -R/u/local/lib

*Much* better.  By the way:

> $ ./config/config.guess
> sparc-sun-solaris2.8

and, of course, no problem on Linux.

Thank you! - Bruce


reply via email to

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