Closed edermi closed 8 years ago
Hello,
thanks for interest in my repo.
The thing is you are probably missing NTL library or it is not configured properly (linker is not able to find NTL symbols) NTL install script is configured to work with Travis CI. In this environment the build works.
Maybe just try to install NTL by hand by executing install-ntl.sh It should get installed to /usr/local
Please check that out, if it is correct.
Hi,
libntl-dev from the repositories was installed. I also ran install-ntl.sh before running cmake. The ntl build was succesfull (or at least I didn't see any errors).
Is it possible to provide a download of the binary created by Travis CI?
Could you please check where is libntl.a or libntl.so installed? I've added /usr to search paths in Cmake config, can you try it again?
And another thing: you've mentioned you installed libntl-dev from repositories. What is the particular version of this NTL lib? It can be too old and it could take precedence before that one installed manually.
For this purpose try running install-ntl-cached.sh to install NTL to your home directory. This exact script is used in Travis CI and it works with it. It should be taken in preference to the system one.
The version from the repo is 6.2.1-1 which seems horribly outdated?
Your latest git commit fixed it, everything works fine now :) Thanks for your quick response and fix.
I'm trying to build the whitebox in a Debian docker container.
All required boost libraries, git, cmake, wget and build-essentials are installed. Unfortunately linking fails:
I cloned the repo, ran the ntl-installer,
cmake .
andmake
.g++ version is 4.9.2 binutils 2.25 ntl 9.6.2
Am I missing something?