> After several from-scratch attempts, I get the following (probably
> simple) error from make LIBS=-lpthread:                    make[2]:
> Entering directory `/home/lowasser/glpk-4.43/examples #39;

> /bin/bash ../libtool --tag=CC   --mode=link gcc  -g -O2   -o glpsol
> glpsol.o ../src/libglpk.la -lpthread

> libtool: link: gcc -g -O2 -o .libs/glpsol glpsol.o
>  ../src/.libs/libglpk.so -lpthread                   

> ../src/.libs/libglpk.so: undefined reference to `sqrt #39;        
>                                          

Try LIBS='-lm -lpthread' . This must work.



_______________________________________________
Help-glpk mailing list
Help-glpk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to