Elbert Pol <[EMAIL PROTECTED]> 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. _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils