Lines Matching refs:shared
18 and history libraries. If supported, the shared readline and history
21 cause the static and shared libraries (if supported) and the example
26 supported, the shared readline and history libraries.
180 `--enable-shared'
181 Build the shared libraries by default on supported platforms. The
190 There is support for building shared versions of the readline and
192 the `shlib' subdirectory, and typing `make shared' will cause
193 shared versions of the readline and history libraries to be built
196 If `configure' is given the `--enable-shared' option, it will attempt
197 to build the shared libraries by default on supported platforms.
200 not shared library creation is supported and to generate the values
202 try to build shared libraries on an unsupported platform, `make'
223 SHOBJ_LD The link editor to be used to create the shared library from
227 SHOBJ_LDFLAGS Flags to pass to SHOBJ_LD to enable shared object creation.
228 If you are using gcc, `-shared' may be all that is necessary.
229 These should be the flags needed for generic shared object
232 SHLIB_XLDFLAGS Additional flags to pass to SHOBJ_LD for shared library
238 SHLIB_LIBS Any additional libraries that shared libraries should be
242 generating the filename of the shared library. Many systems
246 of the shared library. It should begin with $(SHLIB_LIBSUFF),
248 run-time loader to load the version of the shared library
249 appropriate for a particular program. Systems using shared
259 or not shared library creation should be attempted. If
260 shared libraries are not supported, this will be set to
266 `make shared' or `make'. The shared libraries will be created in the
269 If shared libraries are created, `make install' will install them.
270 You may install only the shared libraries by running `make
271 install-shared' from the top-level build directory. Running `make
273 to install any created shared libraries, run `make install-static'.