This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: Installation Question! (A suggestion)


> [root@centos ~]#
>     ln -sf /usr/local/gfortran/bin/gfortran.exe /usr/local/bin/gfc
> [root@centos ~]#
>     ln -s /usr/local/gfortran/bin/gfortran.exe /usr/local/bin/gfortran

These two are wrong, there actually is no
/usr/local/gfortran/bin/gfortran.exe, the binary is called
/usr/local/gfortran/bin/gfortran (without the .exe suffix).

Remove /usr/local/bin/gfc and /usr/local/bin/gfortran, rebuild these
symbolic links without the .exe suffices, and you'll be set up.

FX


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