From: Christian Heinrich Date: Tue, 19 May 2015 13:17:21 +0000 (+0200) Subject: Removed broken reference from FAQ X-Git-Tag: v3_12~730 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/55df783b9b590b76c3dbc62284868da0c761ecbe Removed broken reference from FAQ - The reference to "faq_more_processes" did not exist. I removed it, as doxygen complained about it. --- diff --git a/doc/doxygen/FAQ.doc b/doc/doxygen/FAQ.doc index 8b41d42af0..c5afe608e9 100644 --- a/doc/doxygen/FAQ.doc +++ b/doc/doxygen/FAQ.doc @@ -498,7 +498,7 @@ libsimgrid are expressed directly in the dynamic library, so it's quite impossible that you see this message when doing dynamic linking. If you compile your code statically (and if you use a pthread version -of SimGrid -- see \ref faq_more_processes), you must absolutely +of SimGrid), you must absolutely specify -lpthread on the linker command line. As usual, this should come after -lsimgrid on this command line.