Sather FAQ : Bugs, workarounds and planned features : Known bugs : under linux undefined symbol __pthread_initial_thread_bos | |
if you get errors about an undefined symbol __pthread_initial_thread_bos then
this is due to a purposefully placed bug in libgc which breaks with glibc.
just compile libgc yourself (http://www.hpl.hp.com/personal/Hans_Boehm/gc/)
and comment out the 2 lines in the linux_threads.c which have to do with
__pthread_initial_thread_bos , that should fix it right up.
john@foo.net |
Previous: | Matrix inversion broken in 1.2b |
Next: | "\n" interpretation on Windows |