home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / sgi / 18343 < prev    next >
Encoding:
Text File  |  1992-12-27  |  1.0 KB  |  33 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!think.com!ames!sgi!quasar.mti.sgi.com!davea
  3. From: davea@quasar.mti.sgi.com (David B.Anderson)
  4. Subject: Re: Compiling GCC
  5. Message-ID: <u4jdcqg@sgi.sgi.com>
  6. Sender: davea@quasar.mti.sgi.com
  7. Organization: Silicon Graphics, Inc.  Mountain View, CA
  8. Date: Sun, 27 Dec 1992 16:07:53 GMT
  9. Lines: 22
  10.  
  11. In article <STEVEMW.92Dec25222156@usa.wv.tek.com> stevemw@usa.wv.tek.com (Stephen M. Wynne) writes:
  12. >Hello, folks. I'm trying to compile gcc-2.3.2 on an SGI R4000,
  13. >and I get the following complaint:
  14. >
  15. >    cc -Wf,-XNg1500 -Olimit 3000 -cckr -O1 -c  -DIN_GCC   -g     -I. -I. -I./config mips-tfile.c
  16. >cpp: error /usr/include/syms.h:113: Can't find include file cmplrs/stsupport.h
  17. >*** Error code 1
  18.  
  19. You did not install all headers. You need to inst(1) some more to
  20. get the rest of the headers.
  21.  
  22. cmplrs/stsupprt.h is in
  23.         dev.cmplrs_hdr.internal
  24. Use
  25.         versions -I
  26. to see what is currently installed.
  27.  
  28. Regards,
  29. [ David B. Anderson             (415)390-4263             davea@sgi.com ]
  30.  
  31.  
  32.  
  33.