This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Cannot build with gcc on HP-UX
- To: "Martin, Richard" <rcm1 at mtmail dot att dot com>
- Subject: Re: Cannot build with gcc on HP-UX
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Mon, 17 Jan 2000 12:15:48 -0700
- cc: "'gcc-bugs at gcc dot gnu dot org'" <gcc-bugs at gcc dot gnu dot org>
- Reply-To: law at cygnus dot com
n message <91424D896C07D211AA0800609748718A027A25BA@pc517.bcs.att.com>you wr
ite:
> 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.
Without providing details we can't help you. If you managed to compile
gcc-2.95.1, then you should have been able to compile 2.95.2.
> 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.
WHy don't you look at the command line, then review the GCC documentation.
I think if you take those steps you'll find the solution to this problem.
Hint, this is not a GCC bug.
jeff