| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- // Boost compiler configuration file
- //
- // The first command template is for compile only tests
- // The second command template is for compile and link (and possibly run) tests
- linux
- gcc
- GCC 2.95.2
- g++ -c -ftemplate-depth-30 -I%include %source
- g++ -o boosttmp.exe -ftemplate-depth-30 -I%include %source
- GNU<br>GCC<br>2.95.2
- linux
- gcc-stlport
- GCC 2.95.2 STLport 4.0
- g++ -c -V 2.95.2-stlport -ftemplate-depth-30 -I%include %source
- g++ -o boosttmp.exe -V 2.95.2-stlport -ftemplate-depth-30 -I%include %source
- GNU<br>GCC<br>2.95.2<br>STLport<br>4.0
- linux
- como
- Comeau C++ 4.2.44 beta3
- como -c -I%include %source
- como -o boosttmp.exe -I%include %source
- Comeau C++<br>4.2.44 beta3<br>STLport<br>4.0
- sunos5
- suncc
- Sun WorkShop 6 2000/04/07 C++ 5.1
- CC -c -I%include %source
- CC -o boosttmp.exe -I%include %source
- Sun C++<br>Sun WorkShop 6, C++ 5.1
- sunos5
- gcc
- GCC 2.95.2
- g++ -c -Wall -pedantic -ftemplate-depth-30 -Wno-long-long -I%include %source
- g++ -o boosttmp.exe -Wall -pedantic -ftemplate-depth-30 -Wno-long-long -I%include %source
- GNU<br>GCC<br>2.95.2
- sunos5
- kcc
- KCC 3.4g
- KCC -c --strict_warnings -I%include %source
- KCC -o boosttmp.exe --strict_warnings -I%include %source
- KAI<br>KCC<br>3.4g
- osf1V5
- cxx
- Compaq C++ 6.0
- 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
- Compaq C++<br>6.2-024
- osf1V5
- cxx-clib
- Compaq C++ 6.0 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
- Compaq C++<br>6.2-024<br>clib
- irix6
- irixcc
- IRIX CC 7.1.3.3
- CC -c -LANG:std -I%include %source
- CC -o boosttmp.exe -LANG:std -I%include %source
- SGI IRIX CC<br>7.3.1.1m
- irix6
- irixcc-clib
- IRIX CC 7.1.3.3 with <cXXX> headers
- CC -c -LANG:std -I$HOME/include -I%include %source
- CC -o boosttmp.exe -LANG:std -I$HOME/include -I%include %source
- SGI IRIX CC<br>7.3.1.1m<br>clib
- beos
- gcc
- GNU GCC
- c++ -c -ftemplate-depth-30 -Wall -I%include %source
- c++ -o boosttmp.exe -ftemplate-depth-30 -Wall -I%include %source
- GNUPro<br>GCC 2.9
- beos
- gcc-stlport
- GNU GCC
- c++ -c -ftemplate-depth-30 -Wall -I/boot/home/config/stlport/stl330 -I%include %source
- c++ -o boosttmp.exe -ftemplate-depth-30 -Wall -I/boot/home/config/stlport/stl330 -I%include %source
- GNUPro<br>GCC 2.9<br>+<br>SGI STL 3.3
- win32
- 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
- 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
- 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
- Microsoft<br>VC++<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" /I "%include" /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" /I "%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source
- Microsoft<br>VC++<br>6.0 SP4<br>STLport<br>4.0
- // end of file
|