I wonder if there is a bug in configure or libgmp---I noticed the
following lines in the configure output:

checking whether the gcc linker (/usr/bin/ld) supports shared libraries... no
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no

I'll try to troubleshoot it and see.

On 11/2/06, Joshua Griffith <[EMAIL PROTECTED]> wrote:
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
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users



_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to