|
|
@@ -17,19 +17,26 @@ xlC -o boosttmp.exe -I%include %source
|
|
|
Visual Age<br> v5.0
|
|
|
|
|
|
linux
|
|
|
-gcc
|
|
|
+gcc-295
|
|
|
GCC 2.95.3
|
|
|
-g++ -c -Wall -W -ftemplate-depth-30 -I%include %source
|
|
|
-g++ -o boosttmp.exe -Wall -W -ftemplate-depth-30 -I%include %source
|
|
|
+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
|
|
|
GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>2.95.3
|
|
|
|
|
|
linux
|
|
|
-gcc-stlport
|
|
|
+gcc-295-stlport
|
|
|
GCC 2.95.3 STLport 4.0
|
|
|
-g++ -c -V 2.95.3-stlport -Wall -W -ftemplate-depth-30 -I%include %source
|
|
|
-g++ -o boosttmp.exe -V 2.95.3-stlport -Wall -W -ftemplate-depth-30 -I%include %source
|
|
|
+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
|
|
|
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.0
|
|
|
|
|
|
+linux
|
|
|
+gcc
|
|
|
+GCC 3.0
|
|
|
+g++ -c -Wall -W -I%include %source
|
|
|
+g++ -o boosttmp.exe -Wall -W -I%include %source
|
|
|
+GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>3.0
|
|
|
+
|
|
|
linux
|
|
|
como
|
|
|
Comeau C++ 4.2.45 beta2 libcomo beta10
|