This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
error building gcc on aix 4.3.2.0
- To: <gcc-help at gcc dot gnu dot org>
- Subject: error building gcc on aix 4.3.2.0
- From: "John Baxter" <jlb at xsequor dot com>
- Date: Fri, 25 May 2001 10:44:30 -0500
- Reply-To: <jlb at xsequor dot com>
I am having problems building gcc 2.95.3 on aix 4.3.2.0.
When I run 'make bootstrap', I get a parse error, in stdio.h:379
#if defined(_ALL_SOURCE) || _XOPEN_SOURCE == 500
It appears that while _XOPEN_SOURCE is defined, it is not defined as any
value.
In standards.h the line is #define _XOPEN_SOURCE
Should I change it to #define _XOPEN_SOURCE 500 in standards.h?
Thanks
John Baxter