[geos-devel] CVS autogen.sh

Norman Vine nhv at cape.com
Mon Apr 14 04:50:32 EDT 2003


Romi Hardiyanto writes:
> 
> Hi, i'm try to compile geos for university project i work on,
> 
> i'm using redhat 8.0, the autoconf-2.53 always complaining about 
> these macros:
> 
> configure.in:16: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
> configure.in:17: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
> configure.in:18: error: possibly undefined macro: AM_PROG_LIBTOOL

Do you have libtool installed on this system ? 

> Cygwin autoconf is ok (using autoconf 2.52), but i always get errors when
> linking objects: libtool seems doesn't pass -lstdc++ 'gcc -shared'.
> 
> any ideas?

this is a known problem with Cygwin libtool :-(
Explicitly set LD
 'configure LD=g++'

HTH

Norman



More information about the geos-devel mailing list