Lines Matching +full:- +full:- +full:enable +full:- +full:libraries

21       ./configure --enable-shared
25 ./configure --enable-shared --with-modules
42 #error directive: This header file requires the -LANG:std option
48 CC=cc CFLAGS="-O2 -OPT:Olimit=0" CXX=CC \
49 CXXFLAGS="-LANG:std -Wl,-woff,84 -O2" CXXCPP="CC -LANG:std -E" \
50 ./configure --with-modules --with-threads ...
54 -DEFAULT:abi=n32:isa=mips3
62 When '-rpath /somedir' is added to LDFLAGS in order to tell the
63 linker to apply a run-time linker path, configure fails.
74 gcc: unrecognized option `-rpath'
80 Use 'LDFLAGS=-Wl,-rpath,/somedir' instead to pass the options through
102 /sbin/ldconfig -m ${PREFIX}/lib
144 -L and -R options to find your shared library at both link and run
147 configure LDFLAGS='-L/usr/local/lib -R/usr/local/lib'
155 considers static libraries, so the system libtiff.so may be used
166 contains the required -L and -R options to find your shared
170 configure LDFLAGS='-L/usr/local/lib -R/usr/local/lib'
189 Solaris-provided defines for 64-bit versions of stdio functions. The
190 solution is to either configure with --disable-largefile or edit the
191 installed g++-v3/bits/std_cstdio.h to bracket the offending undefs
210 "ld: fatal: relocations remain against allocatable but non-writable
215 All libraries used in a shared library build *must* also be shared
216 libraries. Check all libraries referenced in the libtool link
217 command line and verify that all of the referenced libraries are
218 indeed shared libraries. All system libraries are available as
219 shared libraries so it is likely that any static library is locally
235 Add --disable-dependency-tracking to your configure command line.