Hi, I've successfully compiled the current CLN git snapshot on all Debian architectures and plan to release it soon. Please give it a try and report any problem you find to this list. You may get the tarball from: <ftp://ftp.debian.org/debian/pool/main/c/cln/cln_1.3.0~beta2.orig.tar.gz>. Bye -richy. -- Richard B. Kreckel <http://www.ginac.de/~kreckel/>
Compiles on SUSE-10.3, also "make check" succeeds. Even though ./configure says: conftest.cpp:41:17: error: gmp.h: No such file or directory conftest.cpp:43:3: error: #error "ancient gmp.h" configure:25832: $? = 1 configure: failed program was: | /* confdefs.h. */ [...] | #include <gmp.h> | #if !defined(__GNU_MP_VERSION) || (__GNU_MP_VERSION < 3) | #error "ancient gmp.h" | #endif configure:25848: result: no configure:26017: WARNING: The header file <gmp.h> is too old to be used. configure:26521: creating ./config.status gmp version is apparently 3.4.1: /usr/lib64/libgmp.so.3.4.1 * Richard B. Kreckel <kreckel@ginac.de> [Jun 23. 2009 10:53]:
Hi,
I've successfully compiled the current CLN git snapshot on all Debian architectures and plan to release it soon. Please give it a try and report any problem you find to this list. You may get the tarball from: <ftp://ftp.debian.org/debian/pool/main/c/cln/cln_1.3.0~beta2.orig.tar.gz>.
Bye -richy. -- Richard B. Kreckel <http://www.ginac.de/~kreckel/> _______________________________________________ CLN-list mailing list CLN-list@ginac.de https://www.cebix.net/mailman/listinfo/cln-list
Joerg Arndt wrote:
Compiles on SUSE-10.3, also "make check" succeeds. Even though ./configure says:
conftest.cpp:41:17: error: gmp.h: No such file or directory conftest.cpp:43:3: error: #error "ancient gmp.h" configure:25832: $? = 1 configure: failed program was: | /* confdefs.h. */ [...] | #include <gmp.h> | #if !defined(__GNU_MP_VERSION) || (__GNU_MP_VERSION < 3) | #error "ancient gmp.h" | #endif configure:25848: result: no configure:26017: WARNING: The header file <gmp.h> is too old to be used. configure:26521: creating ./config.status
gmp version is apparently 3.4.1: /usr/lib64/libgmp.so.3.4.1
GMP 3.4.1 would indeed be ancient, but GMP's version is not the same as the library's soname. More likely, what's installed on your machine is GMP 4.2.1. The problem is rather that gmp.h was not found. Do you have the corresponding -dev package installed? Best wishes -rbk. -- Richard B. Kreckel <http://www.ginac.de/~kreckel/>
* Richard B. Kreckel <kreckel@ginac.de> [Jun 24. 2009 13:07]:
[...]
GMP 3.4.1 would indeed be ancient, but GMP's version is not the same as the library's soname. More likely, what's installed on your machine is GMP 4.2.1.
The problem is rather that gmp.h was not found. Do you have the corresponding -dev package installed?
Apparently (may have overwritten with manually compiled stuff) these ones: gmp-32bit-4.2.1-58 gmp-devel-32bit-4.2.1-58 gmp-4.2.1-58 gmp-devel-4.2.1-58 I really just wanted to check for trivial errors.
Best wishes -rbk. [...]
participants (2)
-
Joerg Arndt
-
Richard B. Kreckel