Explorar o código

Compaq C++ needs "-lm" for linking

[SVN r9295]
Jens Maurer %!s(int64=25) %!d(string=hai) anos
pai
achega
63ba7d5140
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      status/compiler.cfg

+ 2 - 2
status/compiler.cfg

@@ -89,14 +89,14 @@ tru64
 cxx
 Compaq C++ 6.2
 cxx -c -std strict_ansi -D__USE_STD_IOSTREAM -I%include %source
-cxx -o boosttmp.exe -std strict_ansi -D__USE_STD_IOSTREAM -I%include %source
+cxx -o boosttmp.exe -std strict_ansi -D__USE_STD_IOSTREAM -I%include %source -lm
 Compaq C++<br>6.2-024
 
 tru64
 cxx-clib
 Compaq C++ 6.2 with <cXXX> headers
 cxx -c -std strict_ansi -D__USE_STD_IOSTREAM -I$HOME/include -I%include %source
-cxx -o boosttmp.exe -std strict_ansi -D__USE_STD_IOSTREAM -I$HOME/include -I%include %source
+cxx -o boosttmp.exe -std strict_ansi -D__USE_STD_IOSTREAM -I$HOME/include -I%include %source -lm
 Compaq C++<br>6.2-024<br>clib
 
 irix

粤ICP备19079148号