[Bug fortran/35916] problem running gfortran 4.4.0 in Vista

brian at dessent dot net gcc-bugzilla@gcc.gnu.org
Sun Apr 13 00:07:00 GMT 2008



------- Comment #2 from brian at dessent dot net  2008-04-13 00:06 -------
Subject: Re:  problem running gfortran 4.4.0 in Vista

pinskia at gcc dot gnu dot org wrote:

> IIRC the driver does not relocate correctly under Vista.

The Vista shell seems to populate argv[0] differently than previous
versions, so the relocate machinery in the driver can't determine
GCC_EXEX_PREFIX.  Workarounds are:

- use a shell other than CMD.EXE
- give the full path to the binary when invoking it from CMD.EXE (even
if its in PATH), or write a .bat/.cmd to do as such
- add $libexec/gcc/$target/$version dir to PATH


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35916



More information about the Gcc-bugs mailing list