libtool
[Top][All Lists]
Advanced

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

Re: ld: fatal: file .libs/libglib-2.0.exp: unknown file type


From: Laviticus Stone
Subject: Re: ld: fatal: file .libs/libglib-2.0.exp: unknown file type
Date: Thu, 02 Dec 2010 02:53:40 -0500
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.2.9) Gecko/20101021 Lightning/1.0b2 Thunderbird/3.1.4

On 12/ 2/10 02:37 AM, Ralf Wildenhues wrote:
Hello Laviticus,

* Laviticus Stone wrote on Thu, Dec 02, 2010 at 01:45:04AM CET:
Hi, i'm trying to compile glib-2.0 on Solaris 11 from netbsd pkgsrc.
Libtool creates the following command and results:

gcc -shared  .libs/garray.o .libs/gasyncqueue.o .libs/gatomic.o
[...]
.libs/giounix.o .libs/gspawn.o  -Wl,--whole-archive
libcharset/.libs/libcharset.a -Wl,--no-whole-archive  -Wl,-rpath
-Wl,/usr/pkgsrc/devel/glib2/work/.buildlink/lib -Wl,-rpath
-Wl,/usr/pkgsrc/devel/glib2/work/.buildlink/lib
-L/usr/pkgsrc/devel/glib2/work/.buildlink/lib
/usr/pkgsrc/devel/glib2/work/.buildlink/lib/libpcre.so
/usr/pkgsrc/devel/glib2/work/.buildlink/lib/libintl.so
/usr/pkgsrc/devel/glib2/work/.buildlink/lib/libiconv.so -lc -lnsl
-lsocket -lc  -Wl,-R/usr/pkg/lib   -Wl,-soname -Wl,libglib-2.0.so.0
-Wl,-retain-symbols-file -Wl,.libs/libglib-2.0.exp -o
.libs/libglib-2.0.so.0.2600.1
ld: fatal: file .libs/libglib-2.0.exp: unknown file type
ld: fatal: file processing errors. No output written to
.libs/libglib-2.0.so.0.2600.1
collect2: ld returned 1 exit status

Somehow libtool seems to think you're using GNU ld but apparently you're
not.  Please send output of
   ./libtool --version
   ./libtool --config

Thanks,
Ralf

Ah yes, netbsd's pkgsrc is configured for
LD="ld"

I imagine it was finding gnu lsd, which was in the search path, and assumign gnu ld, yet the gcc command it was issuing was using the solaris ld in /usr/ccs/bin.


ps up to date pkgsrc is ltmain.sh (GNU libtool) 2.2.6b



reply via email to

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