mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
important to -lpthread
This commit is contained in:
parent
212c482fe7
commit
d338028eeb
1 changed files with 1 additions and 1 deletions
2
INSTALL
2
INSTALL
|
@ -12,7 +12,7 @@ if [ `uname` = Linux ]; then
|
||||||
# to use pthreads or not. On 2.6 versions that aren't
|
# to use pthreads or not. On 2.6 versions that aren't
|
||||||
# linking with NPTL by default, pretend to be an older kernel.
|
# linking with NPTL by default, pretend to be an older kernel.
|
||||||
echo "Running on Linux: checking for NPTL..."
|
echo "Running on Linux: checking for NPTL..."
|
||||||
gcc lib/linux-isnptl.c
|
gcc lib/linux-isnptl.c -lpthread
|
||||||
if ./a.out
|
if ./a.out
|
||||||
then
|
then
|
||||||
echo " NPTL found."
|
echo " NPTL found."
|
||||||
|
|
Loading…
Reference in a new issue