Running "configure"
by Boris Fomitchev
Configuring STLport for new compiler with UNIX shellNote: this document describes the procedure ot tuning STLport for new compiler, not the one that is already supported. If your compiler is listed as supported, this is absolutely unnecessary. STLport comes with "configure" shell script to help in the initial step to tune the library for a new compiler. It sets up stlconf.h configuration header with proper flags depending on features of the compiler and user-defined options. Recommended way to create new configuration is to run "configure" in "config/new_compiler" directory and create stl_yourcompiler.h in "config" directory based on switches defined by "configure" in stlconf.h. Do not expect STLport to be configured just by running "configure". Here is an example how to specify the parameters to "configure" (for Bourne-like
shells): This will set up workarounds necessary for "CC"
compiler as well as specify malloc-based allocator as the default one. Configuring STLport on other platformsThe above may also work on other systems with UNIX-like toolsets on them.For example, the cygwin32 suite for Windows 95/NT runs "configure" just fine. You can also change <stlcomp.h> for your system manually. Please consider contributing your changes back to the STLport project! "configure" synopsys (Bourne shells):> [environment] ./configure [user-defined options] "configure" synopsys (C-shells):> env [environment] ./configure [user-defined options] "configure" script runs series of tests to determine detailed characteristics of your compiler. In [environment] , you may specify the following parameters CXX=<compiler_name>, default is c++ CXXFLAGS=<cxx compiler flags you will most likely use>
. In case you are not able to run configure, you might have to know internal STLport macros describing compiler features/bugs Please refer to the Configuration Manual for the values. Modifying the configuration engineDon't edit the "configure" script directly, use config/configure.in source + GNU autoconf instead. | |
Table of Contents | |
News Company Product Services Community Forum Download Home | |
Copyright 2001 by STLport |