Quote:
Originally Posted by John VV
what VERSION of the gnu FORTRAN gcc compiler is installed
4.8 ?
or the legacy 3.3
F77 is in the legacy gcc33-fortran
to see what is available
Code:
su -
zypper se fortran
you also might want to install the Devel:gcc OBS repo
|
Thanks for the swift reply. Output from zypper is
slave5:~ # zypper se fortran
Retrieving repository 'Packman Repository' metadata ........................................................[done]
Building repository 'Packman Repository' cache .............................................................[done]
Retrieving repository 'openSUSE-13.1-Update' metadata ......................................................[done]
Building repository 'openSUSE-13.1-Update' cache ...........................................................[done]
Loading repository data...
Reading installed packages...
S | Name | Summary | Type
--+----------------------+------------------------------------------------+--------
| gcc-fortran | The system GNU Fortran Compiler | package
i | gcc33-fortran | The GNU Fortran Compiler and Support Files | package
| gcc48-fortran | The GNU Fortran Compiler and Support Files | package
i | libgfortran3 | The GNU Fortran Compiler Runtime Library | package
| plplot-fortran | Shared libraries for PLplot's Fortran bindings | package
| plplot-fortran-devel | Fortran bindings for development with PLplot | package
Should I uninstall 4.8, assuming that running the programs defaults there? It looks as if both 3.3 and 4.8 are installed. But I was under the impression that the Lahey package is a compiler, f77 being different from Fortran 95?
Many thanks again,
Adrian