gcc-g77 missing from SUSE10 DVD
Am I blind or is the FORTRAN compiler missing from the latest 10.0 distribution. SuSE 9.3 contained the gcc-g77 rpm but I cannot seem to locate the similar rpm for SuSE 10.0. Can anyone help? I installed the ftp version and just purchased the boxed SuSE 10.0 hoping to install the FORTRAN compiler, no luck so far. Terry -- SUSE LINUX 10.0 (i586) -- 2.6.13-15-default -- Sat 11/26/05 11:30am up 1 day 1:07, 4 users, load average: 0.15, 0.05, 0.04
Terry Eck wrote:
Am I blind or is the FORTRAN compiler missing from the latest 10.0 distribution. SuSE 9.3 contained the gcc-g77 rpm but I cannot seem to locate the similar rpm for SuSE 10.0. Can anyone help?
I installed the ftp version and just purchased the boxed SuSE 10.0 hoping to install the FORTRAN compiler, no luck so far.
Terry
I just solved the problem of the missing FORTRAN. Turns out YAST was looking at information from the DVD constructed from the iso file download via ftp. I had to run "Installation Source" deleting the current source and then add a new source. YAST then found the file gcc-fortran. -- SUSE LINUX 10.0 (i586) -- 2.6.13-15-default -- Sat 11/26/05 11:45am up 1 day 1:22, 4 users, load average: 0.31, 0.15, 0.07
Terry, On Saturday 26 November 2005 09:52, Terry Eck wrote:
Terry Eck wrote:
Am I blind or is the FORTRAN compiler missing from the latest 10.0 distribution. SuSE 9.3 contained the gcc-g77 rpm but I cannot seem to locate the similar rpm for SuSE 10.0. Can anyone help?
I installed the ftp version and just purchased the boxed SuSE 10.0 hoping to install the FORTRAN compiler, no luck so far.
Terry
I just solved the problem of the missing FORTRAN. Turns out YAST was looking at information from the DVD constructed from the iso file download via ftp. I had to run "Installation Source" deleting the current source and then add a new source. YAST then found the file gcc-fortran.
You only needed to tell it to "refresh" that source, I believe. Randall Schulz
[Terry Eck]
SuSE 9.3 contained the gcc-g77 rpm but I cannot seem to locate the similar rpm for SuSE 10.0. Can anyone help?
Try gcc-fortran. -- François Pinard http://pinard.progiciels-bpi.ca
François Pinard wrote:
[Terry Eck]
SuSE 9.3 contained the gcc-g77 rpm but I cannot seem to locate the similar rpm for SuSE 10.0. Can anyone help?
Try gcc-fortran.
Thanks for the info. I ended up using compat-g77 since for some reason my FORTRAN source had problems when using the new gcc with *.F and *.f files. I think compat-g77 must be the replacement of the old gcc-g77. -- SUSE LINUX 10.0 (i586) -- 2.6.13-15-default -- Sat 11/26/05 3:25pm up 1 day 5:02, 3 users, load average: 1.77, 1.65, 1.14
On Saturday 26 November 2005 22:04, François Pinard wrote:
[Terry Eck]
SuSE 9.3 contained the gcc-g77 rpm but I cannot seem to locate the similar rpm for SuSE 10.0. Can anyone help?
Try gcc-fortran.
C'mon boys. Let's try to update and help the guys at g95.
JUAN ERNESTO FLORES BELTRAN wrote:
Terry wrote:
SuSE 9.3 contained the gcc-g77 rpm but I cannot seem to locate the similar rpm for SuSE 10.0. Can anyone help?
I suggest you try to install it from a server:
ftp.leo.org is a good option,
Regards.-
I check ftp.leo.org and do not see anything yet. Maybe all of the SuSE 10.0 files will appear soon. Also, I have since found out that the old gcc-g77 is now called compat-g77. Got it off the purchased SuSE 10 DVD. Thanks, Terry -- SUSE LINUX 10.0 (i586) -- 2.6.13-15-default -- Mon 11/28/05 7:10pm up 3 days 8:47, 3 users, load average: 0.23, 0.30, 0.23
Philipp Thomas wrote:
g77,the GNU FORTRAN77 compiler is gone and has been replaced by gfortran, a FORTRAN95 compiler.
Philipp
Is g77 really gone or has it been replaced by compat-g77. I installed compat-g77 and the g77 program compiles my FORTRAN. Of course, gfortran also compiles the same source code. -- SUSE LINUX 10.0 (i586) -- 2.6.13-15-default -- Tue 11/29/05 8:30pm up 4 days 10:07, 3 users, load average: 0.27, 0.24, 0.14
On Tue, 2005-11-29 at 20:35 -0600, Terry Eck wrote:
Philipp Thomas wrote:
g77,the GNU FORTRAN77 compiler is gone and has been replaced by gfortran, a FORTRAN95 compiler.
Philipp
Is g77 really gone or has it been replaced by compat-g77. I installed compat-g77 and the g77 program compiles my FORTRAN. Of course, gfortran also compiles the same source code.
According to Philipp who works for Novell/SUSE it has been replaced. Or were you hoping to ask until someone says what you want to hear? -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998
Ken Schneider wrote:
According to Philipp who works for Novell/SUSE it has been replaced. Or were you hoping to ask until someone says what you want to hear?
OK, I'll play your game. I just wanted to know what happened to gcc-g77? Was it replaced by compat-g77? gfortran is a FORTRAN95 compiler. If compat-g77 has not replaced gcc-g77 then where did compat-g77 come from? And yes, I know Philipp works for SuSE ;) -- SUSE LINUX 10.0 (i586) -- 2.6.13-15-default -- Tue 11/29/05 9:15pm up 4 days 10:52, 3 users, load average: 2.09, 2.14, 1.61
The GCC project has stopped development of g77 and works instead on a Fortran95 compiler called gfortran, starting with GCC 4.0, g77 is not part of GCC anymore - but gfortran is. Since we have switch to GCC 4.0, we're using gfortran. g77 is available via the compat-g77 package for a transition period until gfortran is a full replacement for g77, Andreas -- Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
At 07:01 PM 30/11/2005, Andreas Jaeger wrote:
The GCC project has stopped development of g77 and works instead on a Fortran95 compiler called gfortran, starting with GCC 4.0, g77 is not part of GCC anymore - but gfortran is.
Since we have switch to GCC 4.0, we're using gfortran.
g77 is available via the compat-g77 package for a transition period until gfortran is a full replacement for g77,
S'cuse me but, unless they have seriously changed the Fortran95 standard in the last three years, when I was last involved with CCITT. Fortran95 was not suppose to be a 100% compatable Fortran77. There were a number of items deliberately removed as the syntax standards were updated to those used by the programming community in general programming, and a number of format components no longer applicable deleted. There was suppose to be a "Translator" program written for the source / program code and a simple one had been completed when i last was involved in '99, but it did still require quite a bit of source code reading and re-writing of the bits that were marked as needing manual intervention. regards scsijon
On Tue, 29 Nov 2005 20:35:42 -0600, Terry Eck wrote:
Is g77 really gone or has it been replaced by compat-g77.
g77 is not being maintained anymore by the GCC project. It has been replaced in gcc 4.0 by gfortran. But gfortran is currently no full replacement for g77. That's why we provide the compat-g77 package until gfortran is a full replacement. Philipp
Thanks Philipp, Anders, and Andreas for the information on the relationship between gcc-g77 and compat-g77. This is exactly the information I was seeking. -- SUSE LINUX 10.0 (i586) -- 2.6.13-15-default -- Wed 11/30/05 7:15pm up 5 days 8:52, 3 users, load average: 0.42, 0.32, 0.13
Terry wrote:
I check ftp.leo.org and do not see anything yet. Maybe all of the SuSE 10.0 files will appear soon. Also, I have since found out that the old gcc-g77 is now called compat-g77. Got it off the purchased SuSE 10 DVD. Thanks, Terry
I did not know it is called compat-g77...how about this: http://ftp.leo.org/mirrors/opensuse/distribution/SL-10.0-OSS/inst-source/ Protocol : http Authentication: Anonymus Server: ftp.leo.org Directory: mirrors/opensuse/distribution/SL-10.0-OSS/inst-source/ Remember to activate both sources, CD and server from yast....hope this help. regards.-
On Tue, Nov 29, 2005 at 01:17:03PM +0000, JUAN ERNESTO FLORES BELTRAN wrote:
Terry wrote:
I check ftp.leo.org and do not see anything yet. Maybe all of the SuSE 10.0 files will appear soon. Also, I have since found out that the old gcc-g77 is now called compat-g77. Got it off the purchased SuSE 10 DVD. Thanks, Terry
I did not know it is called compat-g77...how about this:
http://ftp.leo.org/mirrors/opensuse/distribution/SL-10.0-OSS/inst-source/
Protocol : http Authentication: Anonymus Server: ftp.leo.org Directory: mirrors/opensuse/distribution/SL-10.0-OSS/inst-source/
Fortran is in GCC 4.x called "gfortran" and not "g77" ;) Ciao, Marcus
participants (11)
-
Anders Johansson
-
Andreas Jaeger
-
François Pinard
-
JUAN ERNESTO FLORES BELTRAN
-
Ken Schneider
-
Marcus Meissner
-
Philipp Thomas
-
Randall R Schulz
-
scsijon
-
steve
-
Terry Eck