Bug 7771 - Build on AIX fails
Summary: Build on AIX fails
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: other (show other bugs)
Version: 3.2
: P3 normal
Target Milestone: ---
Assignee: David Edelsohn
URL:
Keywords:
: 5883 8710 11388 12638 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-08-30 02:26 UTC by steve.kitchener
Modified: 2003-10-18 02:55 UTC (History)
5 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description steve.kitchener 2002-08-30 02:26:01 UTC
When trying to compile gcc3.2 I get the following error

"plural.y", line 264.1: 1506-343 (S) Redeclaration of __gettextlex differs from previous declaration on line 73 of
"plural.y".
"plural.y", line 264.1: 1506-381 (I) The type "const unsigned char**" of parameter 2 in the prototype declaration is not compatible with the corresponding parameter type "unsigned char**" in the nonprototype declaration.
make[2]: *** [plural.o] Error 1
make[2]: Leaving directory `/users2/gcc/objdir/gcc/intl'
make[1]: *** [intl.all] Error 1
make[1]: Leaving directory `/users2/gcc/objdir/gcc'
make: *** [all-gcc] Error 2

Release:
gcc-3.2

Environment:
AIX 4.3.3 Power PC
Comment 1 David Edelsohn 2002-09-20 14:26:06 UTC
Responsible-Changed-From-To: unassigned->dje
Responsible-Changed-Why: AIX
Comment 2 David Edelsohn 2002-09-20 14:26:06 UTC
State-Changed-From-To: open->closed
State-Changed-Why: IBM's compiler has difficulty with the internationalization functions.  Either bootstrap beginning with GCC instead of IBM's compiler or configure with --disable-nls.
Comment 3 Andrew Pinski 2003-06-30 15:42:53 UTC
*** Bug 8710 has been marked as a duplicate of this bug. ***
Comment 4 Andrew Pinski 2003-06-30 15:48:29 UTC
*** Bug 5883 has been marked as a duplicate of this bug. ***
Comment 5 Andrew Pinski 2003-07-01 11:08:03 UTC
*** Bug 11388 has been marked as a duplicate of this bug. ***
Comment 6 Dara Hazeghi 2003-10-18 02:55:39 UTC
*** Bug 12638 has been marked as a duplicate of this bug. ***