On Sat, 14 May 2005 [EMAIL PROTECTED] wrote: > gcc -g -O2 -o glpsol glpsol.o ../src/libglpk.a > ../src/libglpk.a(glpmpl3.o): In function `glp_mpl_fp_power': > /home/harun/optimize/glpk-4.2/src/glpmpl3.c:184: undefined reference to `log' > /home/harun/optimize/glpk-4.2/src/glpmpl3.c:186: undefined reference to `exp'
For whatever reason, the math library was not referenced (-lm) on the link line. -- Mike [EMAIL PROTECTED] "There are three kinds of people, those who can count and those who can't." _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
