Lines Matching refs:lib
2538 || func_fatal_help "\`$lib' is not a valid libtool archive"
2684 for lib in $libs; do
2685 echo "removing references to $lt_sysroot and \`=' prefixes from $lib"
2689 for lib in $libs; do
2690 sed -e "${sysroot_cmd} s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \
2692 mv -f $tmpdir/tmp-la $lib
3020 lib="$destdir/$realname"
3125 for lib in $notinst_deplibs; do
3128 if test -f "$lib"; then
3129 func_source "$lib"
3131 libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
3133 func_warning "\`$lib' has not been installed in \`$libdir'"
6197 lib="$searchdir/lib${name}${search_ext}"
6198 if test -f "$lib"; then
6224 if func_lalib_p "$lib"; then
6227 func_source "$lib"
6233 func_dirname "$lib" "" "."
6393 if test "$found" = yes || test -f "$lib"; then :
6395 func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
6399 func_lalib_unsafe_p "$lib" \
6400 || func_fatal_error "\`$lib' is not a valid libtool archive"
6402 func_dirname "$lib" "" "."
6420 func_source "$lib"
6435 { test "$linkmode" != prog && test "$linkmode" != lib; }; then
6442 deplibs="$lib $deplibs"
6445 func_fatal_error "cannot find name of link library for \`$lib'"
6460 elif test "$linkmode" != prog && test "$linkmode" != lib; then
6461 func_fatal_error "\`$lib' is not a convenience library"
6479 func_fatal_error "cannot find name of link library for \`$lib'"
6485 func_fatal_error "cannot -dlopen a convenience library: \`$lib'"
6494 func_append dlprefiles " $lib $dependency_libs"
6496 func_append newdlfiles " $lib"
6513 func_basename "$lib"
6519 func_warning "library \`$lib' was moved."
6547 func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'"
6593 if test "$linkmode" = lib; then
6599 deplibs="$lib $deplibs" # used for prog,scan pass
6607 deplibs="$lib $deplibs"
6697 func_append notinst_deplibs " $lib"
6702 func_append notinst_deplibs " $lib"
6713 if test "X$dlpremoduletest" = "X$lib"; then
6727 if test "$linkmode" = lib &&
6819 if test "X$dlopenmodule" != "X$lib"; then
6820 $ECHO "*** Warning: lib $linklib is a module, not a shared library"
6965 $ECHO "*** Warning: This system can not link to static lib archive $lib."
6993 if test "$linkmode" = lib; then
7258 # Add the "lib" prefix for modules if required
7609 for lib in $old_dlfiles; do
7611 *" $lib "*) ;;
7612 *) func_append dlfiles " $lib" ;;
7619 for lib in $old_dlprefiles; do
7621 *" $lib "*) ;;
7622 *) func_append dlprefiles " $lib" ;;
8657 …reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo…
9310 for lib in $dlfiles; do
9311 case $lib in
9313 func_basename "$lib"
9315 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
9317 func_fatal_error "\`$lib' is not a valid libtool archive"
9320 *) func_append newdlfiles " $lib" ;;
9325 for lib in $dlprefiles; do
9326 case $lib in
9332 func_basename "$lib"
9334 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
9336 func_fatal_error "\`$lib' is not a valid libtool archive"
9344 for lib in $dlfiles; do
9345 case $lib in
9346 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
9347 *) abs=`pwd`"/$lib" ;;
9353 for lib in $dlprefiles; do
9354 case $lib in
9355 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
9356 *) abs=`pwd`"/$lib" ;;