|
From: Erik S. L. <Eri...@id...> - 2004-02-13 14:23:14
|
Actually my program (because of SDL) seems to be linking statically to libpthread, and that would be a problem, right? How do I link dynamically to libpthread? ------------- "Pthreads support is improving, but there are still significant limitations in that department. See the section above on Pthreads. Note that your program must be dynamically linked against libpthread.so, so that Valgrind can substitute its own implementation at program startup time. If you're statically linked against it, things will fail badly." ------------- |