------- 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