Home | History | Annotate | Download | only in info

Lines Matching full:libraries

119      a standardized approach to building shared libraries.
188 Various free packages built libraries, and by around 1995 several
189 included support to build shared libraries on various platforms.
192 approach to building shared libraries. This was integrated into
403 can be found in various `configure.in' files for libraries that are
414 If you want to build libraries, and you want to permit them to be
415 shared, or you want to link against libraries which were built
419 By default, this will cause all libraries to be built as shared
420 libraries. To prevent this-to change the default-use
1633 * Host and Target Libraries:: Host and Target Libraries.
1639 File: configure.info, Node: Host and Target Libraries, Next: Target Library Configure Scripts, Up: Cross Tools in the Cygnus Tree
1641 5.6.1 Host and Target Libraries
1644 The Cygnus tree distinguishes host libraries from target libraries.
1646 Host libraries are built with the compiler used to build the programs
1648 libraries such as `bfd' and `tcl'. These libraries are built with the
1652 Target libraries are built with the target compiler. If gcc is
1654 built using the host compiler. Target libraries are libraries such as
1655 `newlib' and `libstdc++'. These libraries are not linked into the host
1660 source tree, so that it will be used to build the target libraries.
1665 not configuring the target libraries until the target compiler is
1667 `configure'/`make', the configuration of the target libraries is
1670 When the target libraries are configured, the `--target' option is
1678 target libraries are compiled with the target compiler, they are being
1685 libraries
1686 This is particularly important for the C++ libraries, since there is no
1689 used to build the target libraries.
1692 configuration. In a native configuration, the target libraries are
1694 configuration, the target libraries are normally built in a subdirectory
1699 the host libraries and tools, but does not configure any of the target
1700 libraries. Running `make' then does the following steps:
1702 * Build the host libraries.
1709 libraries.
1711 * Build the target libraries.
1717 File: configure.info, Node: Target Library Configure Scripts, Next: Make Targets in Cygnus Tree, Prev: Host and Target Libraries, Up: Cross Tools in the Cygnus Tree
1726 The target libraries are configured and built using a newly built
1727 target compiler. There may not be any startup files or libraries for
1739 libraries can often assume the presence of other target libraries, and
1744 so target libraries must use a different set of macros to locate the
1748 As noted in the previous section, target libraries are sometimes
1803 corresponding `target' versions of these for the target libraries ,
1824 In a native configuration, when target libraries are not built in a
1832 ABI. On Irix 6, the target libraries are built in a subdirectory even
1835 There are currently no other libraries built for both the host and
1942 so forth, as well as libraries and include files for the host system.
2059 target libraries will normally be built with the newly built target
2060 compiler (*note Host and Target Libraries::). However, this will not
2067 be used when building the target libraries.
2072 build the target libraries on the host system. The requirement for
2074 to be able to build both host programs and target libraries in a single
2076 expects to be able to build the target libraries on the build system,
2236 at the top of the Cygnus tree and in a few target libraries in the
2245 * Cygnus Configure in C++ Libraries:: Cygnus Configure in C++ Libraries.
2248 File: configure.info, Node: Cygnus Configure Basics, Next: Cygnus Configure in C++ Libraries, Up: Cygnus Configure
2348 File: configure.info, Node: Cygnus Configure in C++ Libraries, Prev: Cygnus Configure Basics, Up: Cygnus Configure
2350 7.2 Cygnus Configure in C++ Libraries
2356 approach is used in the libraries `libio', `libstdc++', and `libg++'.
2381 For such options, gcc is often configured to compile target libraries
2383 target libraries more than once, the resulting libraries are called
2388 scripts and `Makefile's used for target libraries.
2393 * Multilibs in Target Libraries:: Multilibs in Target Libraries.
2396 File: configure.info, Node: Multilibs in gcc, Next: Multilibs in Target Libraries, Up: Multilibs
2420 File: configure.info, Node: Multilibs in Target Libraries, Prev: Multilibs in gcc, Up: Multilibs
2422 8.2 Multilibs in Target Libraries
2425 The target libraries in the Cygnus tree are automatically built with
2430 it is run for the target libraries (*note Host and Target Libraries::).
2433 Doug Evans, to prepare to build target libraries. This shell script is
2485 In the installation target, the libraries should be installed in the
2683 * libg++ configure: Cygnus Configure in C++ Libraries.
2685 * libio configure: Cygnus Configure in C++ Libraries.
2687 * libstdc++ configure: Cygnus Configure in C++ Libraries.
2748 Node: Host and Target Libraries63067
2766 Node: Cygnus Configure in C++ Libraries95315
2769 Node: Multilibs in Target Libraries98445