From mboxrd@z Thu Jan 1 00:00:00 1970 From: thomas.porschberg@osp-dd.de To: gcc-help@gcc.gnu.org Subject: building gcc3.0.1 with aCC Date: Fri, 28 Sep 2001 02:05:00 -0000 Message-id: <15284.16758.325697.695750@porschberg.osp-dd.de> X-SW-Source: 2001-09/msg00141.html I want to build gcc3.0.1 on a HP-UX11. There is only a aCC on this machine, so I tried to do the make with this compiler. The configure-script run successful, but the make itself failed. What is the best way to overcome the following error message? hp-sport(pberg):/opt/gcc-3.0.1> make bootstrap-lean if [ x"" != x ]; then \ aCC -c -DHAVE_CONFIG_H -I. -I./../include argv.c -o pic/argv.o; \ else true; fi aCC -c -DHAVE_CONFIG_H -I. -I./../include argv.c Error 375: "argv.c", line 91 # Declaration does not match any parameter in old-style function definition. char **argv; ^^^^ Error 43: "argv.c", line 89 # C++ does not allow Old-style (non-prototype) function definitions. char ** ^^^^^^^ Error 445: "argv.c", line 89 # Cannot recover from earlier errors. char ** ^^^^^^^ *** Error exit code 2 Stop. *** Error exit code 1 Stop. -- I found some dead inodes in your brain. Please run humbrfsck manually to repair your head.