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

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

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

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

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

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

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

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

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

2010-12-01 Thread Laviticus Stone
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/gbacktrace.o .libs/gbase64.o .libs/gbitlock.o .libs/gbookmarkfile.o .libs/gbuffer.o .libs/gcache.o .libs

Re: Enhanced OS/2 port

2010-12-01 Thread Ralf Wildenhues
Hello, * KO Myung-Hun wrote on Wed, Dec 01, 2010 at 09:24:56AM CET: > > I've enhanced and fixed libtool 2.4 for OS/2. > > > > Review, please. > Ping ? Thanks for your patch, and sorry for the delay. I'm very busy ATM but I will try to review it by next week. It needs some more work. Also, pa

Re: Enhanced OS/2 port

2010-12-01 Thread KO Myung-Hun
KO Myung-Hun wrote: > Hi/2. > > I've enhanced and fixed libtool 2.4 for OS/2. > > Review, please. > > Fixed parts. > 1. if PATH_SEPARATOR is ';', then make fails. > 2. Consider ';' as a path separator as well as ':' when finding an > absolute path. > 3. Workaround for a pdksh v5.2.14-bin-2 for

Re: Enhanced OS/2 port

2010-12-01 Thread KO Myung-Hun
KO Myung-Hun wrote: > Hi/2. > > I've enhanced and fixed libtool 2.4 for OS/2. > > Review, please. > > Fixed parts. > 1. if PATH_SEPARATOR is ';', then make fails. > 2. Consider ';' as a path separator as well as ':' when finding an > absolute path. > 3. Workaround for a pdksh v5.2.14-bin-2 for