home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / bsd / 8563 < prev    next >
Encoding:
Text File  |  1992-11-08  |  2.1 KB  |  47 lines

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