Searched refs:shlibpath (Results 1 – 3 of 3) sorted by relevance
9648 shlibpath=$finalize_shlibpath9649 test relink = "$opt_mode" || shlibpath=$compile_shlibpath$shlibpath9650 if test -n "$shlibpath"; then9651 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
18514 + # to shlibpath, because on Windows, both are PATH and uninstalled20513 shlibpath="$finalize_shlibpath"20514 - test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath"20515 + test "$opt_mode" != relink && shlibpath="$compile_shlibpath$shlibpath"20516 if test -n "$shlibpath"; then20517 - eval $shlibpath_var=\$shlibpath\$$shlibpath_var20519 + eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
3141 [Is shlibpath searched before the hard-coded library search path?])