|
|
@@ -65,6 +65,20 @@ como-4.2.45-stlport --strict_warnings -D__STRICT_ANSI__ -c -I%include %source
|
|
|
como-4.2.45-stlport --strict_warnings -D__STRICT_ANSI__ -o boosttmp.exe -I%include %source
|
|
|
<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.0
|
|
|
|
|
|
+linux
|
|
|
+kcc
|
|
|
+KCC 4.0e
|
|
|
+KCC -D_ISOC99_SOURCE -c -I%include %source
|
|
|
+KCC -D_ISOC99_SOURCE -o boosttmp.exe -I%include %source -lm
|
|
|
+<a 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 -D_ISOC99_SOURCE -c -I%include %source
|
|
|
+KCC --linux_strict -D_ISOC99_SOURCE -o boosttmp.exe -I%include %source -lm
|
|
|
+<a http://www.kai.com/C_plus_plus/index.html>KAI<br>KCC</a><br>4.0e<br>(strict mode)
|
|
|
+
|
|
|
hpux
|
|
|
gcc
|
|
|
GCC 2.95.2
|