[Nagios-devel] Problem compiling nagios 1.04a on AIX

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] Problem compiling nagios 1.04a on AIX

Post by Guest »

Target "html" is up to date.
cd ./contrib; make ; cd ..
gcc -g -O2 -DHAVE_CONFIG_H mini_epn.c `perl -MExtUtils::Embed -e
ccopts
-e ldopts` -o mini_epn
gcc: unrecognized option `-qmaxmem=16384'
gcc: installation problem, cannot exec `cpp0': No such file or directory
gcc: file path prefix `/usr/local/lib/gcc-lib/E:perl.exp/2.95.3/' never used
make: The error code from the last command is 1.

The problem seems to be that the "E:perl.exp" should be
"powerpc-ibm-aix4.3.2.0", but i've no idea how to alter the configure or
Makefile scripts to do so, anyone any ideas?

cpp0 also doesn't exist, no idea what it's trying to do with that.

The older nagios' i've tried have been fine.

Thanks
Ewan





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: ejl@man.fwltech.com
Locked