Xref: utzoo gnu.gcc:864 comp.sys.hp:2332 Path: utzoo!yunexus!mathieu From: mathieu@yunexus.UUCP (Pierre Mathieu) Newsgroups: gnu.gcc,comp.sys.hp Subject: GCC installation on HP9000s350 - problems Keywords: problems HPUX Message-ID: <2496@yunexus.UUCP> Date: 30 Jun 89 15:18:55 GMT Article-I.D.: yunexus.2496 Organization: Center for Research in Experimental Space Science Lines: 41 Has anybody successfully installed GCC (V1.35) on an HP9000 series 350 running HPUX 6.2, or closely related systems? I get the following warnings (in droves; below is just a sample) when compiling: cc -c -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300 -I./config c-parse.tab.c "c-parse.y", line 300: warning: enumeration type clash, operator == "c-parse.y", line 990: warning: enumeration type clash, operator != Do these matter? Will they have a negative effect on subsequent operations? When gcc has been created as the first stage, I then run the command: make CC=stage1/gcc CFLAGS="-O -Bstage1/" (I know that the INSTALL file says make CC=stage1/gcc CFLAGS="-g -O -Bstage1/" but this gives me an unrecognized option "-g") and get the following errors stage1/gcc -O -Bstage1/ -I./config \ -DSTANDARD_STARTFILE_PREFIX=\"/usr/local/lib/\" \ -DSTANDARD_EXEC_PREFIX=\"/usr/local/lib/gcc-\" -c gcc.c as error: "/tmp/cca04697.s" line 1: invalid instruction mnemonic (gcc_compiled) as error: "/tmp/cca04697.s" line 1: syntax error *** Error code 1 Stop. Does anyone know what the problem is here? Thanks for any help on these matters, ----- Pierre Mathieu CRESS, York University, Ontario, Canada mathieu@nexus.yorku.ca