home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / OPENSTEP / UNIX / Games / fortune-mod-9708-I / README.NeXT < prev    next >
Encoding:
Text File  |  1997-12-08  |  889 b   |  28 lines

  1. 11-19-1997 (year 2000 compliant hehe):
  2.  
  3. Before you go any further, consult the original documentation.
  4.  
  5. I managed to compile this on OPENSTEP 4.2.
  6.     All warnings have been squashed.
  7.  
  8. Make the following changes to the Makefile
  9.     1)  change CC to cc instead of gcc 
  10.         (unless you have gcc installed and want to use it)
  11.     2)  remove -fomit-frame-pointer from CFLAGS, it appears
  12.         something in OPENSTEP doesn't like it.
  13.     3)  remove -s from LDFLAGS.
  14.     4)    either install GNU install or change the installation
  15.         targets to remove the install command to create the directories
  16.         and manually create the directories.
  17.  
  18. Under NEXTSTEP 3.x, steps 2 and 3 can be omitted and it should theoretically
  19.     compile.
  20.  
  21. Double check the path variables at the beginning of the Makefile
  22.  
  23. This is currently compiled for Intel only.
  24.  
  25. If there are any problems, let me know.
  26.  
  27. Andy Wang <awang@plains.nodak.edu>
  28.