help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] Thread safety of GLPK


From: Louis Wasserman
Subject: Re: [Help-glpk] Thread safety of GLPK
Date: Thu, 22 Apr 2010 23:34:27 +0400

Let me put it more directly:


I replaced glpenv02.c with the version someone posted as being thread-safe.  
./configure worked fine, but make yielded:




/bin/bash ../libtool --tag=CC   --mode=link gcc  -g -O2   -o glpsol glpsol.o 
../src/libglpk.la -lm -L/usr/include/

libtool: link: gcc -g -O2 -o .libs/glpsol glpsol.o  ../src/.libs/libglpk.so 
-L/usr/include/ -lm

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

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







Louis Wasserman
address@hidden
http://profiles.google.com/wasserman.louis


On Wed, Apr 21, 2010 at 7:43 PM, Louis Wasserman <address@hidden> wrote:
Do I need to mess with the configure options to build with this modified 
glpenv02.c?


Louis Wasserman
address@hidden
http://profiles.google.com/wasserman.louis









 
Let me put it more directly:

I replaced glpenv02.c with the version someone posted as being thread-safe.  ./configure worked fine, but make yielded:

/bin/bash ../libtool --tag=CC   --mode=link gcc  -g -O2   -o glpsol glpsol.o ../src/libglpk.la -lm -L/usr/include/
libtool: link: gcc -g -O2 -o .libs/glpsol glpsol.o  ../src/.libs/libglpk.so -L/usr/include/ -lm
../src/.libs/libglpk.so: undefined reference to `pthread_getspecific'
../src/.libs/libglpk.so: undefined reference to `pthread_setspecific'


Louis Wasserman
address@hidden
http://profiles.google.com/wasserman.louis


On Wed, Apr 21, 2010 at 7:43 PM, Louis Wasserman <address@hidden> wrote:
Do I need to mess with the configure options to build with this modified glpenv02.c?

Louis Wasserman
address@hidden
http://profiles.google.com/wasserman.louis


reply via email to

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