I recently picked up the latest port of gmp 4.2.1 (under FreeBSD
6.0-Release AMD64), and having apparently successfully installed the
library, I discovered that none of my simple applications would link -
I continually get the errors:<br>
<br>
libgmp.so: undefined reference to '__gmpn_add_nc'<br>
libgmp.so: undefined reference to '__gmpn_sub_nc'<br>
<br>
I attempted to compile and link the isprime demo by:<br>
<br>
$ cd demos<br>
$ make isprime<br>
<br>
but got the same error.<br>
<br>
I've done some searching on the web and found a couple of sites which
have the entire dump of the config.status file, but I have not been
able to assertain what the error may be.<br>
<br>
Any thoughts?<br>