[kaffe] GMP library?

Greg Wooledge greg@wooledge.org
Sat Aug 30 05:38:02 2003


--PpocKf6TCvdC9BKE
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Riccardo (zuse@libero.it) wrote:

> but I have installed the following package:
> gmp-4.1.1          library for arbitrary precision arithmetic

That looks like a BSD ports installation, so you probably have gmp
in /usr/local/*, right?

You need to set the LDFLAGS and CPPFLAGS variables to tell the compiler
where it can find everything (assuming you're using recent CVS -- if
you're using 1.1.0 or older, you'll have to use --with-* stuff).

E.g.,

 env CPPFLAGS=3D-I/usr/local/include LDFLAGS=3D-L/usr/local/lib ./configure=
=20

If your gmp headers are not in /usr/local/include, then substitute
appropriately.

--=20
Greg Wooledge                  |   "Truth belongs to everybody."
greg@wooledge.org              |    - The Red Hot Chili Peppers
http://wooledge.org/~greg/     |

--PpocKf6TCvdC9BKE
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (OpenBSD)

iD8DBQE/UJntkAkqAYpL9t8RAtbKAJ4xlujrnZHSjg91pbZ8iNG8lHWpngCgnbBw
ohVbc+WPKGnZzxrbkLoYbN4=
=mhNJ
-----END PGP SIGNATURE-----

--PpocKf6TCvdC9BKE--