bug-libtool
[Top][All Lists]
Advanced

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

Re: libtool 1.9b build fail on i686-pc-linux-gnu with no C++ compiler, G


From: Peter O'Gorman
Subject: Re: libtool 1.9b build fail on i686-pc-linux-gnu with no C++ compiler, GCC 3.4.1
Date: Mon, 30 Aug 2004 22:15:31 +0900
User-agent: Mozilla Thunderbird 0.6 (Macintosh/20040502)

Daniel Reed wrote:


slist.h:54: warning: type defaults to `int' in declaration of `userdata'
 gcc "-DHAVE_CONFIG_H=<config.h>" -DLTDL -I. -I. -I.. -I.. -I.. -std=gnu99 -Wall -O20 
-march=pentium3 -c slist.c -o slist.o >/dev/null 2>&1
/bin/sh ../libtool --mode=link --tag=CC gcc  -std=gnu99 -Wall -O20 
-march=pentium3 -no-undefined  -o libdlloader.la -rpath 
/software/libtool/libtool-1.9b/arch/pentium3-pc-linux-gnu/lib -version-info 
6:0:0 lt_error.lo lt__alloc.lo slist.lo
gcc -shared  .libs/lt_error.o .libs/lt__alloc.o .libs/slist.o   -lc  -soname 
libdlloader.so.6 -o .libs/libdlloader.so.6.0.0
gcc: libdlloader.so.6: No such file or directory
gcc: unrecognized option `-soname'
make[6]: *** [libdlloader.la] Error 1

Your gcc doesn't recognize -soname? Is that normal?

Looks like we need a ${wl} in there somewhere.

Thanks,
Peter




reply via email to

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