On Fri, Aug 04, 2006 at 12:11:35AM +0200, Richard B. Kreckel wrote:
I've applied all the hunks that I gathered were necessary and rolled a tarball. Could you, please, try if <ftp://ftpthep.physik.uni-mainz.de/pub/kreckel/cln-1.1.12-pre.tar.bz2> works on MinGW (statically only, I suppose)?
Thank you, Richard. It works (compiled and passed `make check'). Could you please apply this patch too? --- configure.ac.orig 2006-08-04 19:35:07.000000000 +0400 +++ configure.ac 2006-08-04 19:40:02.000000000 +0400 @@ -69,6 +69,15 @@ dnl PACKAGE=cln dnl libtool wants PACKAGE + +case $host_os in + *mingw*) + AC_DISABLE_SHARED + dnl Shared libraries are not supported on some platforms [yet] + ;; + *) + ;; +esac AC_PROG_LIBTOOL dnl sets variable LIBTOOL Best regards, Alexei. -- All science is either physics or stamp collecting.