timportant to -lpthread - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit d338028eeb45434dab651466dcd664091517e087
 (DIR) parent 212c482fe7c1951c719eb537b62075b790704d91
 (HTM) Author: rsc <devnull@localhost>
       Date:   Mon, 17 Jan 2005 21:38:20 +0000
       
       important to -lpthread
       
       Diffstat:
         M INSTALL                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/INSTALL b/INSTALL
       t@@ -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."