This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: libf2c/8992: MXUNIT change seems to fail
- From: toon at gcc dot gnu dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, peterm at ise dot canberra dot edu dot au, toon at gcc dot gnu dot org
- Date: 18 Dec 2002 22:58:46 -0000
- Subject: Re: libf2c/8992: MXUNIT change seems to fail
- Reply-to: toon at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, peterm at ise dot canberra dot edu dot au, toon at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Synopsis: MXUNIT change seems to fail
Responsible-Changed-From-To: unassigned->toon
Responsible-Changed-By: toon
Responsible-Changed-When: Wed Dec 18 14:58:45 2002
Responsible-Changed-Why:
Fortran Maintainer.
State-Changed-From-To: open->feedback
State-Changed-By: toon
State-Changed-When: Wed Dec 18 14:58:45 2002
State-Changed-Why:
As of GCC/g77-3.1, libf2c is a shared library. This means
that, if you build and install your own version of it,
its run-time library might end up in a place where shared
libraries aren't searched for.
You can override this by setting the environment variable
LD_LIBRARY_PATH to the correct directory.
Please report back if that helps.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8992