- Derek Lamb's patch to avoid an uninitialised variable error.
- Diab Jarius's Solaris Studio 10 patch and his gfortran patch (with mods).
Note g77 is still the default if both it and gfortran are present.
- Rob's big Win32 patch (Nov 2010 version)
*** IMPORTANT. Added in simplification of GNU fortran compilers (g77, gfortran, g95, fort77)
etc. suggested by Tim Jeness. I used his code but made a slightly different
implementaion introducing a 'Generic' 'GNU' database entry to which others point.
This also superceded some of the above patches.
Hope this works!
- Removed places where .gcclibs() is added to the link line, this appears to no loner
be necessary. Routine left in there (but orphaned) just in case.
- Rob's further Win32 patch (16/12/2010)
- Added new config entry for Darwin/OSX (using gcc 4.0 and g77, gfortran or g95)
- Added new entry for gfortran under Linux (thanks to Thomas Erben).
- Works fine under g77 on intel Mac OS X.
- Jim Edwards f90 patch for SGI irix64
- Added version number print to the startup
- Solaris patches from Diab Jerius
- OSX warning patch from Doug Burke
- Win32 patches from Rob - Sisyphus <kalinabears@iinet.net.au> (2005/1/25)
- Diab Jerius' Solaris regex patch
- Tim Butler's Solaris patch
- Now prints version on "use"
- David Meleedy's Solaris patch?
- My mix and match of all the above
- Added COPYING file for Licence statement
- Tim Jeness' latest Solaris patch
- My own patch to make sure gcclibs are appended for g77
- Small IRIX patch from Christian Soeller.
- Tim Butler's Solaris patch (to make sure directories in path really
do contain libF77.a)
- Charles Lane's latest VMS patch (properly blanks VMS libs)
- Changed my email address.
- Added Gokhan Ulu's <ulu@ultra.bu.edu> patch to use Solaris
LD_LIBRARY_PATH variable to assist in locating F77 libs.
- SGI coding suggestion from Tim Jenness to suppress a warning.
- Now removed from PGPLOT module distribution to avoid confusing CPAN,
now purely available standalone.
- Got rid of some "for my $foo" ism's for 5.003 compatibility.
- Christian's cygwin patches.
- Patch to restore fallback to g77 behaviour if o/s compiler not found.
(e.g. solaris)
- IRIX changes from Ovidiu Toader <ovi@physics.utoronto.ca>
- Fixed g77 to use -lg2c in prefererence
Tim Jenness <t.jenness@jach.hawaii.edu>:
* Fixes for Redhat 6.0 searching for libg2c.a
* Better POD documentation
* New runtimeok() method
- Better gcc detection (Anton Berezin)
- Improved libf2c directory location
- fixed pod2man bugs in documentation
- IRIX n32 fix
- Now supports VMS! Thanks to Charles Lane for his patch
- Added -lxlf90 to AIX libs (Andreas Heitmann)
- Added g77/f77/fort77 search for Generic g77/f2c
- Fixed minor bug in falling back to g77/f2c
- Added support for explicit overriding of Fortran libs
using the environment variable F77LIBS.