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

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!ukma!darwin.sura.net!mojo.eng.umd.edu!pandora.pix.com!lbruck
  3. From: lbruck@pix.com (Lewis Bruck)
  4. Subject: Re: HELP! GCC CHOKING ON COMPILES!
  5. Message-ID: <BxEs8D.7qs@pix.com>
  6. Sender: news@pix.com (The News Subsystem)
  7. Nntp-Posting-Host: pandora.pix.com
  8. Organization: Pix Technologies -- The company with no adult supervision
  9. References: <1992Nov4.043335.18409@news.ysu.edu> <14858.9211051457@thor.cf.ac.uk> <1992Nov7.042143.7478@hp9000.csc.cuhk.hk>
  10. Date: Sun, 8 Nov 1992 17:50:36 GMT
  11. Lines: 24
  12.  
  13. In article <1992Nov7.042143.7478@hp9000.csc.cuhk.hk> a590700@hp9000.csc.cuhk.hk (USS Account Creation account) writes:
  14. >In article <14858.9211051457@thor.cf.ac.uk> spedpr@thor.cf.ac.uk (Paul Richards) writes:
  15. >>In article <1992Nov4.043335.18409@news.ysu.edu> ae007@yfn.ysu.edu (Daniel Newcombe) writes:
  16. >>|
  17. >>|I was trying to compile the DKB Ray Tracing program that I
  18. >>|got from wuarchive.wustl.edu /graphics/graphics/ray/dbktrace.
  19.  
  20. ...lots of lines deleted...
  21.  
  22. I ran into a similar problem while compiling Persistence of Vision (PoV),
  23. the raytracer developed on the dkbtrace code base.  It was dying while
  24. compiling parse.c (the fourth file, so it might be the same problem).
  25. I eventually tracked it down to a problem with a re_#define'd HUGE_VAL
  26. (I had was including a replacement for math.h without removing the original).
  27. So if you are getting a symbol redefinition error, try tracking that down.
  28. (I got it to the point where that was the only line in the only function in
  29. the file, and cc1 kept crashing).
  30.  
  31. I hope this helps.  I am using the version of gcc that came in the 0.1 release.
  32. I have not tried it on newer versions of gcc or different architectures.
  33.  
  34. Lewis Bruck
  35. lbruck@pix.com
  36.  
  37.