Hi Thomas,

* Thomas Degris wrote on Tue, Dec 06, 2005 at 09:54:06AM CET:
> 
> I am using libltdl in my project called Satom 
> (http://savannah.nongnu.org/projects/satom/). Satom uses automake to 
> handle the compilation process. However, I have some troubles 
> configuring (with the configure script) Satom with libltdl on mingw. 
> When I pass options to configure to set Satom, these options are send to 
> the configure script of libltdl that returns an error because it does 
> not support these options. For examples, I run:
> ./configure --prefix=/mingw/apps --enable-debug 
> --with-libxml2=/mingw/apps --with-libxslt=/mingw/apps
> and I get the following errors:
> configure: running /bin/sh './configure' --prefix=/mingw/apps  
> '--prefix=/mingw/apps' '--enable-debug' '--with-libxml2=/mingw/apps' 
> '--with-libxslt=/mingw/apps' --enable-ltdl-convenience 
> --cache-file=/dev/null --srcdir=.
> configure: error: invalid feature name: debug
> configure: error: /bin/sh './configure' failed for libltdl

Fixed in newer versions.

> I am using the following versions:
> aclocal (GNU automake) 1.7.1
> libtoolize (GNU libtool) 1.4e
> autoheader (GNU Autoconf) 2.56
> automake (GNU automake) 1.7.1
> autoconf (GNU Autoconf) 2.56

Current is:
Automake 1.9.6
Libtool 1.5.20
Autoconf 2.59

Please upgrade.

Cheers,
Ralf


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

Reply via email to