summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
authorJens Maurer <jens.maurer@gmx.net>2002-03-03 21:41:39 +0000
committerJens Maurer <jens.maurer@gmx.net>2002-03-03 21:41:39 +0000
commit047a70efc474834175c918da59d792d6e0b136d4 (patch)
treea1fbe4ff87b9a3eb151a1b0e910adb42dd3e3ae7 /status
parentcd75d6046f13db34d1b8cb1b1a59bfbea765cff2 (diff)
downloadboost-047a70efc474834175c918da59d792d6e0b136d4.tar.gz
add -lpthread for IRIX linking
[SVN r13053]
Diffstat (limited to 'status')
-rw-r--r--status/compiler.cfg10
1 files changed, 5 insertions, 5 deletions
diff --git a/status/compiler.cfg b/status/compiler.cfg
index e5491cf885..4cd4088c08 100644
--- a/status/compiler.cfg
+++ b/status/compiler.cfg
@@ -195,35 +195,35 @@ irix
irixcc
SGI MIPSpro CC 7.3.1.2
CC -c -LANG:std -OPT:IEEE_NaN_inf=ON -woff 1234 -I%include %source
-CC -G0 -o boosttmp.exe -LANG:std -OPT:IEEE_NaN_inf=ON -woff 1234 -I%include %source -lm
+CC -G0 -o boosttmp.exe -LANG:std -OPT:IEEE_NaN_inf=ON -woff 1234 -I%include %source -lm -lpthread
SGI <a href="http://www.sgi.com/developers/devtools/languages/mipspro.html">MIPSpro</a> CC<br>7.3.1.2m
irix
irixcc-clib
SGI MIPSpro CC 7.3.1.2 with <cXXX> headers
CC -c -LANG:std -OPT:IEEE_NaN_inf=ON -woff 1234 -I../boost/compatibility/cpp_c_headers -I%include %source
-CC -G0 -o boosttmp.exe -LANG:std -OPT:IEEE_NaN_inf=ON -woff 1234 -I../boost/compatibility/cpp_c_headers -I%include %source -lm
+CC -G0 -o boosttmp.exe -LANG:std -OPT:IEEE_NaN_inf=ON -woff 1234 -I../boost/compatibility/cpp_c_headers -I%include %source -lm -lpthread
SGI <a href="http://www.sgi.com/developers/devtools/languages/mipspro.html">MIPSpro</a> CC<br>7.3.1.2m<br>clib
irix
irixcc-stlport
SGI MIPSpro CC 7.3.1.2 with STLport 4.5
CC -c -LANG:std -OPT:IEEE_NaN_inf=ON -I$HOME/software-irix/include/stlport-4.5 -I%include %source
-CC -G0 -o boosttmp.exe -LANG:std -OPT:IEEE_NaN_inf=ON -ptused -I$HOME/software-irix/include/stlport-4.5 -I%include %source -rpath $HOME/software-irix/lib $HOME/software-irix/lib/libstlport_mipspro.so.4.5 -lm
+CC -G0 -o boosttmp.exe -LANG:std -OPT:IEEE_NaN_inf=ON -ptused -I$HOME/software-irix/include/stlport-4.5 -I%include %source -rpath $HOME/software-irix/lib $HOME/software-irix/lib/libstlport_mipspro.so.4.5 -lm -lpthread
SGI <a href="http://www.sgi.com/developers/devtools/languages/mipspro.html">MIPSpro</a> CC<br>7.3.1.2m<br><a href="http://www.stlport.org/">STLport</a><br>4.5
irix
gcc-295
GNU GCC 2.95.3
g++-2.95 -c -V 2.95.3 -Wall -W -ftemplate-depth-30 -I%include %source
-g++-2.95 -o boosttmp.exe -V 2.95.3 -Wall -W -ftemplate-depth-30 -I%include %source
+g++-2.95 -o boosttmp.exe -V 2.95.3 -Wall -W -ftemplate-depth-30 -I%include %source -lpthread
GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>2.95.3
irix
gcc
GNU GCC 3.0.1
g++ -c -Wall -W -I%include %source
-g++ -o boosttmp.exe -Wall -W -I%include %source
+g++ -o boosttmp.exe -Wall -W -I%include %source -lpthread
GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>3.0.1
// BeOS tests updated to use gcc 2.95.3 - see www.bebits.com