cc1 and cc1plus packages from the g77 compiler are missing in the new Fortran compiler suite on SuSE 10.x. These are required to pre-process #include and #define statements in the FORTRAN files *.F.


As a workaround, the packages can be taken from a gcc 3.3.5 installation, which can be downloaded from <a target=_blank href="http://cbmroot.gsi.de/installation/Supported_platforms.htm">http://cbmroot.gsi.de/installation/Supported_platforms.htm</a>http://cbmroot.gsi.de/installation/Supported_platforms.htm


32bit Systems:

SuSE 10.0 C++ compiler: gcc version 4.0.1 (SuSE Linux)
g77 3.3.5

SuSE 10.1 C++ compiler: gcc version 4.1.0 (SuSE Linux)
g77 3.3.5

With SuSE 10.x installing the g77-compact library will install the g77 3.3.5 but not the precompilers (cc1 and cc1plus). So after installing the g77 take the tar file (g77-3.3.5.tar.gz, download see above), unpack it and copy the content to: usr/lib/gcc-lib/i586-suse-linux/3.3.5/



64bit Systems:

10.1 64-bit C++ compiler: gcc version 4.1.0 (SuSE Linux)
g77 3.3.5

Like the 32-bit version above, installing the g77-compact library will install the g77 3.3.5 but not the precompilers (cc1 and cc1plus). So after installing the g77 take the tar file (g77-3.3.5.x86-64.tar.gz, download see above), unpack it and copy the content to:usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/





Show Form
No comments yet. Be the first to add a comment!