You don't have all the "pieces" to the gcc compiler installed fully. You need the compiler and the supporting libraries, etc. That is where you are getting the cc1 errors.
On Jan 19, 10:02 am, "Swartz, Patrick H" <[email protected]> wrote: > Hi All, > Well, with RH, SuSE, and Solaris10 out of the way.. now on to AIX5.3... > > I tried compiling the OSSEC package on a AIX 5.3 system > and I get these errors > 5- Installing the system > - Running the Makefile > > *** Making zlib (by Jean-loup Gailly and Mark Adler) *** > gcc -c -g -Wall -I../../ -I../../headers > -DDEFAULTDIR=\"/opt/ossec\" -DCLIENT -DUSE_OPENSSL -DAIX -DHIGHFIRST > -DARGV0=\"zlib\" -DXML_VAR=\"var\" -DOSSECHIDS *.c > gcc: error trying to exec 'cc1': execvp: No such file or directory > gcc: error trying to exec 'cc1': execvp: No such file or directory > gcc: error trying to exec 'cc1': execvp: No such file or directory > gcc: error trying to exec 'cc1': execvp: No such file or directory > gcc: error trying to exec 'cc1': execvp: No such file or directory > gcc: error trying to exec 'cc1': execvp: No such file or directory > gcc: error trying to exec 'cc1': execvp: No such file or directory > gcc: error trying to exec 'cc1': execvp: No such file or directory > gcc: error trying to exec 'cc1': execvp: No such file or directory > gcc: error trying to exec 'cc1': execvp: No such file or directory > gcc: error trying to exec 'cc1': execvp: No such file or directory > gcc: error trying to exec 'cc1': execvp: No such file or directory > make: 1254-004 The error code from the last command is 1.
