home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / djgpp / readme.1st < prev    next >
Text File  |  1994-03-07  |  7KB  |  168 lines

  1. This is djgpp's README.1ST, which you should have read before any other. 
  2. Please 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, but we've fixed it).  USE AT YOUR OWN
  7. RISK! It's always a good idea to make regular backups of your hard
  8. drives anyway. 
  9.  
  10. If you are installing djgpp off floppies, you should run the install
  11. program on disk 1.  This program will prompt you for all the information
  12. it needs to properly install djgpp on your system. 
  13.  
  14. If you are using PKUNZIP to extract your files, don't forget the -d or
  15. you'll get them all in the same directory! All djgpp modules are
  16. designed to be unzipped from the same directory, so that they install
  17. themselves properly.  You should also use the -o switch, since some
  18. files are included in multiple modules. 
  19.  
  20. You will need either PKUNZIP version 2 or higher, or InfoZip's unzip
  21. version 5.0 or higher.  A complementary copy of InfoZip's unzip is
  22. provided as UNZIP-DJ.EXE in case you don't have either.  This file uses
  23. a merged copy of go32.exe, so you should delete it in favor of the
  24. unzip.exe in zipXXbn.zip after you unzip that module. 
  25.  
  26. You should be able to find documentation in various subdirectories of
  27. the docs directory in the djgpp distribution.  The files README and FAQ
  28. are in the djdocXXX.zip module.  If you install txiXXXbn.zip, you can
  29. run "info" to read this documentation. 
  30.  
  31. The modules you'll want to start with are (replace XXX with an
  32. appropriate version number):
  33.  
  34.  djdocXXX.zip  The base documentation
  35.  djeoeXXX.zip  Execution-only environment - extender binary, emu387,
  36.                some utils, README and FAQ
  37.  djdevXXX.zip  Basic development libraries and utilities
  38.  gccXXXbn.zip  GCC binaries, including C front end (no C++ or ObjC)
  39.  gasXXXbn.zip  Assembler - required for all compiles
  40.  bnuXXXbn.zip  Binary utilities - required for all compiles
  41.  
  42. Don't forget to use th "-o" switch on unzip, as some files are
  43. replicated throughout all the modules.  The command should look like
  44. this:
  45.  
  46.     unzip-dj -a a:djeoe111.zip
  47.  
  48. The EOE module is for people who only need the extender (go32) to run
  49. some other 32-bit program that didn't come with one.  The remainder
  50. of these modules listed above are required to compile C programs.
  51.  
  52. For more information on installing and setting up djgpp, refer to the
  53. file docs/djgpp/readme after you install
  54.  
  55. Additional modules include:
  56.  
  57.  djemuXXX.zip  80387 emulator sources
  58.  djlgrXXX.zip  Basic 256-color SVGA library (grx is better)
  59.  djsrcXXX.zip  Sources to extender and utilities
  60.  djlsrXXX.zip  Sources to all the libraries
  61.  djtstXXX.zip  Test programs to test djgpp
  62.  
  63.  makXXXbn.zip  GNU Make
  64.  gppXXX.zip    C++ front end, headers, and libraries
  65.  objcXXX.zip   Objective-C front end, headers, and libraries
  66.  bsnXXXbn.zip  Bison (yacc-like parser)
  67.  flxXXXbn.zip  Flex (lex-like parser)
  68.  txiXXXbn.zip  On-line info reader INFO.EXE and info compiler
  69.  gzpXXXbn.zip  GZip compressor
  70.  zipXXXbn.zip  Info-Zip's ZIP and UNZIP programs
  71.  
  72. GNU programs are normally distributed as three files:
  73.  
  74.  *bn.zip       Binaries for various GNU programs
  75.  *dc.zip       Documentation for various GNU programs
  76.  *sr.zip       Sources for various GNU programs (may be split
  77.                into *s1.zip...*sN.zip)
  78.  
  79.  
  80. djgpp is a complete 32-bit C and C++ development environment for DOS. 
  81. This product is intended for users who have experience using Unix, not
  82. DOS users who expect djgpp to act like any other DOS compiler.  This is
  83. NOT the software you want if you want to learn programming. 
  84.  
  85. Supported: 80386, 80387, 80486, XMS, himem.sys, VCPI, QEMM, 386MAX,
  86. DesqView, Windows, OS/2, interrupts.
  87.  
  88. Unsupported: XTs, 80286, multitasking, signals.
  89.  
  90. Features: 80387 emulator, 32-bit unix-ish environment, flat memory
  91. model, debugger, SVGA graphics.
  92.  
  93.     ====================  Reporting bugs  ====================
  94.  
  95. ALL changes to the source code should be submitted in "diff -c2" format. 
  96. If you just send replacement files, I'll reject them, since I don't know
  97. which parts you've changed and my sources keep changing anyway.  Diffs
  98. will also be rejected for use of bcc features in go32 sources (like //
  99. comments), or more than one feature or bugfix per diff.  Please use the
  100. same programming style as the existing style when making changes to my
  101. sources. 
  102.  
  103. Note that new features are not bugs.  If you would like to work on
  104. adding features to djgpp, please send me e-mail at dj@ctron.com
  105. beforehand, in case it's being worked on already and to coordinate it's
  106. integration.  If you want to request a new feature but not work on it,
  107. send to the mailing list. 
  108.  
  109. If the problem is in one of the FSF utilities, please don't expect me to
  110. fix it.  Problems with FSF code should be reported to the FSF; I only
  111. compile the code and distribute it.  My best suggestion is to post to
  112. the appropriate newsgroup or mailing list, but if you can't find one,
  113. ask gnu@prep.ai.mit.edu. 
  114.  
  115. If the problem is in anything else, and you have e-mail access, I strongly
  116. recommend joining the djgpp mailing list.  To do so, send mail to
  117. listserv@sun.soe.clarkson.edu:
  118.  
  119.     $ mail listserv@sun.soe.clarkson.edu
  120.     Subject:
  121.     help
  122.     add <e-mail address> djgpp
  123.     ^D
  124.  
  125. Any mail sent to djgpp@sun.soe.clarkson.edu will get automatically
  126. forwarded to all the subscribers on the list, and someone may have an
  127. answer to your query.  Note that I (DJ) am of course a subscriber, so I
  128. will get it also. 
  129.  
  130. If all else fails, you may contact me directly at dj@ctron.com
  131. (preferred) or at home:
  132.  
  133.     DJ Delorie
  134.     24 Kirsten Ave
  135.     Rochester, NH 03867-2954
  136.     USA
  137.  
  138. If you write, please include a stamped, self-addressed envelope.  The
  139. FSF (see README for address) sells djgpp on floppies, as do I.  If you
  140. would like a complete set of djgpp floppies from me, send a check or
  141. money order (made out to DJ Delorie) in the amount of US$100 to the
  142. address above.  Please specify 1.4M or 1.2M floppies, and allow a few
  143. weeks for processing and shipping.  You will automatically be registered
  144. for update notices and reduced prices on future versions.  To be added
  145. to the mailing list for new version notices ONLY, please send US$5 to
  146. the address above. 
  147.  
  148. All phone calls will be returned collect.  Please leave a night/weekend
  149. phone number. 
  150.  
  151.     ====================  Redistribution  ====================
  152.  
  153. The utilities built from FSF code may NOT be made available through any
  154. means not prepared to also distribute the source for those utilities. 
  155. This isn't just a good idea, it's the LAW.  Read the file "copying" for
  156. more details on FSF copyright terms.  Since djgpp includes such
  157. binaries, it requires the same terms. 
  158.  
  159. Programs that link in FSF code must comply with the GNU Library Public
  160. License, or the GNU General Public License.  All FSF objects are in
  161. libgpl.a and libgpp.a
  162.  
  163. I strongly recommend prepending stub.exe (use coff2exe) for any programs
  164. you intend to distribute.  This aids upgrading go32, since stub.exe
  165. doesn't need to change, and coff2exe produces a faster executable due to
  166. disk alignment optimizations. 
  167.  
  168.