|
|
@@ -143,49 +143,49 @@ solaris
|
|
|
suncc
|
|
|
Sun WorkShop 6 update 1 C++ 5.2 2000/09/11
|
|
|
CC -c -I%include %source
|
|
|
-rm -rf SunWS_cache && CC -o boosttmp.exe -I%include %source
|
|
|
+rm -rf SunWS_cache && CC -o boosttmp.exe -I%include %source -lrt
|
|
|
Sun<br><a href="http://www.sun.com/forte/cplusplus/index.html">WorkShop</a> 6.u1<br>C++ 5.2
|
|
|
|
|
|
solaris
|
|
|
suncc64
|
|
|
Sun WorkShop 6 update 1 C++ 5.2 2000/09/11 64 bit
|
|
|
CC -c -xarch=v9 -I%include %source
|
|
|
-rm -rf SunWS_cache boosttmp.exe && CC -o boosttmp.exe -xarch=v9 -I%include %source
|
|
|
+rm -rf SunWS_cache boosttmp.exe && CC -o boosttmp.exe -xarch=v9 -I%include %source -lrt
|
|
|
Sun<br><a href="http://www.sun.com/forte/cplusplus/index.html">WorkShop</a> 6.u1<br>C++ 5.2<br>64 bit
|
|
|
|
|
|
solaris
|
|
|
suncc-stlport
|
|
|
Sun WorkShop 6 update 1 C++ 5.2 2000/09/11 with STLport 4.5
|
|
|
CC -c -I%include -I$HOME/software-solaris/include/stlport-4.5 %source
|
|
|
-rm -rf SunWS_cache && CC -o boosttmp.exe -I%include -I$HOME/software-solaris/include/stlport-4.5 %source $HOME/software-solaris/lib/libstlport_sunpro.so.4.5 -R$HOME/software-solaris/lib
|
|
|
+rm -rf SunWS_cache && CC -o boosttmp.exe -I%include -I$HOME/software-solaris/include/stlport-4.5 %source $HOME/software-solaris/lib/libstlport_sunpro.so.4.5 -R$HOME/software-solaris/lib -lrt
|
|
|
Sun<br><a href="http://www.sun.com/forte/cplusplus/index.html">WorkShop</a> 6.u1<br>C++ 5.2<br><a href="http://www.stlport.org/">STLport</a><br>4.5
|
|
|
|
|
|
solaris
|
|
|
kcc
|
|
|
KCC 4.0a
|
|
|
/afs/nd.edu/sun4x_57/usr/local/src/kai/kai40a2/KCC_BASE/bin/KCC -c --strict_warnings -I%include %source
|
|
|
-/afs/nd.edu/sun4x_57/usr/local/src/kai/kai40a2/KCC_BASE/bin/KCC -o boosttmp.exe --strict_warnings -I%include %source -lm
|
|
|
+/afs/nd.edu/sun4x_57/usr/local/src/kai/kai40a2/KCC_BASE/bin/KCC -o boosttmp.exe --strict_warnings -I%include %source -lm -lrt
|
|
|
KAI<br><a href="http://www.kai.com/C_plus_plus/index.html">KCC</a><br>4.0a
|
|
|
|
|
|
solaris
|
|
|
kcc3
|
|
|
KCC 3.4g
|
|
|
KCC -c --strict_warnings -I%include %source
|
|
|
-KCC -o boosttmp.exe --strict_warnings -I%include %source -lm
|
|
|
+KCC -o boosttmp.exe --strict_warnings -I%include %source -lm -lrt
|
|
|
KAI<br><a href="http://www.kai.com/C_plus_plus/index.html">KCC</a><br>3.4g
|
|
|
|
|
|
solaris
|
|
|
gcc-295
|
|
|
GCC 2.95.2
|
|
|
g++-2.95 -c -ansi -Wall -ftemplate-depth-30 -Wno-long-long -I%include %source
|
|
|
-g++-2.95 -o boosttmp.exe -ansi -Wall -ftemplate-depth-30 -Wno-long-long -I%include %source
|
|
|
+g++-2.95 -o boosttmp.exe -ansi -Wall -ftemplate-depth-30 -Wno-long-long -I%include %source -lrt
|
|
|
GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>2.95.2
|
|
|
|
|
|
solaris
|
|
|
gcc
|
|
|
GCC 3.0.1
|
|
|
g++ -c -ansi -Wall -W -Wno-long-long -I%include %source
|
|
|
-g++ -o boosttmp.exe -ansi -Wall -W -Wno-long-long -I%include %source
|
|
|
+g++ -o boosttmp.exe -ansi -Wall -W -Wno-long-long -I%include %source -lrt
|
|
|
GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>3.0.1
|
|
|
|
|
|
tru64
|