home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / g77-0.5.15-src.tgz / tar.out / fsf / g77 / f / runtime / README < prev    next >
Text File  |  1996-09-28  |  2KB  |  35 lines

  1.                                                               -*- text -*-
  2.  
  3. 950227
  4.  
  5. This directory contains the f2c library packaged for use with g77 to configure
  6. and build automatically (in principle!) as part of the top-level configure and
  7. make steps.  This depends on the makefile and configure fragments in ../f.
  8.  
  9. Some small changes have been made to the f2c distributions of lib[IF]77 which
  10. come from ftp@netlib.att.com:netlib/f2c and are maintained (excellently) by
  11. David M. Gay <dmg@research.att.com>.  See the Notice files for copyright
  12. information.  I'll try to get the changes rolled into the f2c distribution.
  13.  
  14. WARNING WARNING WARNING!!!  We have left the README files in libF77 and
  15. libI77 intact, because they are part of the libf2c sources and might
  16. prove useful to you, but AS DISTRIBUTED WITH GNU FORTRAN, you should
  17. not do anything suggested by gcc/f/libf77/README or gcc/f/libi77/README,
  18. because the configuration stuff added for the g77 distribution should
  19. handle everything.
  20.  
  21. The packaging for auto-configuration was done by Dave Love <d.love@dl.ac.uk>.
  22. Minor changes have been made by James Craig Burley <burley@gnu.ai.mit.edu>,
  23. who probably broke things Dave had working.  :-)
  24.  
  25. Some key changes made by Burley:
  26.  
  27. -  f2c.h configured to default to padding unformatted direct reads
  28.    (#define Pad_UDread), because that's the behavior most users
  29.    expect.
  30.  
  31. -  f2c.h configured to default to always flushing after output so that
  32.    ERR= and IOSTAT= report disk-full errors (assuming the underlying
  33.    system library code does that correctly), again because that's the
  34.    behavior most users expect (#define ALWAYS_FLUSH).
  35.