From: Tijl C. <ti...@ul...> - 2003-09-20 14:35:27
|
I found what the problem was, but I haven't solved it (yet). The problem shows up when libxml2 is compiled with threads enabled. In Linux that means it is linked against libpthread(?), but in FreeBSD you have to add the -pthread flag to gcc so it will link against libc_r instead of libc (libc_r is the reentrant version of libc). Because tilp depends on libxml2 (through libglade2), it is linked against libc_r too, which seems to give problems. Anybody an idea to solve this? Perhaps I should ask some freebsd hackers, because this is way over the top of my head... |