This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gfortran test runs
On Wed, 2004-08-25 at 09:45, Daniel Jacobowitz wrote:
> On Wed, Aug 25, 2004 at 09:07:39AM -0400, Andrew MacLeod wrote:
> > However, if I then cut and paste the execution line above from above
> > and run the file by hand, it compiles and executes just great, no
> > relocation error, no nothing. Within the test framework, it just
> > fails.
>
> The testsuite sets various things in LD_LIBRARY_PATH. Could one of
> them contain an old copy of GMP, or clobber an existing LD_LIBRARY_PATH
> pointing at GMP?
possibly.. Ive just discovered that if I unset my LD_LIBARY_PATH to not
include /usr/local/lib when gmp is, that I get the same failure on the
command line.
So the testsuite is not picking up the right directory. If its
overwriting it, how do I fix that?
Andrew