This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 3.1 PATCH: Set LD_LIBRARY{N32, 64}_PATH in libstdc++-v3 testsuite


On Tue, 30 Apr 2002, Rainer Orth wrote:

 if [isnative] {

> +    setenv  LD_LIBRARY_PATH     $ld_library_path
> +    setenv  SHLIB_PATH          $ld_library_path
> +    setenv  LD_LIBRARYN32_PATH  $ld_library_path
> +    setenv  LD_LIBRARY64_PATH   $ld_library_path
> +

}

Dunno if it your patch as-is would actually would make
cross-testing fail though.

brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]