From: <ric...@us...> - 2011-10-22 00:45:48
|
Revision: 1169 http://loki-lib.svn.sourceforge.net/loki-lib/?rev=1169&view=rev Author: rich_sposato Date: 2011-10-22 00:45:42 +0000 (Sat, 22 Oct 2011) Log Message: ----------- Added path to pthread library. Modified Paths: -------------- trunk/test/SafeFormat/SafeFormat.cbp Modified: trunk/test/SafeFormat/SafeFormat.cbp =================================================================== --- trunk/test/SafeFormat/SafeFormat.cbp 2011-10-22 00:30:16 UTC (rev 1168) +++ trunk/test/SafeFormat/SafeFormat.cbp 2011-10-22 00:45:42 UTC (rev 1169) @@ -36,6 +36,7 @@ </Compiler> <Linker> <Add library="../../lib/GCC/Loki.a" /> + <Add library="/usr/lib/libpthread.so" /> </Linker> </Target> <Target title="Debug_Cygwin"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |