bug-gmp
[Top][All Lists]
Advanced

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

Re: gmp-3.1.1 make error on MacOS X


From: Koen Vervloesem
Subject: Re: gmp-3.1.1 make error on MacOS X
Date: Wed, 15 Aug 2001 01:43:40 +0200


I "fixed" this by just removing the invocation of m4wrap_prepend from
asm-defs.m4.  I'm not sure whether or not that might cause other
problems, but it did allow gmp to finish compiling.  Apparently it
also works to install GNU m4, which is no doubt a better solution.

Yep.  That m4wrap is only used for some m4 error handling, it's fine
to just delete from mpn/asm-defs.m4 the line

        m4wrap(`m4wrap_string')

I deleted this line, and gmp compiled. Make check passed for all tests, but make install gave an error: the symbol table of libgmp.a didn't exist. I ran ranlib, and after that make install finished without errors. I have successfully compiled the demos and my own programs I wrote in Linux, so it looks like it's working. Thanks for the help,

Koen




reply via email to

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