osx "make check" fails
H Messerer
helmut.messerer at gmail.com
Tue Apr 3 23:29:57 UTC 2018
Hi,
i found a problem in your configure/make construct.
i use the version 6.1.2 downloaded here:
https://gmplib.org/download/gmp/gmp-6.1.2.tar.lz
i'm running on OSX 10.9.5
if i do it from a folder where the path contains spaces it fails.
i found a guy had this same issue like 5 years ago, see:
https://gmplib.org/list-archives/gmp-bugs/2013-February/002945.html
i got that exact same issue and fixed it by removing all spaces from the
path i was working in.
then:
make clean
./configure
make
make check
works properly.
before it would fail with:
libtool: error: cannot find the library 'last-path-element/gmp-6.1.2/l
ibgmp.la' or unhandled argument 'last-path-element/gmp-6.1.2/libgmp.la'
where last-path-element is the last element of the path-string if you split
it on space(s).
so its clearly a configure issue affecting the Makefile
Regards,
Helmut Messerer
More information about the gmp-bugs
mailing list