Lines Matching refs:rpath

3745   -rpath LIBDIR     the created library will eventually be installed in LIBDIR
3768 only library objects ('.lo' files) may be specified, and '-rpath' is
6555 rpath=
6820 rpath | xrpath)
6828 if test rpath = "$prev"; then
6829 case "$rpath " in
6831 *) func_append rpath " $arg" ;;
7136 -rpath)
7137 prev=rpath
8090 # Make sure the rpath contains only unique directories.
8696 test -n "$rpath" && \
8697 func_warning "'-rpath' is ignored for archives"
8757 set dummy $rpath
8760 && func_warning "ignoring multiple '-rpath's for a libtool library"
8765 if test -z "$rpath"; then
9079 # If the user specified any rpath flags, then add them.
9115 if test -n "$rpath"; then
9541 rpath=$finalize_rpath
9542 test relink = "$opt_mode" || rpath=$compile_rpath$rpath
9543 for libdir in $rpath; do
9571 # Substitute the hardcoded libdirs into the rpath.
9579 rpath=
9581 func_append rpath "$dir:"
9583 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
10088 test -n "$rpath" && \
10089 func_warning "'-rpath' is ignored for objects"
10261 if test -n "$rpath$xrpath"; then
10262 # If the user specified any rpath flags, then add them.
10263 for libdir in $rpath $xrpath; do
10264 # This is the magic to use -rpath.
10273 rpath=
10292 func_append rpath " $flag"
10316 # Substitute the hardcoded libdirs into the rpath.
10320 eval rpath=\" $hardcode_libdir_flag_spec\"
10322 compile_rpath=$rpath
10324 rpath=
10343 func_append rpath " $flag"
10352 # Substitute the hardcoded libdirs into the rpath.
10356 eval rpath=\" $hardcode_libdir_flag_spec\"
10358 finalize_rpath=$rpath
10423 rpath=
10425 func_append rpath "$dir:"
10427 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
10431 rpath=
10433 func_append rpath "$dir:"
10435 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "