> I installed GCC 3.3.1 on AIX 4.3.3 AIX server. > When I type GCC I get the following errors: > > exec(): 0509-036 Cannot load program gcc because of the following errors: > 0509-150 Dependent module libintl.a(shr.o) could not be loaded. > 0509-022 Cannot load module libintl.a(shr.o). > 0509-026 System error: A file or directory in the path name does > not exist Your AIX installation is missing the libintl.a library that was used to build GCC 3.3.1. David