Re: Re: Re: Re: Porting libtool to SkyOS

2006-04-20 Thread Robert Szeleney
> This is too small.  aclocal.m4 should contain some macros from Automake. > You didn't by any chance remove the AM_INIT_AUTOMAKE call from > configure.ac in your changes? > No, I didn't touch any file. Do you think that this is rather an autoconf/m4/coreutils/... instead of a libtool problem?

Re: Re: Re: Porting libtool to SkyOS

2006-04-20 Thread Ralf Wildenhues
Hi Robert, * Robert Szeleney wrote on Thu, Apr 20, 2006 at 05:30:08PM CEST: > > > Do the files acinclude.m4 and aclocal.m4 exist after the bootstrap? > > Yes, > acinclude.m4 is 230.594 byte in size > aclocal.m4 is 607 byte in size containing: > # generated automa

Re: Re: Porting libtool to SkyOS

2006-04-20 Thread Ralf Wildenhues
Hi Robert, * Robert Szeleney wrote on Thu, Apr 20, 2006 at 05:14:42PM CEST: > > Here is the log. > > Before I did '( ./bootstrap && ./configure && make && make check VERBOSE=x > ) 2>&1 | tee log') I rebuilt and reinstalled autoconf-2.59c, > automake-1.9.6 and m4-1.4.4. > > > ( ./bootstrap &&

Re: Re: Porting libtool to SkyOS

2006-04-20 Thread Robert Szeleney
Ralf Wildenhues <[EMAIL PROTECTED]> 20.04.2006 16:40 An Robert Szeleney <[EMAIL PROTECTED]> Kopie libtool@gnu.org Thema Re: Porting libtool to SkyOS Hi Ralf! Here is the log. Before I did '( ./bootstrap && ./configure && make && make check VERBOSE=x ) 2>&1 | tee log') I rebui

Re: Porting libtool to SkyOS

2006-04-20 Thread Ralf Wildenhues
Hi Robert, * Robert Szeleney wrote on Thu, Apr 20, 2006 at 04:33:16PM CEST: > > I recently started porting libtool to SkyOS. In general, libtool works > just fine in SkyOS, but only for static libraries. So I want to update it > to support shared libraries. > Ok, I started by reading following

Porting libtool to SkyOS

2006-04-20 Thread Robert Szeleney
Hi guys! I recently started porting libtool to SkyOS. In general, libtool works just fine in SkyOS, but only for static libraries. So I want to update it to support shared libraries. (SkyOS uses a unix similar filesystem layout with most GNU tools available and uses the PE format for executable f