home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / atari / st / 19713 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  1.7 KB

  1. Path: sparky!uunet!spool.mu.edu!agate!doc.ic.ac.uk!uknet!mucs!lucs!news.csc!abaddon
  2. From: abaddon@uk.ac.liverpool.scm.suprenum (Kevin o donovan)
  3. Newsgroups: comp.sys.atari.st
  4. Subject: Re: Porky pig.
  5. Message-ID: <ABADDON.93Jan12111801@suprenum.uk.ac.liverpool.scm.suprenum>
  6. Date: 12 Jan 93 11:24:30 GMT
  7. References: <5JAN93.09425752@cc4.crl.aecl.ca><C0Furt.I67@news.cso.uiuc.edu>,
  8.     <H.ea.0kgtRS0BsQs@semprini.tdkcs.waterloo.on.ca>
  9.     <1993Jan11.021216.13462@bsu-ucs>
  10.     <OKES.93Jan11165337@SunLab42.essex.ac.uk>
  11. Sender: news@compsci.liverpool.ac.uk (News Eater)
  12. Organization: Centre for Mathematical Software Research, Univ. Liverpool, UK
  13. Lines: 18
  14. Nntp-Posting-Host: supr.scm.liv.ac.uk
  15.  
  16. > 1. Lattice C.
  17. >    Got around the problem of it not having a proper make by merging all the
  18. >    files into one. Finally compiled after a few options had been changed.
  19. That's a bit excessive isn't it? Wouldn't it have been more sensible just
  20. to use someone else's make? In fact, GCC doesn't come with a make utility,
  21. its just that Gnu Make is part of the same project. You can use Gnu Make with
  22. Lattice quite happily, though personally I prefer Dmake. As far as compiler
  23. options go, I get most Gnu and Unix stuff to compile by using 32 bit ints
  24. and the non base relative option (the latter not always needed). Since 32 bit
  25. ints is the default, that's only one option. A CC compatible driver for 
  26. Lattice would be really nice though - I keep on meaning to write something,
  27. but I've already got far too many partially completed projects lying around 8-(
  28.  
  29. >    Code ran and exited immediately, saying that the stack was full.
  30. Look under stack in the manual. The default stack size is 400k, but altering
  31. it is extremely easy.
  32.  
  33. Kev
  34.