Lines Matching full:with
38 --with-stlport=<dir> use STLport in catalog <dir>
40 --with-boost=<dir> use boost headers in catalog <dir>
41 --with-system-boost use boost installed on this system
42 --with-msvc=<dir> use MS VC from this catalog
43 --with-mssdk=<dir> use MS SDK from this catalog
44 --with-extra-cxxflags=<options>
46 --with-extra-cflags=<options>
48 --with-extra-ldflags=<options>
51 that was builded with --enable-shared [default]; if compiler was builded
52 with --disable-shared, static libraries will be used in any case)
55 --with-cxx=<name> use <name> as C++ compiler (use --target= for cross-compilation)
56 --with-cc=<name> use <name> as C compiler (use --target= for cross-compilation)
67 --with-lib-motif=<motif>
75 for a not thread safe version with this option.
77 --with-static-rtl
78 --with-dynamic-rtl
80 C/C++ runtime library when linking with STLport. If you want your appli/dll
81 to link statically with STLport but using the dynamic C runtime use
82 --with-dynamic-rtl; if you want to link dynamicaly with STLport but using the
83 static C runtime use --with-static-rtl. See README.options for details.
87 --with-static-rtl -> _STLP_USE_DYNAMIC_LIB"
88 --with-dynamic-rtl -> _STLP_USE_STATIC_LIB"
162 --with-stlport=*)
170 --with-boost=*)
173 --with-system-boost)
176 --with-msvc=*)
179 --with-mssdk=*)
182 --with-extra-cxxflags=*)
186 --with-extra-cflags=*)
190 --with-extra-ldflags=*)
194 --with-lib-motif=*)
204 --with-dynamic-rtl)
207 --with-static-rtl)
225 --with-cxx=*)
229 --with-cc=*)
288 echo "Both --with-cxx and \$CXX set, using the first"
292 echo "For cross-compilation with gcc use --target option only"
301 echo "Both --with-cc and \$CC set, using the first"
311 echo "Both --with-extra-cxxflags and \$CXXFLAGS set, using the first"
319 echo "Both --with-extra-cflags and \$CFLAGS set, using the first"
327 echo "Both --with-extra-ldflags and \$LDFLAGS set, using the first"