GMP on MacOS

Kevin Ryde user42@zip.com.au
Sat, 07 Dec 2002 09:28:20 +1000


[gmp questions to gmp-discuss@swox please.]

Minh Nguyen <md6nguyen@yahoo.com> writes:
>
> Sorry, I'm not sure if I follow you. Are you saying that there is a
> way to avoid having the absolute path embedded in the
> libgmp.3.3.0.dylib? If so then this is exactly what I want because I
> can just get rid of all the symlinks and then rename
> libgmp.3.3.0.dylib to libgmp.dylib

I don't know if that's possible or not, but I do know libtool is quite
fond of hard coding paths.  Apparently on some systems it's the only
way to make things work properly.

You probably should look to do a "make install" to somewhere.

Or a static build might be easier, plain old libgmp.a.