|
|
@@ -21,49 +21,49 @@ gcc
|
|
|
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
|
|
|
-GNU<br>GCC<br>2.95.3
|
|
|
+GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>2.95.3
|
|
|
|
|
|
linux
|
|
|
gcc-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
|
|
|
-GNU<br>GCC<br>2.95.3<br>STLport<br>4.0
|
|
|
+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
|
|
|
como
|
|
|
Comeau C++ 4.2.45 beta2 libcomo beta7
|
|
|
como-4.2.45-libcomo -c -I%include %source
|
|
|
como-4.2.45-libcomo -tnone -o boosttmp.exe -I%include %source -lm
|
|
|
-Comeau C++<br>4.2.45 beta2<br>libcomo<br>beta7<br>+fixes
|
|
|
+<a href="http://www.comeaucomputing.com/">Comeau C++</a><br>4.2.45 beta2<br>libcomo<br>beta7<br>+fixes
|
|
|
|
|
|
linux
|
|
|
como-strict
|
|
|
Comeau C++ 4.2.45 beta2 (strict mode) libcomo beta7
|
|
|
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
|
|
|
-Comeau C++<br>4.2.45 beta2<br>(strict mode)<br>libcomo<br>beta7<br>+fixes
|
|
|
+<a href="http://www.comeaucomputing.com/">Comeau C++</a><br>4.2.45 beta2<br>(strict mode)<br>libcomo<br>beta7<br>+fixes
|
|
|
|
|
|
linux
|
|
|
como-stlport
|
|
|
Comeau C++ 4.2.45 beta2 STLport 4.0
|
|
|
como-4.2.45-stlport -c -I%include %source
|
|
|
como-4.2.45-stlport -o boosttmp.exe -I%include %source
|
|
|
-Comeau C++<br>4.2.45 beta2<br>STLport<br>4.0
|
|
|
+<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.0
|
|
|
|
|
|
linux
|
|
|
como-strict-stlport
|
|
|
Comeau C++ 4.2.45 beta2 (strict mode) STLport 4.0
|
|
|
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
|
|
|
-Comeau C++<br>4.2.45 beta2<br>(strict mode)<br>STLport<br>4.0
|
|
|
+<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
|
|
|
|
|
|
hpux
|
|
|
gcc
|
|
|
GCC 2.95.2
|
|
|
g++ -c -ftemplate-depth-30 -I%include %source
|
|
|
g++ -o boosttmp.exe -ftemplate-depth-30 -I%include %source -ldce
|
|
|
-GNU<br>GCC<br>2.95.2
|
|
|
+GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>2.95.2
|
|
|
|
|
|
hpux
|
|
|
aCC
|
|
|
@@ -77,70 +77,70 @@ suncc
|
|
|
Sun WorkShop 6 update 1 C++ 5.2 2000/09/11
|
|
|
CC -c -I%include %source
|
|
|
CC -o boosttmp.exe -I%include %source
|
|
|
-Sun<br>WorkShop 6.u1<br>C++ 5.2
|
|
|
+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
|
|
|
mkdir -p 64bit && cd 64bit && CC -o boosttmp.exe -xarch=v9 -I../%include ../%source
|
|
|
-Sun<br>WorkShop 6.u1<br>C++ 5.2<br>64 bit
|
|
|
+Sun<br><a href="http://www.sun.com/forte/cplusplus/index.html">WorkShop</a> 6.u1<br>C++ 5.2<br>64 bit
|
|
|
|
|
|
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
|
|
|
-KAI<br>KCC<br>4.0a
|
|
|
+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
|
|
|
-KAI<br>KCC<br>3.4g
|
|
|
+KAI<br><a href="http://www.kai.com/C_plus_plus/index.html">KCC</a><br>3.4g
|
|
|
|
|
|
solaris
|
|
|
gcc
|
|
|
GCC 2.95.2
|
|
|
g++ -c -ansi -Wall -ftemplate-depth-30 -Wno-long-long -I%include %source
|
|
|
g++ -o boosttmp.exe -ansi -Wall -ftemplate-depth-30 -Wno-long-long -I%include %source
|
|
|
-GNU<br>GCC<br>2.95.2
|
|
|
+GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>2.95.2
|
|
|
|
|
|
tru64
|
|
|
cxx
|
|
|
Compaq C++ 6.2
|
|
|
cxx -c -std strict_ansi -D__USE_STD_IOSTREAM -I%include %source
|
|
|
cxx -o boosttmp.exe -std strict_ansi -D__USE_STD_IOSTREAM -I%include %source -lm
|
|
|
-Compaq C++<br>6.2-024
|
|
|
+<a href="http://www.compaq.com/products/software/compilers/candcxx.html">Compaq C++</a><br>6.2-024
|
|
|
|
|
|
tru64
|
|
|
cxx-clib
|
|
|
Compaq C++ 6.2 with <cXXX> headers
|
|
|
cxx -c -std strict_ansi -D__USE_STD_IOSTREAM -I$HOME/include -I%include %source
|
|
|
cxx -o boosttmp.exe -std strict_ansi -D__USE_STD_IOSTREAM -I$HOME/include -I%include %source -lm
|
|
|
-Compaq C++<br>6.2-024<br>clib
|
|
|
+<a href="http://www.compaq.com/products/software/compilers/candcxx.html">Compaq C++</a><br>6.2-024<br>clib
|
|
|
|
|
|
irix
|
|
|
irixcc
|
|
|
-IRIX CC 7.1.3.3
|
|
|
+SGI MIPSpro CC 7.3.1.1
|
|
|
CC -c -LANG:std -OPT:IEEE_NaN_inf=ON -I%include %source
|
|
|
CC -G0 -o boosttmp.exe -LANG:std -OPT:IEEE_NaN_inf=ON -I%include %source -lm
|
|
|
-SGI IRIX CC<br>7.3.1.1m
|
|
|
+SGI <a href="http://www.sgi.com/developers/devtools/languages/mipspro.html">MIPSpro</a> CC<br>7.3.1.1m
|
|
|
|
|
|
irix
|
|
|
irixcc-clib
|
|
|
-IRIX CC 7.1.3.3 with <cXXX> headers
|
|
|
+SGI MIPSpro CC 7.3.1.1 with <cXXX> headers
|
|
|
CC -c -LANG:std -OPT:IEEE_NaN_inf=ON -I$HOME/include -I%include %source
|
|
|
CC -G0 -o boosttmp.exe -LANG:std -OPT:IEEE_NaN_inf=ON -I$HOME/include -I%include %source -lm
|
|
|
-SGI IRIX CC<br>7.3.1.1m<br>clib
|
|
|
+SGI <a href="http://www.sgi.com/developers/devtools/languages/mipspro.html">MIPSpro</a> CC<br>7.3.1.1m<br>clib
|
|
|
|
|
|
irix
|
|
|
irixcc-stlport
|
|
|
-IRIX CC 7.1.3.3 with STLport 4.1b4
|
|
|
+SGI MIPSpro CC 7.3.1.1 with STLport 4.1b4
|
|
|
CC -c -LANG:std -OPT:IEEE_NaN_inf=ON -I$HOME/STLport-4.1b4/stlport -I%include %source
|
|
|
CC -c -G0 -o boosttmp.o -LANG:std -OPT:IEEE_NaN_inf=ON -ptused -I$HOME/STLport-4.1b4/stlport -I%include %source && ld -call_shared -init _main -fini _fini -no_unresolved -transitive_link -demangle -elf -_SYSTYPE_SVR4 -LANG:std -L$HOME/software-irix/lib -rpath $HOME/software-irix/lib -cxx /usr/lib32/mips4/crt1.o /usr/lib32/c++init.o -o boosttmp.exe boosttmp.o -lstlport_mipspro_41 -lC -lc -lm -Bdynamic /usr/lib32/mips4/crtn.o
|
|
|
-SGI IRIX CC<br>7.3.1.1m<br>STLport<br>4.1b4
|
|
|
+SGI <a href="http://www.sgi.com/developers/devtools/languages/mipspro.html">MIPSpro</a> CC<br>7.3.1.1m<br><a href="http://www.stlport.org/">STLport</a><br>4.1b4
|
|
|
|
|
|
beos
|
|
|
gcc
|
|
|
@@ -161,35 +161,35 @@ bcc
|
|
|
Borland C++ 5.5.1
|
|
|
bcc32 -c -I%include -j10 -q %source
|
|
|
bcc32 -eboosttmp.exe -I%include -j10 -q %source
|
|
|
-Borland<br>BCC<br>5.5.1
|
|
|
+Borland<br><a href="http://www.borland.com/bcppbuilder/freecompiler/">BCC</a><br>5.5.1
|
|
|
|
|
|
win32
|
|
|
cw
|
|
|
Metrowerks CodeWarrior
|
|
|
mwcc -c -nocodegen -maxerrors 10 -cwd source -I- -I%include %source
|
|
|
mwcc -o boosttmp.exe -maxerrors 10 -cwd source -I- -I%include %source
|
|
|
-Metrowerks<br>CodeWarrior<br>6.0
|
|
|
+Metrowerks<br><a href="http://www.metrowerks.com/products/windows/">CodeWarrior</a><br>6.0
|
|
|
|
|
|
win32
|
|
|
vc
|
|
|
Microsoft Visual C++
|
|
|
cl /c /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I"%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source
|
|
|
cl /Feboosttmp.exe /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I"%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source /link /incremental:no user32.lib
|
|
|
-Microsoft<br>VC++<br>6.0 SP4
|
|
|
+Microsoft<br><a href="http://msdn.microsoft.com/vstudio/default.asp">VC++</a><br>6.0 SP4
|
|
|
|
|
|
win32
|
|
|
vc-stlport
|
|
|
Microsoft Visual C++ with STLport
|
|
|
cl /c /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I "$BOOST_STLPORT_PATH/stlport" /I"%include" /D "__STL_DEBUG" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source
|
|
|
cl /Feboosttmp.exe /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I "$BOOST_STLPORT_PATH/stlport" /I"%include" /D "__STL_DEBUG" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source /link /incremental:no /libpath:$BOOST_STLPORT_PATH\lib user32.lib
|
|
|
-Microsoft<br>VC++<br>6.0 SP4<br>STLport<br>4.0
|
|
|
+Microsoft<br><a href="http://msdn.microsoft.com/vstudio/default.asp">VC++</a><br>6.0 SP4<br>STLport<br>4.0
|
|
|
|
|
|
win32
|
|
|
cygwin
|
|
|
GCC under cygwin
|
|
|
g++ -c -ftemplate-depth-30 -I%include %source
|
|
|
g++ -o boosttmp.exe -ftemplate-depth-30 -I%include %source
|
|
|
-GNU GCC<br>2.95.2-6<br>Cygwin 1.1.7
|
|
|
+GNU <a href="http://gcc.gnu.org/">GCC</a><br>2.95.2-6<br><a href="http://sources.redhat.com/cygwin/">Cygwin</a> 1.1.7
|
|
|
|
|
|
//win32
|
|
|
//gcc-stlport-debug
|
|
|
@@ -203,6 +203,6 @@ icl
|
|
|
Intel C++ 5.0
|
|
|
icl /c /nologo /Qwn5 /Qwe70 /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I"%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" -D BOOST_INCLUDE_MAIN %source
|
|
|
icl /Feboosttmp.exe /nologo /Qwn5 /Qwe70 /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I"%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source /link user32.lib
|
|
|
-Intel C++<br>5.0<br>MS lib<br>6.0
|
|
|
+<a href="http://developer.intel.com/software/products/compilers/">Intel C++</a><br>5.0<br>MS lib<br>6.0
|
|
|
|
|
|
// end of file
|