Browse Source

add -lpthread for IRIX linking

[SVN r13053]
Jens Maurer 24 years ago
parent
commit
047a70efc4
1 changed files with 5 additions and 5 deletions
  1. 5 5
      status/compiler.cfg

+ 5 - 5
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

粤ICP备19079148号