|
|
@@ -137,6 +137,13 @@ CC -c -xarch=v9 -I%include %source
|
|
|
rm -rf SunWS_cache boosttmp.exe && CC -o boosttmp.exe -xarch=v9 -I%include %source
|
|
|
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
|
|
|
+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
|