Comment 4 for bug 159235

Revision history for this message
Jens Axel Søgaard (soegaard) wrote : Re: [Bug 159235] Re: Installation Problems on Mac OS X (undefined GMP symbols)

>> I ran into the exact same problem.
>>
>> I downloaded the GMP source and compiled it with default options.
>> This produces a 64 bit libgmp, which doesn't work with Ikarus.
>> When you run configure for GMP set ABI to 32 bits.
>>
>> (Thanks to my brother for figuring his out)

Aziz,

The reascon it was a little tricky to figure out, was that
configure reported that GMP was present and that it worked.
If configure tests the same version of libgmp that actually
gets linked, it will be possible to warn the user early.

/Jens Axel