home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.sgi
- Path: sparky!uunet!think.com!ames!sgi!quasar.mti.sgi.com!davea
- From: davea@quasar.mti.sgi.com (David B.Anderson)
- Subject: Re: Compiling GCC
- Message-ID: <u4jdcqg@sgi.sgi.com>
- Sender: davea@quasar.mti.sgi.com
- Organization: Silicon Graphics, Inc. Mountain View, CA
- Date: Sun, 27 Dec 1992 16:07:53 GMT
- Lines: 22
-
- In article <STEVEMW.92Dec25222156@usa.wv.tek.com> stevemw@usa.wv.tek.com (Stephen M. Wynne) writes:
- >Hello, folks. I'm trying to compile gcc-2.3.2 on an SGI R4000,
- >and I get the following complaint:
- >
- > cc -Wf,-XNg1500 -Olimit 3000 -cckr -O1 -c -DIN_GCC -g -I. -I. -I./config mips-tfile.c
- >cpp: error /usr/include/syms.h:113: Can't find include file cmplrs/stsupport.h
- >*** Error code 1
-
- You did not install all headers. You need to inst(1) some more to
- get the rest of the headers.
-
- cmplrs/stsupprt.h is in
- dev.cmplrs_hdr.internal
- Use
- versions -I
- to see what is currently installed.
-
- Regards,
- [ David B. Anderson (415)390-4263 davea@sgi.com ]
-
-
-
-