[GiNaC-list] about CLN versus win32 patch

Sheplyakov Alexei varg at theor.jinr.ru
Fri Aug 4 18:11:17 CEST 2006


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.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: Digital signature
Url : http://www.cebix.net/pipermail/ginac-list/attachments/20060804/81393a75/attachment.pgp


More information about the GiNaC-list mailing list