home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / msdos / programm / 9314 < prev    next >
Encoding:
Internet Message Format  |  1992-09-12  |  1.3 KB

  1. Xref: sparky comp.os.msdos.programmer:9314 comp.lang.c:13599
  2. Newsgroups: comp.os.msdos.programmer,comp.lang.c
  3. Path: sparky!uunet!noc.near.net!news.cs.brandeis.edu!chaos.cs.brandeis.edu!alexp
  4. From: alexp@chaos.cs.brandeis.edu (Alex Prengel)
  5. Subject: Compiling cfortune.zip source code with MSC
  6. Message-ID: <1992Sep12.145227.23756@news.cs.brandeis.edu>
  7. Sender: news@news.cs.brandeis.edu (USENET News System)
  8. Organization: Brandeis University
  9. Date: Sat, 12 Sep 1992 14:52:27 GMT
  10. Lines: 16
  11.  
  12. Hi, I was wondering if anyone has tweaked the C source code for the
  13. fortune program recently posted to various ftp sites (including Simtel)
  14. in cfortune.zip? It looks like straight UNIX code (BSD?) and seems to
  15. have all kinds of assumptions about ints and pointers being 32 bits
  16. etc. etc. I am trying to get it working using MSC 6.0a on an XT clone
  17. (don't laugh..) and I almost have it working, by changing a bunch of
  18. ints to longs, but there are still some frustrating bugs I can't seem
  19. to find. I have tried various memory models (including huge).
  20.  
  21. Executables would be nice, but source (diffs OK) would be my first choice;
  22. also a makefile or the exact compiler switches you used. Thanks in
  23. advance for any help, or pointers to ftp sites where the above could
  24. be found!
  25.                                  Alex Prengel, Jr.
  26.                                  alexp@chaos.cs.brandeis.edu
  27.  
  28.