Path: utzoo!telly!ddsw1!lll-winken!uunet!tut.cis.ohio-state.edu!a-boy.media.mit.edu!sokolov From: sokolov@a-boy.media.mit.edu (Michael Sokolov) Newsgroups: gnu.gcc.bug Subject: Building gcc on HP-UX 6.0 Message-ID: <8901141945.AA07356@a-boy> Date: 14 Jan 89 19:45:17 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 21 Well, I finished building stage1 and got no further. After "make stage1," I tried "make CC=stage1/gcc CFLAGS="-O -Bstage1/" and got the following: __________________________________________________________ make CC=stage1/gcc CFLAGS="-O -Bstage1/" stage1/gcc -O -Bstage1/ -c -DSTANDARD_EXEC_PREFIX=\"/usr/local/lib/gcc-\" gcc.c gcc.c:118: warning: parameter name starts with a digit in #define gcc.c:118: badly punctuated parameter list in #define stage1/gcc: Program cpp got fatal signal 11. *** Error code 1 Stop. ________________________________________________________ I believe I made all the correct patches for SYS_V; I defined bcopy; I have a link from string.h to strings.h, I compiled with the -Wc flags as described in the Makefile, linked in /lib/libPW.a. Please let me know if you need more info. -Mike Sokolov