About the compilation problem I got it working using: make LDFLAGS+=-ldl What about plans to make glpk reendrant ??
Thanks again... Antonello Il Thursday 05 June 2008 18:54:00 Antonello Lobianco ha scritto: > Hello I am try to compile glpk on a high-performance Linux-clusted of which > I don't know so much about, apart it runs Red Hat Enterprice 4... > > Configure seems to go well, but when I compile with make I got the > following problem: > > [CONSOLE OUTPUT] > Making all in src > make[2]: Entering directory > `/sfs/sanfs/home/userfranc/frauan02/glpk-4.28/src' make[2]: Nothing to be > done for `all'. > make[2]: Leaving directory > `/sfs/sanfs/home/userfranc/frauan02/glpk-4.28/src' Making all in examples > make[2]: Entering directory > `/sfs/sanfs/home/userfranc/frauan02/glpk-4.28/exampl > es' > /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o glpsol > glpsol.o ../sr c/libglpk.la -lz -lgmp -lm > gcc -g -O2 -o .libs/glpsol > glpsol.o ../src/.libs/libglpk.so -lz -lgmp -lm -Wl, > --rpath -Wl,/usr/local/lib ../src/.libs/libglpk.so: undefined > reference to `dlsym' > ../src/.libs/libglpk.so: undefined reference to `dlerror' > ../src/.libs/libglpk.so: undefined reference to `dlopen' > ../src/.libs/libglpk.so: undefined reference to `dlclose' > collect2: ld returned 1 exit status > make[2]: *** [glpsol] Error 1 > [/CONSOLE OUTPUT] > > What do you think it means?? I never got any problem compiling on normal > workstation.. > 'Going little bit OT.. are there any plan to make glpk at least reendrant?? > I need to solve several independent small problems, and I don't know if I > can spread them in several threads... > > Thanks, > Antonello > > > _______________________________________________ > Help-glpk mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-glpk _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
