Hello, --- Andrew Makhorin <[EMAIL PROTECTED]> wrote:
> There are two ways to fix the bug. > > 1. Patch configure.in and then run > autoconf/automake. > Thanks to Davide Madrisan > <[EMAIL PROTECTED]> who > provided the patch: > > --- configure.in.orig 2006-11-09 > 09:43:01.000000000 +0100 > +++ configure.in 2006-11-09 > 09:43:15.000000000 +0100 > @@ -21,7 +21,7 @@ > sed -e 's/#undef GLP_USE_GMP/#define GLP_USE_GMP/' > \ > ./include/glpcfg.hin > ./include/glpcfg.h > rm -f ./include/glpcfg.hin > -LIBS="-lgmp" > +LIBS="-lgmp -lm" > else > echo "*** WARNING ***" > echo "To attain a much better performance on using > exact arithmetic" Works perfectly now, thanks. Claudio __________________________________________________ Do You Yahoo!? Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto spazio gratuito per i tuoi file e i messaggi http://mail.yahoo.it _______________________________________________ Bug-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-glpk
