public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* building gcc3.0.1 with aCC
@ 2001-09-28  2:05 thomas.porschberg
  2001-09-28 18:09 ` Alexandre Oliva
  0 siblings, 1 reply; 3+ messages in thread
From: thomas.porschberg @ 2001-09-28  2:05 UTC (permalink / raw)
  To: gcc-help

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-09-30 13:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-28  2:05 building gcc3.0.1 with aCC thomas.porschberg
2001-09-28 18:09 ` Alexandre Oliva
2001-09-30 13:37   ` Jack Cummings

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).