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

2010-12-05 Thread Ralf Wildenhues
reates the following command and results: > >>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

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

2010-12-01 Thread Laviticus Stone
.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 no

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

2010-12-01 Thread Laviticus Stone
.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 no

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

2010-12-01 Thread Laviticus Stone
.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 no

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

2010-12-01 Thread Ralf Wildenhues
.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

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

2010-12-01 Thread Laviticus Stone
e -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 [ r..