On 2004.09.07 21:08:17 +0200, Bjoern Hillebrand wrote: > I am using FreeBSD 5.3 ( build yesterday with the lastest source ) and > compiled gaim from the ports. > > It compiles without any problems. The problem occurs when i want to > start it : > > ---- start > > > gaim > Fatal error 'Spinlock called when not threaded.' at line 83 in file > /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0) > Abort (core dumped) AFAIR that happens when you link against multiple different threading libraries. Either recompile the programs/libraries or add something like the following to /etc/libmap.conf : libc_r.so.5 libpthread.so.1 libc_r.so libpthread.so libkse.so.1 libpthread.so.1 libkse.so libpthread.so -- Simon L. Nielsen FreeBSD Documentation Team
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:10 UTC