The only thing I can really find that is similar is that gcc isn't being used, another compiler is.
On Wed, Aug 11, 2010 at 5:21 AM, <[email protected]> wrote: > Hello all, > > I try to install OSSEC 2.4.1 (agent) on AIX 5.3 after having installed gcc > and I have the error : > > 5- Installation du système > - Exécution du Makefile > > *** Making zlib (by Jean-loup Gailly and Mark Adler) *** > cc -c -g -Wall -I../../ -I../../headers -DDEFAULTDIR=\"/opt/ossec\" > -DCLIENT -DAIX -DHIGHFIRST -DARGV0=\"zlib\" -DXML_VAR=\"var\" -DOSSECHIDS > *.c > cc: 1501-210 command option Wall contains an incorrect subargument > make : 1254-004 Code d'erreur de la dernière commande : 40. > > > Arrêt. > cp -pr zlib.h zconf.h ../../headers/ > cp -pr libz.a ../ > cp: libz.a: Un fichier ou un répertoire du chemin d'accès n'existe pas. > make : 1254-004 Code d'erreur de la dernière commande : 1. > > > Arrêt. > > > > *** Making os_xml *** > > cc -DXML_VAR=\"var\" -g -Wall -I../ -I../headers > -DDEFAULTDIR=\"/opt/ossec\" -DCLIENT -DAIX -DHIGHFIRST -DARGV0=\"os_xml\" > -DXML_VAR=\"var\" -DOSSECHIDS -c os_xml.c os_xml_access.c > os_xml_node_access.c os_xml_variables.c os_xml_writer.c > cc: 1501-210 command option Wall contains an incorrect subargument > make : 1254-004 Code d'erreur de la dernière commande : 40. > > > Arrêt. > > Error Making os_xml > make : 1254-004 Code d'erreur de la dernière commande : 1. > > > Arrêt. > > Error 0x5. > Erreur de compilation. Impossible de finir l'installation. > > > > an idea to solve this problem ? > > you've already managed to install OSSEC on AIX ? > > > /opt/pware/bin/gcc -v > Utilisation des specs internes. > Target: powerpc-ibm-aix5.3.0.0 > Configuré avec: ../stage/gcc-4.3.5/configure --disable-shared > --enable-threads=posix --prefix=/opt/pware --with-long-double-128 > --with-mpfr=/opt/pware --with-gmp=/opt/pware > Modèle de thread: aix > gcc version 4.3.5 (GCC) > > > echo $CC > /opt/pware/bin/gcc > > > Thanks for your help in advance. > > > GanGan > -- > - wwww.system-linux.eu - >
