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 documentation: 
> http://www.delorie.com/gnu/docs/libtool/libtool_61.html. As stated there, 
> I added all SkyOS specific setting to libtool.m4 from the libtool-1.5.22 
> package. Unfortunately I don't know how to proceed.

 ( ./bootstrap && ./configure && make && make check VERBOSE=x ) 2>&1 |
    tee log

and send the log.

> I tried this, but it doesn't look like as if my changes were actually 
> used. (only libtool.m4 has the new changes in it, no other file).
> I then tried to use autoconf/automake, but this failed with error messages 
> like:  configure.ac: No proper invocation of AM_INIT_AUTOMAKE was found. I 
> upgraded autoconf to 2.95c without success.

2.59c should not be necessary, 2.59 is fine.

> Running ./bootstrap also prints many autoconf errors.

This is weird.  Let's see those errors.

Cheers,
Ralf


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to