Thread compilation issue



Hi,

I have some gtk1.28 code with threads that I succesfully compiled on my solaris machine at the start of the year.

I have just made some changes, but am having trouble, getting the following errors:

+++++++++++++++++++++
      -L/usr/lib                                   \
      -L/usr/local/lib                             \
      -L/usr/openwin/lib                           \
      -lgtk -lgdk -lgmodule -lglib -lXext -lX11    \
      -lnsl -lm -lpthread -lcschtml -lgdk_pixbuf -lart_lgpl \
      `gtk-config --cflags --libs gthread`
/usr/local/lib/libgthread.so: undefined reference to `thr_getspecific SISCD_2 3a'
/usr/local/lib/libgthread.so: undefined reference to `cond_init SISCD_2 3a'
/usr/local/lib/libgthread.so: undefined reference to `mutex_trylock SISCD_2 3a' /usr/local/lib/libgthread.so: undefined reference to `mutex_unlock SISCD_2 3a' /usr/local/lib/libgthread.so: undefined reference to `cond_destroy SISCD_2 3a' /usr/local/lib/libgthread.so: undefined reference to `cond_timedwait SISCD_2 3a' /usr/local/lib/libgthread.so: undefined reference to `cond_signal SISCD_2 3a' /usr/local/lib/libgthread.so: undefined reference to `cond_broadcast SISCD_2 3a'
/usr/local/lib/libgthread.so: undefined reference to `mutex_lock SISCD_2 3a'
/usr/local/lib/libgthread.so: undefined reference to `thr_setspecific SISCD_2 3a' /usr/local/lib/libgthread.so: undefined reference to `thr_keycreate SISCD_2 3a' /usr/local/lib/libgthread.so: undefined reference to `mutex_destroy SISCD_2 3a'
/usr/local/lib/libgthread.so: undefined reference to `cond_wait SISCD_2 3a'
/usr/local/lib/libgthread.so: undefined reference to `mutex_init SISCD_2 3a'
collect2: ld returned 1 exit status
+++++++++++++++++++++

I have racked my brain trying to think what has changed in the intervining couple of months, but with no luck ;-(

Has anyone any idea what missing objects would cause the above ??

I look forward to your colletive wisdom..


best regards

/colin.





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