Просмотр исходного кода

Linux: add -lrt to find POSIX realtime functions

[SVN r11430]
Jens Maurer 24 лет назад
Родитель
Сommit
af931b4349
1 измененных файлов с 12 добавлено и 12 удалено
  1. 12 12
      status/compiler.cfg

+ 12 - 12
status/compiler.cfg

@@ -20,70 +20,70 @@ linux
 gcc-295
 GCC 2.95.3
 g++-2.95.3 -c -V 2.95.3 -Wall -W -ftemplate-depth-30 -I%include %source
-g++-2.95.3 -o boosttmp.exe -V 2.95.3 -Wall -W -ftemplate-depth-30 -I%include %source
+g++-2.95.3 -o boosttmp.exe -V 2.95.3 -Wall -W -ftemplate-depth-30 -I%include %source -lrt
 GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>2.95.3
 
 linux
 gcc-295-stlport
 GCC 2.95.3 STLport 4.5
 g++-2.95.3 -c -V 2.95.3-stlport -Wall -W -ftemplate-depth-30 -I%include %source
-g++-2.95.3 -o boosttmp.exe -V 2.95.3-stlport -Wall -W -ftemplate-depth-30 -I%include %source
+g++-2.95.3 -o boosttmp.exe -V 2.95.3-stlport -Wall -W -ftemplate-depth-30 -I%include %source -lrt
 GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>2.95.3<br><a href="http://www.stlport.org/">STLport</a><br>4.5
 
 linux
 gcc
 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 -lrt
 GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>3.0.1
 
 linux
 como
 Comeau C++ 4.2.45 beta2 libcomo beta15
-como-4.2.45-libcomo -c -I%include %source
-rm -f *.ii *.ti; como-4.2.45-libcomo -tnone -o boosttmp.exe -I%include %source -lm
+como-4.2.45-libcomo -c -I%include %source -lrt
+rm -f *.ii *.ti; como-4.2.45-libcomo -tnone -o boosttmp.exe -I%include %source -lm -lrt
 <a href="http://www.comeaucomputing.com/">Comeau C++</a><br>4.2.45 beta2<br>libcomo<br>beta15
 
 linux
 como-strict
 Comeau C++ 4.2.45 beta2 (strict mode) libcomo beta15
 como-4.2.45-libcomo --strict_warnings -D__STRICT_ANSI__ -c -I%include %source
-rm -f *.ii *.ti; como-4.2.45-libcomo -tnone --strict_warnings -D__STRICT_ANSI__ -o boosttmp.exe -I%include %source -lm
+rm -f *.ii *.ti; como-4.2.45-libcomo -tnone --strict_warnings -D__STRICT_ANSI__ -o boosttmp.exe -I%include %source -lm -lrt
 <a href="http://www.comeaucomputing.com/">Comeau C++</a><br>4.2.45 beta2<br>(strict mode)<br>libcomo<br>beta15
 
 linux
 como-stlport
 Comeau C++ 4.2.45 beta2 STLport 4.5
 como-4.2.45-stlport -c -I%include %source
-rm -f *.ii *.ti; como-4.2.45-stlport -o boosttmp.exe -I%include %source
+rm -f *.ii *.ti; como-4.2.45-stlport -tused -o boosttmp.exe -I%include %source -lrt
 <a href="http://www.comeaucomputing.com/">Comeau C++</a><br>4.2.45 beta2<br><a href="http://www.stlport.org/">STLport</a><br>4.5
 
 linux
 como-strict-stlport
 Comeau C++ 4.2.45 beta2 (strict mode) STLport 4.5
 como-4.2.45-stlport --strict_warnings --diag_suppress 450 -D__STRICT_ANSI__ -c -I%include %source
-rm -f *.ii *.ti; como-4.2.45-stlport --strict_warnings --diag_suppress 450 -D__STRICT_ANSI__ -o boosttmp.exe -I%include %source
+rm -f *.ii *.ti; como-4.2.45-stlport --strict_warnings --diag_suppress 450 -D__STRICT_ANSI__ -o boosttmp.exe -I%include %source -lrt
 <a href="http://www.comeaucomputing.com/">Comeau C++</a><br>4.2.45 beta2<br>(strict mode)<br><a href="http://www.stlport.org/">STLport</a><br>4.5
 
 linux
 kcc
 KCC 4.0e
 KCC -D_ISOC99_SOURCE -c -I%include %source
-rm -rf ti_files; KCC -D_ISOC99_SOURCE -o boosttmp.exe -I%include %source -lm
+rm -rf ti_files; KCC -D_ISOC99_SOURCE -o boosttmp.exe -I%include %source -lm -lrt
 <a href="http://www.kai.com/C_plus_plus/index.html">KAI<br>KCC</a><br>4.0e
 
 linux
 kcc-strict
 KCC 4.0e (strict mode)
 KCC --linux_strict --diag_suppress 450 -D_ISOC99_SOURCE -c -I%include %source
-rm -rf ti_files; KCC --linux_strict --diag_suppress 450 -D_ISOC99_SOURCE -o boosttmp.exe -I%include %source -lm
+rm -rf ti_files; KCC --linux_strict --diag_suppress 450 -D_ISOC99_SOURCE -o boosttmp.exe -I%include %source -lm -lrt
 <a href="http://www.kai.com/C_plus_plus/index.html">KAI<br>KCC</a><br>4.0e<br>(strict mode)
 
 linux
 icc
 Intel C++ 5.0.1 Build 010730D0
 icc -Kc++eh -we70 -tpp6 -xi -mp -D_ISOC99_SOURCE -c -I%include %source
-icc -Kc++eh -we70 -tpp6 -xi -mp -D_ISOC99_SOURCE -o boosttmp.exe -I%include %source
+icc -Kc++eh -we70 -tpp6 -xi -mp -D_ISOC99_SOURCE -o boosttmp.exe -I%include %source -lrt
 <a href="http://developer.intel.com/software/products/compilers/c50/linux/">Intel C++</a><br>5.0.1<br>Build 010730D0
 
 // The funny explicit preprocessing stuff is required, otherwise there are lots
@@ -92,7 +92,7 @@ linux
 icc-strict
 Intel C++ 5.0.1 Build 010730D0 (strict mode)
 icc -E -Xc -Kc++eh -we70 -tpp6 -xi -mp -D_ISOC99_SOURCE -I%include %source > boosttmp.preproc.cc && icc -Xc -Kc++eh -we70 -tpp6 -xi -mp -c boosttmp.preproc.cc
-icc -E -Xc -Kc++eh -we70 -tpp6 -xi -mp -D_ISOC99_SOURCE -I%include %source > boosttmp.preproc.cc && icc -Xc -Kc++eh -we70 -tpp6 -xi -mp -o boosttmp.exe boosttmp.preproc.cc
+icc -E -Xc -Kc++eh -we70 -tpp6 -xi -mp -D_ISOC99_SOURCE -I%include %source > boosttmp.preproc.cc && icc -Xc -Kc++eh -we70 -tpp6 -xi -mp -o boosttmp.exe boosttmp.preproc.cc -lrt
 <a href="http://developer.intel.com/software/products/compilers/c50/linux/">Intel C++</a><br>5.0.1<br>Build 010730D0<br>(strict mode)
 
 hpux

粤ICP备19079148号