Re: Libtool 2.1a ported to SkyOS, how to test?

2006-04-22 Thread Robert Szeleney
Hi Ralf! Erm. Did you mean 1.5 instead of 1.9? Because 1.9 is dead; branch-1-5 and HEAD are alive. Oh yes, sorry, I meant 1.5.22 Anyway, I have a suspicion why libtool 1.5.22 is not working. Looks like that the kernel can't setup the inital stack layout (with arguments and environment va

Re: Libtool 2.1a ported to SkyOS, how to test?

2006-04-22 Thread Ralf Wildenhues
Hi Robert, * Robert Szeleney wrote on Sat, Apr 22, 2006 at 04:13:21PM CEST: > > Being unable to './bootstrap' libtool 1.9 because of various autoconf > errors I just tried to ported libtool 2.1a (the daily CVS version). Erm. Did you mean 1.5 instead of 1.9? Because 1.9 is dead; branch-1-5 and

Libtool 2.1a ported to SkyOS, how to test?

2006-04-22 Thread Robert Szeleney
Hi guys! Being unable to './bootstrap' libtool 1.9 because of various autoconf errors I just tried to ported libtool 2.1a (the daily CVS version). Fortunately ./bootstrap works without any problems there. I also added all SkyOS modifications to libtool.m4 and run ./configure;make;make check.