home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / progmisc / djasy10d.zip / README.1ST < prev    next >
Text File  |  1992-04-18  |  3KB  |  84 lines

  1. This is README.1ST, which you should have read before any other.  Please
  2. read this COMPLETELY before going any further.
  3.  
  4. WARNING: This software comes with ABSOLUTELY NO WARRANTEE.  I can't even
  5. guarantee that this software won't wipe out your entire hard drive (it's
  6. happened to a few people).  USE AT YOUR OWN RISK! It's always a good
  7. idea to make regular backups of your hard drives anyway. 
  8.  
  9. If you are using PKUNZIP to extract your files, don't forget the -d or
  10. you'll get them all in the same directory! All djgpp modules are
  11. designed to be unzipped from the same directory, so that they install
  12. themselves properly. 
  13.  
  14. djgpp is a complete 32-bit C and C++ development environment for DOS. 
  15. This product is intended for users who have experience using Unix, not
  16. DOS users who expect djgpp to act like any other DOS compiler.  This is
  17. NOT the software you want if you want to learn programming. 
  18.  
  19. Supported: 80386, 80387, 80486, XMS, himem.sys, VCPI, QEMM, 386MAX,
  20. DesqView. 
  21.  
  22. Unsupported: XTs, 80286, Windows (because Microsoft won't support DPMI
  23. 1.0), OS/2, multitasking, signals.
  24.  
  25. Features: 80387 emulator, 32-bit unix-ish environment, flat memory
  26. model, debugger, SVGA graphics.
  27.  
  28.     ====================  Reporting bugs  ====================
  29.  
  30. ALL changes to the source code should be submitted in "diff -c2" format. 
  31. If you just send replacement files, I'll reject them, since I don't know
  32. which parts you've changed and my sources keep changing anyway.
  33.  
  34. Note that new features are not bugs.  If you would like to work on
  35. adding features to djgpp, please send me e-mail at dj@ctron.com
  36. beforehand, in case it's being worked on already and to coordinate it's
  37. integration.  If you want to request a new feature but not work on it,
  38. send to the mailing list. 
  39.  
  40. If the problem is in one of the FSF utilities, please don't expect me to
  41. fix it.  Problems with FSF code should be reported to the FSF; I only
  42. compile the code and distribute it.  My best suggestion is to post to
  43. the appropriate newsgroup or mailing list, but if you can't find one,
  44. try gnu@prep.ai.mit.edu. 
  45.  
  46. If the problem is in anything else, and you have e-mail access, I strongly
  47. recommend joining the djgpp mailing list.  To do so, send mail to
  48. listserv@sun.soe.clarkson.edu:
  49.  
  50.     $ mail listserv@sun.soe.clarkson.edu
  51.     Subject:
  52.     help
  53.     add djgpp
  54.     ^D
  55.  
  56. Any mail sent to djgpp@sun.soe.clarkson.edu will get automatically
  57. forwarded to all the subscribers on the list, and someone may have an
  58. answer to your query.  Note that I (DJ) am of course a subscriber, so I
  59. will get it also. 
  60.  
  61. If all else fails, you may contact me directly at dj@ctron.com
  62. (preferred) or at home:
  63.  
  64.     DJ Delorie
  65.     24 Kirsten Ave
  66.     Rochester, NH 03867-2954
  67.     USA
  68.  
  69.     ====================  Redistribution  ====================
  70.  
  71. The utilities built from FSF code may NOT be made available through any
  72. means not prepared to also distribute the source for those utilities. 
  73. This isn't just a good idea, it's the LAW.  Read the file "copying" for
  74. more details on FSF copyright terms.  Since djgpp includes such
  75. binaries, it requires the same terms. 
  76.  
  77. Programs that link in FSF code must comply with the GNU Library Licence,
  78. or the GNU public license.
  79.  
  80. I strongly recommend prepending stub.exe (use aout2exe) for any programs
  81. you intend to distribute.  This avoids me requiring a royalty, and aids
  82. upgrading go32, since stub.exe doesn't change. 
  83.  
  84.