bug-coreutils
[Top][All Lists]
Advanced

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

Re: new snapshot available: coreutils-6.12.208-2441


From: Jim Meyering
Subject: Re: new snapshot available: coreutils-6.12.208-2441
Date: Mon, 29 Sep 2008 18:28:58 +0200

Elbert Pol <address@hidden> wrote:
...
> I found a newer build from Gmp v4.21 for os/2
> With that i came further but still error with the make...

If you have any libgmp*.a files, what symbols do they contain?
E.g., I'd run something like this to check for the missing __gmp_scanf:

    cd /usr/lib; nm -e libgmp* |grep scanf

In any case, please change configure like this

    perl -pi s/gmpz_init/gmp_sscanf/g configure

and try again.
That might make the link succeed, but without gmp support in factor.




reply via email to

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