[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gm2 on FreeBSD 11.3
From: |
john o goyo |
Subject: |
Re: gm2 on FreeBSD 11.3 |
Date: |
Fri, 28 Feb 2020 13:05:29 -0500 |
User-agent: |
Mozilla/5.0 (X11; SunOS sun4u; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 |
Greetings, Ben.
On 02/28/20 10:37, Ben Stuyts wrote (in part):
[...]
checking for gmp.h... no
configure: error: gmp.h can't be found, or is unusable.
gmake[1]: *** [Makefile:5175: configure-mpfr] Error 1
gmake[1]: Leaving directory '/home/ben/src/gm2/build-8.2.0'
gmake: *** [Makefile:922: all] Error 2
So it just built gmp, and next it cannot find it. Any idea what the problem
could be?
Our mileage will differ but I found that I always had to explicitly
specify where to find gmp (and others), despite they being in the
"standard locations" determined by configure:
--with-mpc-include=/usr/local/include \
--with-mpc-lib=/usr/local/lib \
--with-mpfr-include=/usr/local/include \
--with-mpfr-lib=/usr/local/lib \
--with-gmp-include=/usr/local/include \
--with-gmp-lib=/usr/local/lib \
Good luck.
Sincerely,
john
Thanks,
Ben