This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Compiling gcc-2.95.2 for AIX 4.3.3


D'oh!!

Well, I found out my problem. I was using AIX's native make utility.
After I used IBM's C to compile gmake, I then used gmake on gcc (still
using IBM's C) and it built it nicely. The next step is to use the newly
compiled gcc to compile itself.

So. If anyone else has run into problems compiling gcc under AIX - go
get gmake.

Philip Greer wrote:
> 
> I've run into a problem with compiling gcc-2.95.2 under AIX 4.3.3 on an
> H70 (64bit) RS/6000. I'm compiling with IBM's C compiler, version 4.4.
> 
> Besides several other warnings, here's the final syntactical error
> during compile that aborts the compile.
> 
> ...
> "decl.c", line 1809.54: 1506-280 (W) Function argument assignment
> between types "int(*)(const void*,const void*)" and "int(*)()" is not
> allowed.
> "decl.c", line 4448.1: 1506-343 (S) Redeclaration of start_struct
> differs from previous declaration on line 736 of "ch-tree.h".
> "decl.c", line 4448.1: 1506-381 (I) The type "enum tree_code" of
> parameter 1 in the prototype declaration is not compatible with the
> corresponding parameter type "enum chill_tree_code" in the nonprototype
> declaration.
> ... <exit of make>
> 
> Has anyone out there made some patches to gcc in order to get it to
> compile in this (or a similar) environment?
> 
> Thanks and regards:
> 
> Philip Greer
> whilenot1@yahoo.com
> pgreer@visa.com
> 
> __________________________________________________
> Do You Yahoo!?
> Thousands of Stores.  Millions of Products.  All in one Place.
> http://shopping.yahoo.com/

-- 
------------------------------------------------------------------------------
Philip Greer
Batavus
philip@tildesoftware.com                                            NSS#
39936

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]