Lines Matching refs:library
13 # Provide generalized library-building support services.
35 # execute automatically set library path, then run a program
38 # link create a library or an executable
1177 func_fatal_configuration "not configured to build any kind of library"
1208 # True iff FILE is a libtool `.la' library or `.lo' object file.
1219 # True iff FILE is a libtool `.la' library or `.lo' object file.
1436 # It is necessary for linking the library.
2029 # Get the name of the library object.
2052 func_fatal_error "cannot determine name of library object from \`$libobj'"
2062 func_fatal_configuration "can not build a shared library"
2097 # Delete any leftover library objects.
2297 If FILE is a libtool library, object or program, all the files associated
2305 Compile a source file into a libtool library object.
2322 library object suffix, \`.lo'."
2329 Automatically set library path, then run a program.
2333 -dlopen FILE add the directory containing FILE to the library path
2335 This mode sets the library path environment variable according to \`-dlopen'
2339 into their corresponding uninstalled binary, and any of their required library
2340 directories are added to the library path.
2378 Link object files or libraries together to form another library, or to
2398 -lNAME OUTPUT-FILE requires the installed library libNAME
2399 -module build a library that can dlopened
2402 -no-undefined declare that a library does not refer to external symbols
2408 -rpath LIBDIR the created library will eventually be installed in LIBDIR
2411 -shrext SUFFIX override the standard shared library file extension
2416 specify library version info [each variable defaults to 0]
2427 treated as uninstalled libtool libraries, other files are standard or library
2430 If the OUTPUT-FILE ends in \`.la', then a libtool library is created,
2431 only library objects (\`.lo' files) may be specified, and \`-rpath' is
2432 required, except when creating a convenience library.
2434 If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created
2451 If FILE is a libtool library, all the files associated with it are deleted.
2520 # Read the libtool library.
2525 # Skip this library if it cannot be dlopened.
2527 # Warn if it was a shared library.
2706 echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
2961 # See the names of the shared library.
2970 # Install the shared library and build the symlinks.
3004 # Install the pseudo-library for information purposes.
3010 # Maybe install the static library, too.
3106 # Check to see that each library is installed.
3333 # if an import library, we need to obtain dlname
3345 # no lafile. user explicitly requested -dlpreopen <import library>.
3516 # return the library type of file 'arg'
3528 *ar\ archive\ import\ library*) # definitely import
3569 # import library ARG.
3584 # DLL associated with the specified import library LIBNAME.
3590 # specified import library.
3643 # ARG is a GNU/binutils-style import library. Returns
3655 # ARG is an MS-style import library. Returns
3668 # import library ARG.
3680 # binutils import library
3683 # ms-generated import library
4086 # Add our own library path to $shlibpath_var
5086 # even a static library is built. For now, we need to specify
5088 # that all symbols are satisfied, otherwise we get a static library.
5153 func_fatal_configuration "can not build a shared library"
5585 # These systems don't actually have a C or math library (as such)
5589 # These systems don't actually have a C library (as such)
5947 # A libtool-controlled library.
5951 # This library was specified with -dlopen.
5955 # The library was specified with -dlpreopen.
6120 # Collect preopened libtool deplibs, except any this library
6173 # Search the libtool library
6186 # deplib doesn't seem to be a libtool library
6195 else # deplib is a libtool library
6322 echo "*** I have the capability to make that library automatically link in when"
6323 echo "*** you link to this library. But I can only do this if you have a"
6324 echo "*** shared version of the library, which you do not appear to have"
6329 $ECHO "*** Warning: Linking the shared library $output against the"
6330 $ECHO "*** static library $deplib is not portable!"
6372 func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
6389 # If the library was installed with an old release of libtool,
6422 func_fatal_error "cannot find name of link library for \`$lib'"
6424 # It is a libtool convenience library, so add in its objects.
6428 func_fatal_error "\`$lib' is not a convenience library"
6444 # Get the name of the library we link against.
6456 func_fatal_error "cannot find name of link library for \`$lib'"
6459 # This library was specified with -dlopen.
6462 func_fatal_error "cannot -dlopen a convenience library: \`$lib'"
6493 # Find the relevant object directory and library name.
6496 func_warning "library \`$lib' was moved."
6521 # This library was specified with -dlpreopen.
6524 func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'"
6529 # Linker will automatically link against shared library if both
6531 # symbols from the import library if a shared library is present
6533 # this by putting the import library name into $newdlprefiles.
6550 # Prefer using a static library (so that no silly _DYNAMIC symbols
6569 # Link the convenience library
6604 # Need to hardcode shared library paths
6623 # We need to hardcode the library path
6632 # Hardcode the library path.
6684 # This is a shared library
6700 $ECHO "*** Warning: Linking the shared library $output against the loadable module"
6706 # Hardcode the library path.
6760 # If the library has no export list, then create one now
6769 func_verbose "generating import library for \`$soname'"
6772 # make sure the library variables are pointing to the new library
6797 $ECHO "*** Warning: lib $linklib is a module, not a shared library"
6934 # Not a shared library
6936 # We're trying link a shared library against a static one
6939 # Just print a warning and add the library to dependency_libs so
6940 # that the program can be linked against the static library.
6943 echo "*** I have the capability to make that library automatically link in when"
6944 echo "*** you link to this library. But I can only do this if you have a"
6945 echo "*** shared version of the library, which you do not appear to have."
6947 echo "*** But as you try to build a module library, libtool will still create "
6968 fi # link shared/static library?
6992 # Link against this library
7126 # And here is the reason: when a library appears more
7127 # than once as an explicit dependence of a library, or
7131 # with having the same library being listed as a
7133 # we know (pedantically, we assume) the library does not
7137 # such unportable linking tricks to link the library
7232 func_fatal_help "libtool library \`$output' must begin with \`lib'"
7249 func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs"
7252 $ECHO "*** Warning: Linking the shared library $output against the non-libtool"
7264 func_warning "ignoring multiple \`-rpath's for a libtool library"
7271 # Building a libtool convenience library.
7380 # verstring for coding it into the library header
7475 func_fatal_configuration "unknown library version type \`$version_type'"
7604 # these systems don't actually have a c library (as such)!
7607 # Rhapsody C library is in the System framework
7649 # whether the library exists or not. But this is on
7657 # against the deplibs as a proxy for the library. Then we can check
7689 $ECHO "*** Warning: dynamic linker does not accept needed library $i."
7690 echo "*** I have the capability to make that library automatically link in when"
7691 echo "*** you link to this library. But I can only do this if you have a"
7692 echo "*** shared version of the library, which I believe you do not have"
7705 # the situation: Compile a separate program for each library.
7732 $ECHO "*** Warning: dynamic linker does not accept needed library $i."
7733 echo "*** I have the capability to make that library automatically link in when"
7734 echo "*** you link to this library. But I can only do this if you have a"
7735 echo "*** shared version of the library, which you do not appear to have"
7743 $ECHO "*** Warning! Library $i is needed by this library but I was not able to"
7745 echo "*** library that it depends on before this library will be fully"
7820 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
7821 echo "*** I have the capability to make that library automatically link in when"
7822 echo "*** you link to this library. But I can only do this if you have a"
7823 echo "*** shared version of the library, which you do not appear to have"
7874 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
7875 echo "*** I have the capability to make that library automatically link in when"
7876 echo "*** you link to this library. But I can only do this if you have a"
7877 echo "*** shared version of the library, which you do not appear to have"
7907 echo "*** Warning: inter-library dependencies are not supported in this platform."
7909 echo "*** Warning: inter-library dependencies are not known to be supported."
7911 echo "*** All declared inter-library dependencies are being dropped."
7925 # On Rhapsody replace the C library with the System framework
7933 echo "*** Warning: libtool could not satisfy all declared inter-library"
7952 echo "*** The inter-library dependencies that have been dropped here will be"
7953 echo "*** automatically added whenever a program is linked with this library"
7958 echo "*** Since this library must not contain undefined symbols,"
7984 # move library search paths that coincide with paths to not yet
7985 # installed libraries to the beginning of the library search list
8011 # All the library-specific variables (install_libdir is set above).
8024 # Hardcode the library paths
8080 # Get the real and link names of the library.
8258 # Make a backup of the uninstalled library when relinking
8430 # Restore the uninstalled library and exit
8478 # Expand the library linking commands again to reset the
8523 # Restore the uninstalled library and exit
8535 # Restore the uninstalled library and exit
8548 # Create links to the real library.
8588 func_fatal_error "cannot build library object \`$output' from non-libtool objects"
8636 # Exit if we aren't doing a library object file.
8690 # On Rhapsody replace the C library is the System framework
8715 # move library search paths that coincide with paths to not yet
8716 # installed libraries to the beginning of the library search list
8757 # Now hardcode the library paths
8846 # Transform all the library objects into standard objects.
8880 # We have no uninstalled library dependencies, so finalize right now.
9109 # static archive out of a convenience library, or when linking
9305 # the library:
9339 # systems that can't hard-code library paths into their executables
9340 # and that have no shared library path variable independent of PATH,
9361 # $outputname - a libtool library file
9365 # It is necessary for linking the library.
9370 # Names of this library.
9382 # Names of additional weak libraries provided by this library
9390 # Is this an already installed library?
9400 # Directory that this library needs to be installed in:
9512 # FIXME: should reinstall the best remaining shared library.
9612 # choices, we go for a static library, that is the most portable,