This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Cannot build with gcc on HP-UX
- To: "'gcc-bugs at gcc dot gnu dot org'" <gcc-bugs at gcc dot gnu dot org>
- Subject: Cannot build with gcc on HP-UX
- From: "Martin, Richard" <rcm1 at mtmail dot att dot com>
- Date: Mon, 17 Jan 2000 11:32:11 -0500
twimc,
I am developing a BEA System's Message Queue monitor for use on AT&T's
Customer Care platforms -- all of which are HP-UX, some 9.4, some 10.20. I
am developing on a 10.20.
I tried for a long time to build gcc 2.95.2 on my HP, but never succeeded.
I was able to build 2.95.1 the first time I tried. So now I have a gcc in
/usr/local/bin, but when I try to compile my code I get the following
message:
*Initialization*:1: missing token-sequence in '#assert'
This same code compiles (with appropriate #ifdefs) on Solaris 5.6 using
SUN's (Wspro) CC.
rcm1