home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / d / djdev108.zip / README.1ST < prev   
Text File  |  1992-08-15  |  4KB  |  88 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 before).  USE AT YOUR OWN RISK! It's always a
  7. good 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.  Diffs
  33. will also be rejected for use of bcc features in go32 sources (like //
  34. comments), or more than one feature or bugfix per diff.  Please use the
  35. same programming style as the existing style when making changes to my
  36. sources. 
  37.  
  38. Note that new features are not bugs.  If you would like to work on
  39. adding features to djgpp, please send me e-mail at dj@ctron.com
  40. beforehand, in case it's being worked on already and to coordinate it's
  41. integration.  If you want to request a new feature but not work on it,
  42. send to the mailing list. 
  43.  
  44. If the problem is in one of the FSF utilities, please don't expect me to
  45. fix it.  Problems with FSF code should be reported to the FSF; I only
  46. compile the code and distribute it.  My best suggestion is to post to
  47. the appropriate newsgroup or mailing list, but if you can't find one,
  48. try gnu@prep.ai.mit.edu. 
  49.  
  50. If the problem is in anything else, and you have e-mail access, I strongly
  51. recommend joining the djgpp mailing list.  To do so, send mail to
  52. listserv@sun.soe.clarkson.edu:
  53.  
  54.     $ mail listserv@sun.soe.clarkson.edu
  55.     Subject:
  56.     help
  57.     add djgpp
  58.     ^D
  59.  
  60. Any mail sent to djgpp@sun.soe.clarkson.edu will get automatically
  61. forwarded to all the subscribers on the list, and someone may have an
  62. answer to your query.  Note that I (DJ) am of course a subscriber, so I
  63. will get it also. 
  64.  
  65. If all else fails, you may contact me directly at dj@ctron.com
  66. (preferred) or at home:
  67.  
  68.     DJ Delorie
  69.     24 Kirsten Ave
  70.     Rochester, NH 03867-2954
  71.     USA
  72.  
  73.     ====================  Redistribution  ====================
  74.  
  75. The utilities built from FSF code may NOT be made available through any
  76. means not prepared to also distribute the source for those utilities. 
  77. This isn't just a good idea, it's the LAW.  Read the file "copying" for
  78. more details on FSF copyright terms.  Since djgpp includes such
  79. binaries, it requires the same terms. 
  80.  
  81. Programs that link in FSF code must comply with the GNU Library Licence,
  82. or the GNU public license.
  83.  
  84. I strongly recommend prepending stub.exe (use aout2exe) for any programs
  85. you intend to distribute.  This avoids me requiring a royalty, and aids
  86. upgrading go32, since stub.exe doesn't change. 
  87.  
  88.