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
8088 # Make sure the rpath contains only unique directories.
8694 test -n "$rpath" && \
8695 func_warning "'-rpath' is ignored for archives"
8755 set dummy $rpath
8758 && func_warning "ignoring multiple '-rpath's for a libtool library"
8763 if test -z "$rpath"; then
9077 # If the user specified any rpath flags, then add them.
9113 if test -n "$rpath"; then
9539 rpath=$finalize_rpath
9540 test relink = "$opt_mode" || rpath=$compile_rpath$rpath
9541 for libdir in $rpath; do
9569 # Substitute the hardcoded libdirs into the rpath.
9577 rpath=
9579 func_append rpath "$dir:"
9581 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
10086 test -n "$rpath" && \
10087 func_warning "'-rpath' is ignored for objects"
10259 if test -n "$rpath$xrpath"; then
10260 # If the user specified any rpath flags, then add them.
10261 for libdir in $rpath $xrpath; do
10262 # This is the magic to use -rpath.
10271 rpath=
10290 func_append rpath " $flag"
10314 # Substitute the hardcoded libdirs into the rpath.
10318 eval rpath=\" $hardcode_libdir_flag_spec\"
10320 compile_rpath=$rpath
10322 rpath=
10341 func_append rpath " $flag"
10350 # Substitute the hardcoded libdirs into the rpath.
10354 eval rpath=\" $hardcode_libdir_flag_spec\"
10356 finalize_rpath=$rpath
10421 rpath=
10423 func_append rpath "$dir:"
10425 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
10429 rpath=
10431 func_append rpath "$dir:"
10433 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "