From d338028eeb45434dab651466dcd664091517e087 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 17 Jan 2005 21:38:20 +0000 Subject: important to -lpthread --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index c850a12e..80c7bb2b 100755 --- a/INSTALL +++ b/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." -- cgit v1.2.3