chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Numbers Egg Error


From: Joshua Griffith
Subject: Re: [Chicken-users] Numbers Egg Error
Date: Thu, 2 Nov 2006 11:02:37 -0600

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 <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]