home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / gcc / help / 1811 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  1015 b 

  1. Path: sparky!uunet!mcsun!sunic!diku!dkuug!login.dkuug.dk!kimcm
  2. From: kimcm@login.dkuug.dk (Kim Chr. Madsen)
  3. Newsgroups: gnu.gcc.help
  4. Subject: Re: SYSCALLS.c.X ?? Where does it come from?
  5. Message-ID: <kimcm.711290249@login.dkuug.dk>
  6. Date: 16 Jul 92 12:37:29 GMT
  7. References: <1992Jul15.180651.13285@news.eng.convex.com>
  8. Sender: news@slyrf.dkuug.dk
  9. Lines: 16
  10.  
  11. graham@convex.com (Marv Graham) writes:
  12.  
  13. >Starting with gcc-2.2.2.tar.Z, I can build all the tools, but when I execute
  14. >protoize, it asks for file SYSCALLS.c.X.  Where does this file come from?
  15.  
  16. There is a bug -- ahemm small inconvenience -- in the Makefile, it states
  17. that you should include "proto" in the LANGUAGES variable and protoize and
  18. unprotoize will be installed, this is not strictly true. They will be compiled
  19. and the SYSCALLS.c.X will be in the directory where you compiled the compiler.
  20. To install it you have to use the makefile target "install-proto":
  21.  
  22.     make -k CC="stage2/gcc -Bstage2/" CFLAGS="-O" install-proto
  23.  
  24.  
  25.                             Kim Chr. Madsen.
  26.  
  27.