home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume17 / com_err / part01 / README < prev    next >
Text File  |  1991-02-25  |  2KB  |  51 lines

  1.                ABOUT THE COM_ERR LIBARY
  2.  
  3.   The com_err library was written by members of the Student
  4. Information Processing Board (SIPB) at MIT, to provide a useful
  5. standardized method for dealing with program errors when writing
  6. software.
  7.  
  8.   The version of com_err contained here is currently in flux; the
  9. original authors are working on enhancements, although no definite
  10. release date for them has been set.  You should be aware that when the
  11. new version comes out, the programming interface to the library may
  12. change slightly or not-so-slightly, depending on what the authors feel
  13. is needed.
  14.  
  15.   The file com_err.texinfo (and texinfo.tex, for processing it)
  16. contains the detailed documenation for the library.  They may be
  17. compressed and uuencoded when you receive them, since they contain
  18. some control characters in their original form.
  19.  
  20.  
  21.                  BUILDING IT
  22.  
  23.   It should be relatively easy to compile the com_err package on most
  24. architectures.  To do so, make the following changes to the Makefile:
  25.  
  26. 1. Change RANLIB from "ranlib" to some innocuous command like "echo"
  27.    if you don't have ranlib on your system.
  28.  
  29. 2. If your system is System V based, add "-DSYSV" to DEFINES.
  30.  
  31. 3. If you plan on installing the library, include files,
  32.    documentation and compile_et program, change BINDIR, INCDIR,
  33.    LIBDIR, and DOCDIR.
  34.  
  35. After that, you should be all set.
  36.  
  37.  
  38.                   QUESTIONS?
  39.  
  40.   I didn't write com_err, but I'm willing to answer questions and/or
  41. direct them to someone who can.  See my signature to find out how to
  42. contact me.
  43.  
  44.   See the file mit-sipb-copyright.h for copyright and distribution
  45. information.
  46.  
  47. Jonathan Kamens                          USnail:
  48. MIT Project Athena                11 Ashford Terrace
  49. jik@Athena.MIT.EDU                Allston, MA  02134
  50. Office: 617-253-8085                  Home: 617-782-0710
  51.