• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/

Lines Matching refs:library

1 # ltmain.sh - Provide generalized library-building support services.
93 echo "$modename: not configured to build any kind of library" 1>&2
339 # Get the name of the library object.
369 $echo "$modename: cannot determine name of library object from \`$libobj'" 1>&2
380 # Delete any leftover library objects.
634 # even a static library is built. For now, we need to specify
636 # that all symbols are satisfied, otherwise we get a static library.
1079 # These systems don't actually have c library (as such)
1086 # These systems don't actually have math library (as such)
1175 # A library object.
1196 # A libtool-controlled library.
1210 # If the library was installed with an old release of libtool,
1221 # Get the name of the library we link against.
1228 $echo "$modename: cannot find name of link library for \`$arg'" 1>&2
1232 # Find the relevant object directory and library name.
1273 # It is a libtool convenience library, so add in its objects.
1282 # This library was specified with -dlopen.
1290 # We should not create a dependency on this library, but we
1299 # The library was specified with -dlpreopen.
1301 # Prefer using a static library (so that no silly _DYNAMIC symbols
1457 $echo "$modename: cannot find static library for \`$arg'" 1>&2
1580 $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
1602 $echo "$modename: cannot build libtool library \`$output' from non-libtool objects:$objs" 2>&1
1606 # How the heck are we supposed to write a wrapper for a shared library?
1618 $echo "$modename: warning: ignoring multiple \`-rpath's for a libtool library" 1>&2
1625 # Building a libtool convenience library.
1757 $echo "$modename: unknown library version type \`$version_type'" 1>&2
1796 # these systems don't actually have a c library (as such)!
1849 # whether the library exists or not. But this is on
1857 # against the deplibs as a proxy for the library. Then we can check
1880 echo "*** Warning: This library needs some functionality provided by $i."
1881 echo "*** I have the capability to make that library automatically link in when"
1882 echo "*** you link to this library. But I can only do this if you have a"
1883 echo "*** shared version of the library, which you do not appear to have."
1891 # Compile a seperate program for each library.
1910 echo "*** Warning: This library needs some functionality provided by $i."
1911 echo "*** I have the capability to make that library automatically link in when"
1912 echo "*** you link to this library. But I can only do this if you have a"
1913 echo "*** shared version of the library, which you do not appear to have."
1918 echo "*** Warning! Library $i is needed by this library but I was not able to"
1920 echo "*** library that it depends on before this library will be fully"
1970 echo "*** Warning: This library needs some functionality provided by $a_deplib."
1971 echo "*** I have the capability to make that library automatically link in when"
1972 echo "*** you link to this library. But I can only do this if you have a"
1973 echo "*** shared version of the library, which you do not appear to have."
1988 echo "*** Warning: inter-library dependencies are not supported in this platform."
1990 echo "*** Warning: inter-library dependencies are not known to be supported."
1992 echo "*** All declared inter-library dependencies are being dropped."
2006 echo "*** Warning: libtool could not satisfy all declared inter-library"
2025 echo "*** The inter-library dependencies that have been dropped here will be"
2026 echo "*** automatically added whenever a program is linked with this library"
2034 # All the library-specific variables (install_libdir is set above).
2041 # Get the real and link names of the library.
2165 # Create links to the real library.
2214 $echo "$modename: cannot build library object \`$output' from non-libtool objects" 1>&2
2292 # Exit if we aren't doing a library object file.
2383 # Now hardcode the library paths
2474 # Transform all the library objects into standard objects.
2670 # We have no uninstalled library dependencies, so finalize right now.
2910 # Add our own library path to $shlibpath_var
3037 # not to build a shared library, and have fallen back to building
3096 # $outputname - a libtool library file
3100 # It is necessary for linking the library.
3105 # Names of this library.
3119 # Is this an already installed library?
3122 # Directory that this library needs to be installed in:
3328 # See the names of the shared library.
3335 # Install the shared library and build the symlinks.
3362 # Install the pseudo-library for information purposes.
3368 # Maybe install the static library, too.
3444 # Check to see that each library is installed.
3578 echo "specify the full pathname of the library, or use \`-LLIBDIR'"
3638 # Read the libtool library.
3648 # Skip this library if it cannot be dlopened.
3650 # Warn if it was a shared library.
3815 # FIXME: should reinstall the best remaining shared library.
3854 Provide generalized library-building support services.
3870 execute automatically set library path, then run a program
3873 link create a library or an executable
3885 Compile a source file into a libtool library object.
3897 library object suffix, \`.lo'."
3904 Automatically set library path, then run a program.
3908 -dlopen FILE add the directory containing FILE to the library path
3910 This mode sets the library path environment variable according to \`-dlopen'
3914 into their corresponding uninstalled binary, and any of their required library
3915 directories are added to the library path.
3949 Link object files or libraries together to form another library, or to
3967 -lNAME OUTPUT-FILE requires the installed library libNAME
3968 -module build a library that can dlopened
3969 -no-undefined declare that a library does not refer to external symbols
3972 -rpath LIBDIR the created library will eventually be installed in LIBDIR
3976 specify library version info [each variable defaults to 0]
3981 treated as uninstalled libtool libraries, other files are standard or library
3984 If the OUTPUT-FILE ends in \`.la', then a libtool library is created,
3985 only library objects (\`.lo' files) may be specified, and \`-rpath' is
3986 required, except when creating a convenience library.
3988 If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created
4005 If FILE is a libtool library, all the files associated with it are deleted.