This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Trouble compiling GCC 2.9.53 on HP-UX 10.20
- To: gcc-help at gcc dot gnu dot org
- Subject: Trouble compiling GCC 2.9.53 on HP-UX 10.20
- From: Irwan Hadi <irwanhadi at phxby dot com>
- Date: Mon, 28 May 2001 17:29:39 -0600
I got a problem in compiling gcc 2.95.3 on HP-UX 10.20 and wonder if anyone
could help me so that the gcc can be compiled on it. The error message was :
No suffix list.
make all-recursive
No suffix list.
Making all in intl
Making all in lib
Making all in makeinfo
(cd intl && make all)
cc -c -DIN_GCC -DHAIFA -g -DHAVE_CONFIG_H -I. -I. -I./config
-I
./../include function.c
(Bundled) cc: warning 480: The -g option is available only with the C/ANSI C
pro
duct; ignored.
cpp: "function.c", line 7029: warning 2011: Missing #endif statement(s).
(Bundled) cc: "function.c", line 6930: error 1000: Unexpected symbol: "e".
(Bundled) cc: "function.c", line 6930: error 1004: Unexpected end of line.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
Midian:/tmp/gcc-2.95.3>
Midian:/tmp/gcc-2.95.3>uname -msv
HP-UX A 9000/782
Thanks