| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- // 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
- //
- // Change log:
- // 24 Mar 2001 - Upgraded Linux to gcc 2.95.3, como 4.2.45.2 (Jens Maurer).
- // 20 Jan 2001 - Turned on STLPort debug mode and turned off incremental linking
- // for vc6 builds. Added cygwin build. Waiting for a fix for
- // cygwin/stlport to add that (David Abrahams).
- aix
- xlC
- Visual Age v5.0
- xlC -c -I%include %source
- xlC -o boosttmp.exe -I%include %source
- Visual Age<br> v5.0
- linux
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- hpux
- aCC
- HP ANSI C++ B3910B A.01.18
- aCC -c -I%include %source
- aCC -o boosttmp.exe -I%include %source
- HP<br>aCC<br>A.01.18
- solaris
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- irix
- irixcc
- IRIX CC 7.1.3.3
- CC -c -LANG:std -I%include %source
- CC -G0 -o boosttmp.exe -LANG:std -I%include %source -lm
- SGI IRIX CC<br>7.3.1.1m
- irix
- irixcc-clib
- IRIX CC 7.1.3.3 with <cXXX> headers
- CC -c -LANG:std -I$HOME/include -I%include %source
- CC -G0 -o boosttmp.exe -LANG:std -I$HOME/include -I%include %source -lm
- SGI IRIX CC<br>7.3.1.1m<br>clib
- irix
- irixcc-stlport
- IRIX CC 7.1.3.3 with STLport 4.1b4
- CC -c -LANG:std -I$HOME/STLport-4.1b4/stlport -I%include %source
- CC -c -G0 -o boosttmp.o -LANG:std -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
- 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 /link /incremental:no user32.lib
- 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/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
- 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
- //win32
- //gcc-stlport-debug
- //GCC under cygwin with STLport 4.0
- //g++ -c -ftemplate-depth-30 -I%include -D __STL_DEBUG -I "$BOOST_STLPORT_PATH/stlport" %source
- //g++ -o boosttmp.exe -ftemplate-depth-30 "$BOOST_STLPORT_PATH/lib/" -I%include %source
- //GNU<br>GCC<br>2.95.2-6<br>STLport<br>4.0
- win32
- 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
- // end of file
|