home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!sunic!diku!dkuug!login.dkuug.dk!kimcm
- From: kimcm@login.dkuug.dk (Kim Chr. Madsen)
- Newsgroups: gnu.gcc.help
- Subject: Re: SYSCALLS.c.X ?? Where does it come from?
- Message-ID: <kimcm.711290249@login.dkuug.dk>
- Date: 16 Jul 92 12:37:29 GMT
- References: <1992Jul15.180651.13285@news.eng.convex.com>
- Sender: news@slyrf.dkuug.dk
- Lines: 16
-
- graham@convex.com (Marv Graham) writes:
-
- >Starting with gcc-2.2.2.tar.Z, I can build all the tools, but when I execute
- >protoize, it asks for file SYSCALLS.c.X. Where does this file come from?
-
- There is a bug -- ahemm small inconvenience -- in the Makefile, it states
- that you should include "proto" in the LANGUAGES variable and protoize and
- unprotoize will be installed, this is not strictly true. They will be compiled
- and the SYSCALLS.c.X will be in the directory where you compiled the compiler.
- To install it you have to use the makefile target "install-proto":
-
- make -k CC="stage2/gcc -Bstage2/" CFLAGS="-O" install-proto
-
-
- Kim Chr. Madsen.
-
-