Lines Matching refs:add
1569 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols
1820 $ECHO " - add LIBDIR to the \`$runpath_var' environment variable"
1833 $ECHO " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
3283 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
3888 lt_extend_str (const char *orig_value, const char *add, int to_end)
3894 int add_len = strlen (add);
3899 strcpy (new_value + orig_value_len, add);
3903 strcpy (new_value, add);
3909 new_value = xstrdup (add);
5688 if /usr/bin/file -L $add 2> /dev/null |
5731 add="-l$name"
5734 add="-l$name"
5754 test -n "$add" && compile_deplibs="$add $compile_deplibs"
5757 test -n "$add" && deplibs="$add $deplibs"
5772 add=
5776 add="$libdir/$linklib"
5779 add="-l$name"
5785 add="-l$name"
5789 add="$inst_prefix_dir$libdir/$linklib"
5791 add="$libdir/$linklib"
5804 add="-l$name"
5809 test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
5812 test -n "$add" && deplibs="$add $deplibs"