home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / bsd / 8465 < prev    next >
Encoding:
Internet Message Format  |  1992-11-05  |  2.0 KB

  1. Path: sparky!uunet!pipex!warwick!uknet!cf-cm!news
  2. From: spedpr@thor.cf.ac.uk (Paul Richards)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Re: HELP! GCC CHOKING ON COMPILES!
  5. Message-ID: <14858.9211051457@thor.cf.ac.uk>
  6. Date: 5 Nov 92 14:57:38 GMT
  7. References: <1992Nov4.043335.18409@news.ysu.edu>
  8. Sender: news@cm.cf.ac.uk (Network News System)
  9. Organization: University of Wales College at Cardiff
  10. Lines: 34
  11. X-Mailer: Cardiff Computing Maths PP Mail Open News Gateway
  12.  
  13. In article <1992Nov4.043335.18409@news.ysu.edu> ae007@yfn.ysu.edu (Daniel Newcombe) writes:
  14. |
  15. |I was trying to compile the DKB Ray Tracing program that I
  16. |got from wuarchive.wustl.edu /graphics/graphics/ray/dbktrace.
  17. |I copied the unix.mak and unix.conf to Makefile and config.h
  18. |and typed make.  Much to my surprise, I didn't get errors 
  19. |saying that all the C stuff was incompatiable.  Instead I
  20. |went to watch Star Trek and came back an hour later...and it
  21. |was still trying to compile.  It had only done 4 files!!!
  22. |I wanted to see how long it had been running so I suspened
  23. |the job and typed ps.  The system stopped.  I had this problem
  24. |earlier with another program I was compiling.  Has anyone
  25. |else had problems like this.  It really sucks that I can't
  26. |develop anything new on the system :(
  27.  
  28. Yes. I've had problems like this. I think it just runs out of memory,
  29. how much have you got. When I try to compile xview apps the system is
  30. unusable because of continuous disk access so the cpu spends all its
  31. time servicing interrupts (I think). If you then run out of memory as
  32. well and it starts swapping you're in big trouble.
  33.  
  34. My 8Mb 33Mhz 486, with 200Mb maxtor IDE drive just isn't up to compiling
  35. xview apps, which have huge include files. Instead I use Julian's
  36. machine which doesn't suffer from these problems, partly because it has
  37. more memory but mainly I think because disk access doesn't kill
  38. performance.
  39.  
  40.  
  41. -- 
  42.   Paul Richards at Cardiff university, UK.
  43.  
  44.   spedpr@uk.ac.cf.thor    Internet: spedpr@thor.cf.ac.uk
  45.   UUCP:     spedpr@cf-thor.UUCP or ...!uunet!mcsun!uknet!cf!thor!spedpr
  46. +++
  47.