Lines Matching refs:shared
40 The special make target `everything' will build the static and shared
54 There is skeletal support for building shared versions of the
56 a Makefile in the `shlib' subdirectory, and typing `make shared'
57 will cause shared versions of the Readline and History libraries
60 If `configure' is given the `--enable-shared' option, it will attempt
61 to build the shared libraries by default on supported platforms.
64 not shared library creation is supported and to generate the values
66 try to build shared libraries on an unsupported platform, `make'
87 SHOBJ_LD The link editor to be used to create the shared library from
91 SHOBJ_LDFLAGS Flags to pass to SHOBJ_LD to enable shared object creation.
92 If you are using gcc, `-shared' may be all that is necessary.
93 These should be the flags needed for generic shared object
96 SHLIB_XLDFLAGS Additional flags to pass to SHOBJ_LD for shared library
102 SHLIB_LIBS Any additional libraries that shared libraries should be
106 generating the filename of the shared library. Many systems
110 of the shared library. It should begin with $(SHLIB_LIBSUFF),
112 run-time loader to load the version of the shared library
113 appropriate for a particular program. Systems using shared
123 or not shared library creation should be attempted.
128 `make shared'. The shared libraries will be created in the shlib
131 If shared libraries are created, `make install' will install them.
132 You may install only the shared libraries by running `make
133 install-shared' from the top-level build directory. Running `make
135 to install any created shared libraries, run `make install-static'.