aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-17 21:38:20 +0000
committerrsc <devnull@localhost>2005-01-17 21:38:20 +0000
commitd338028eeb45434dab651466dcd664091517e087 (patch)
tree8d3a5ffb9c6f095d1eca15b0b8f8a5f054facc7c /INSTALL
parent212c482fe7c1951c719eb537b62075b790704d91 (diff)
downloadplan9port-d338028eeb45434dab651466dcd664091517e087.tar.gz
plan9port-d338028eeb45434dab651466dcd664091517e087.tar.bz2
plan9port-d338028eeb45434dab651466dcd664091517e087.zip
important to -lpthread
Diffstat (limited to 'INSTALL')
-rwxr-xr-xINSTALL2
1 files changed, 1 insertions, 1 deletions
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."