Commit Diff


commit - 212c482fe7c1951c719eb537b62075b790704d91
commit + d338028eeb45434dab651466dcd664091517e087
blob - c850a12ee3094ec46a64cd7baf2f7be4cd346137
blob + 80c7bb2b2785772788364f69bc6843bd4839cc4f
--- INSTALL
+++ INSTALL
@@ -12,7 +12,7 @@ if [ `uname` = Linux ]; then
 	# to use pthreads or not.  On 2.6 versions that aren't
 	# linking with NPTL by default, pretend to be an older kernel.
 	echo "Running on Linux: checking for NPTL..."
-	gcc lib/linux-isnptl.c
+	gcc lib/linux-isnptl.c -lpthread
 	if ./a.out
 	then	
 		echo "	NPTL found."