X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmm%2Fboehm-gc%2Fdoc%2Fsimple_example.html;h=5448cfc90b368e32fcdab4d2f675ce629af6ef74;hb=c9ee016a64e925938f84fcb85521f82febcc4f63;hp=6ca3eee6735ef9c786475613f3f58167e3f34764;hpb=c83bff94e40ee0a218a39931af17814d1a42cb5c;p=cacao.git diff --git a/src/mm/boehm-gc/doc/simple_example.html b/src/mm/boehm-gc/doc/simple_example.html index 6ca3eee67..5448cfc90 100644 --- a/src/mm/boehm-gc/doc/simple_example.html +++ b/src/mm/boehm-gc/doc/simple_example.html @@ -210,7 +210,7 @@ On pthread platforms, you will of course also have to link with and compile with any thread-safety options required by your compiler. On some platforms, you may also need to link with -ldl or -lrt. -Looking at threadlibs.c in the GC build directory +Looking at threadlibs.c in the GC "extra" directory should give you the appropriate list if a plain -lpthread doesn't work.