bug-glpk
[Top][All Lists]
Advanced

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

[Bug-glpk] Re: problem on compiling glpk 4.2 in Debian and Red Hat


From: Andrew Makhorin
Subject: [Bug-glpk] Re: problem on compiling glpk 4.2 in Debian and Red Hat
Date: Sat, 15 Nov 2003 00:08:19 +0300

In glpk 4.2 the standard math library libm is not linked by default
due to that some unresolved external references appears on building the
package (namely, on linking glpsol).

To avoid the bug use the command:

   make LIBS=-lm ...

To fix the bug *either* include the following lines:

   dnl Check for libraries.
   AC_CHECK_LIB(m, exp)

in configure.in and then run autoconf to generate configure shell
script, *or* replace configure.in and configure by the patched ones
I have attached.

Attachment: configure.in.gz
Description: GNU Zip compressed data

Attachment: configure.gz
Description: GNU Zip compressed data


reply via email to

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