Lines Matching refs:lib
1608 using \`ar' and \`ranlib', or on Windows using \`lib'.
1662 || func_fatal_help "\`$lib' is not a valid libtool archive"
2082 lib="$destdir/$realname"
2187 for lib in $notinst_deplibs; do
2190 if test -f "$lib"; then
2191 func_source "$lib"
2193 … libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
2195 func_warning "\`$lib' has not been installed in \`$libdir'"
5107 lib="$searchdir/lib${name}${search_ext}"
5108 if test -f "$lib"; then
5134 if func_lalib_p "$lib"; then
5137 func_source "$lib"
5143 func_dirname "$lib" "" "."
5297 if test "$found" = yes || test -f "$lib"; then :
5299 func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
5303 func_lalib_unsafe_p "$lib" \
5304 || func_fatal_error "\`$lib' is not a valid libtool archive"
5306 func_dirname "$lib" "" "."
5324 func_source "$lib"
5339 { test "$linkmode" != prog && test "$linkmode" != lib; }; then
5346 deplibs="$lib $deplibs"
5349 func_fatal_error "cannot find name of link library for \`$lib'"
5354 elif test "$linkmode" != prog && test "$linkmode" != lib; then
5355 func_fatal_error "\`$lib' is not a convenience library"
5377 func_fatal_error "cannot find name of link library for \`$lib'"
5383 func_fatal_error "cannot -dlopen a convenience library: \`$lib'"
5392 dlprefiles="$dlprefiles $lib $dependency_libs"
5394 newdlfiles="$newdlfiles $lib"
5411 func_basename "$lib"
5417 func_warning "library \`$lib' was moved."
5445 func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'"
5465 if test "$linkmode" = lib; then
5471 deplibs="$lib $deplibs" # used for prog,scan pass
5479 deplibs="$lib $deplibs"
5568 notinst_deplibs="$notinst_deplibs $lib"
5573 notinst_deplibs="$notinst_deplibs $lib"
5584 if test "X$dlpremoduletest" = "X$lib"; then
5598 if test "$linkmode" = lib &&
5690 if test "X$dlopenmodule" != "X$lib"; then
5691 $ECHO "*** Warning: lib $linklib is a module, not a shared library"
5836 $ECHO "*** Warning: This system can not link to static lib archive $lib."
5864 if test "$linkmode" = lib; then
6120 # Add the "lib" prefix for modules if required
6466 for lib in $old_dlfiles; do
6468 *" $lib "*) ;;
6469 *) dlfiles="$dlfiles $lib" ;;
6476 for lib in $old_dlprefiles; do
6478 *" $lib "*) ;;
6479 *) dlprefiles="$dlprefiles $lib" ;;
8121 for lib in $dlfiles; do
8122 case $lib in
8124 func_basename "$lib"
8126 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
8128 func_fatal_error "\`$lib' is not a valid libtool archive"
8131 *) newdlfiles="$newdlfiles $lib" ;;
8136 for lib in $dlprefiles; do
8137 case $lib in
8143 func_basename "$lib"
8145 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
8147 func_fatal_error "\`$lib' is not a valid libtool archive"
8155 for lib in $dlfiles; do
8156 case $lib in
8157 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
8158 *) abs=`pwd`"/$lib" ;;
8164 for lib in $dlprefiles; do
8165 case $lib in
8166 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
8167 *) abs=`pwd`"/$lib" ;;