Thomas,

The commands I executed to install GMP were:

$ sudo ./configure --host=none-apple-darwin --enable-cxx --enable-shared
$ sudo make
$ sudo make check

To my knowledge, no error messages were thrown and make check
succeeded.  Any other ideas on how to troubleshoot?

Thanks for your assistance,

Josh

On 11/2/06, Thomas Chust <[EMAIL PROTECTED]> wrote:
On Thu, 2 Nov 2006, Joshua Griffith wrote:

> [...] After compiling GMP, I only have /usr/local/lib/libgmp.a and
> /usr/local/lib/libgmp.la.  How might I compile/obtain libgmp.dylib?
> [...]

Hello,

usually dynamic libraries get built by default -- but you can explicitly
request them by passing --enable-shared to the configure script of GMP.
Maybe that option helps or at least results in an error message explaining
why GMP doesn't want to build itself as a shared library...

cu,
Thomas



_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to