Originally posted by: SystemAdmin
Well, that's what I am saying, the GCC for AIX 5.3 doesn't seem to be working.
Actually, though, I've been poking further into this. It seems that there is a bug in one of the files on AIX 6.1
/usr/include/inistd.h has three lines that both the AIX make and GNU make seem to get hung on. These are lines 914 through 916. There is something about 'rid_t' and a '(' being expected before '[' and some other errors involved.
Anyway, I saved the file, remarked out the three lines (914-916) and tried running my compile again and found that everything worked just fine.
I'm think maybe that there needs to be a patch for this file.