|
|
@@ -41,42 +41,42 @@ linux
|
|
|
como
|
|
|
Comeau C++ 4.2.45 beta2 libcomo beta10
|
|
|
como-4.2.45-libcomo -c -I%include %source
|
|
|
-como-4.2.45-libcomo -tnone -o boosttmp.exe -I%include %source -lm
|
|
|
+rm -f *.ii *.ti; como-4.2.45-libcomo -tnone -o boosttmp.exe -I%include %source -lm
|
|
|
<a href="http://www.comeaucomputing.com/">Comeau C++</a><br>4.2.45 beta2<br>libcomo<br>beta10
|
|
|
|
|
|
linux
|
|
|
como-strict
|
|
|
Comeau C++ 4.2.45 beta2 (strict mode) libcomo beta10
|
|
|
como-4.2.45-libcomo --strict_warnings -D__STRICT_ANSI__ -c -I%include %source
|
|
|
-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
|
|
|
<a href="http://www.comeaucomputing.com/">Comeau C++</a><br>4.2.45 beta2<br>(strict mode)<br>libcomo<br>beta10
|
|
|
|
|
|
linux
|
|
|
como-stlport
|
|
|
Comeau C++ 4.2.45 beta2 STLport 4.5
|
|
|
como-4.2.45-stlport -c -I%include %source
|
|
|
-como-4.2.45-stlport -o boosttmp.exe -I%include %source
|
|
|
+rm -f *.ii *.ti; como-4.2.45-stlport -o boosttmp.exe -I%include %source
|
|
|
<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 -D__STRICT_ANSI__ -c -I%include %source
|
|
|
-como-4.2.45-stlport --strict_warnings -D__STRICT_ANSI__ -o boosttmp.exe -I%include %source
|
|
|
+rm -f *.ii *.ti; 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.5
|
|
|
|
|
|
linux
|
|
|
kcc
|
|
|
KCC 4.0e
|
|
|
KCC -D_ISOC99_SOURCE -c -I%include %source
|
|
|
-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
|
|
|
<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 -D_ISOC99_SOURCE -c -I%include %source
|
|
|
-KCC --linux_strict -D_ISOC99_SOURCE -o boosttmp.exe -I%include %source -lm
|
|
|
+rm -rf ti_files; KCC --linux_strict -D_ISOC99_SOURCE -o boosttmp.exe -I%include %source -lm
|
|
|
<a href="http://www.kai.com/C_plus_plus/index.html">KAI<br>KCC</a><br>4.0e<br>(strict mode)
|
|
|
|
|
|
hpux
|