[complement-svn] SF.net SVN: complement: [1558] trunk/complement/explore/configure
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2007-05-16 09:51:46
|
Revision: 1558 http://svn.sourceforge.net/complement/?rev=1558&view=rev Author: complement Date: 2007-05-16 02:51:44 -0700 (Wed, 16 May 2007) Log Message: ----------- enhance help messages Modified Paths: -------------- trunk/complement/explore/configure Modified: trunk/complement/explore/configure =================================================================== --- trunk/complement/explore/configure 2007-05-16 09:50:21 UTC (rev 1557) +++ trunk/complement/explore/configure 2007-05-16 09:51:44 UTC (rev 1558) @@ -40,19 +40,17 @@ with --disable-shared, static libraries will be used in any case) --clean remove custom settings (file ${configmak}) and use default values - --with-cxx=<name> use <name> as C++ compiler - --with-cc=<name> use <name> as C compiler + --with-cxx=<name> use <name> as C++ compiler (use --target= for cross-compilation) + --with-cc=<name> use <name> as C compiler (use --target= for cross-compilation) --use-compiler-family=<name> use compiler family; one of: - gcc GNU compilers + gcc GNU compilers (default) icc Intel compilers - aCC HP\'s aCC compilers - CC SunPro\'s CC compilers - - default is 'gcc' family - --without-debug don\'t build debug variant - --without-stldebug don\'t build STLport\'s STLP_DEBUG mode + aCC HP's aCC compilers + CC SunPro's CC compilers + --without-debug don't build debug variant + --without-stldebug don't build STLport's STLP_DEBUG mode --enable-static build static - --disable-shared don\'t build shared + --disable-shared don't build shared EOF } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |