Home | History | Annotate | Download | only in jpeg

Lines Matching refs:rpath

389     rpath=
440 rpath)
441 rpath="$rpath $arg"
523 -rpath)
524 prev=rpath
602 $echo "$modename: \`$arg' contains no -rpath information" 1>&2
657 # Make sure the rpath contains only unique directories.
664 # This is the magic to use -rpath.
874 if test -z "$rpath"; then
875 $echo "$modename: you must specify an installation directory with \`-rpath'" 1>&2
880 set dummy $rpath
882 $echo "$modename: warning: ignoring multiple \`-rpath's for a libtool library" 1>&2
1073 if test -n "$rpath"; then
1074 $echo "$modename: warning: \`-rpath' is ignored while creating objects" 1>&2
1157 if test -n "$rpath"; then
1158 # If the user specified any rpath flags, then add them.
1159 for libdir in $rpath; do
1371 rpath=
1376 rpath="$rpath$dir:"
1380 rpath="$rpath\$thisdir/$dir:"
1384 temp_rpath="$rpath"
1399 rpath=
1401 rpath="$rpath$dir:"
1403 compile_command="$runpath_var=\"$rpath\$$runpath_var\" $compile_command"
1404 finalize_command="$runpath_var=\"$rpath\$$runpath_var\" $finalize_command"
1928 $echo "$modename: warning: \`$lib' contains no -rpath information" 1>&2
2403 -rpath LIBDIR the created library will eventually be installed in LIBDIR
2415 library objects (\`.lo' files) may be specified, and \`-rpath' is required.