Jon Foley wrote: > Fink installed the g77 package and put it in the right places. I thought it > should be ready to go. But it appears this is really g77 version 0.5.25 -- > not 2.95.2??!! When I type "g77 -dumpversion" I get "GNU Fortran 0.5.25 > 19991030 (prerelease)".
This is perfectly alright. g77 is numbered independently from gcc (don't ask me why). If you look at the dates, you see "19991030 (prerelease)" for g77 and "19991024 (release)" for Apple's C compiler, so the g77 is actually a little more recent :-) The g77 that comes with the new bleeding-edge gcc-3.1 is version 0.5.27, for example. > Furthermore, it seems to be looking for libraries > are not on my system at all. This is more serious. What libraries? -- Martin _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
