Dear Sonal, First I would try to remove the Options "-qstrict -qcpluscmt" from CFLAGS at build/Makefile.AIX, and then I would install make (=GNU make) from www.perzl.org/aix/index.php?n=Main.Make
At build/Makefile.AIX I've seen that there exists this comment:
Compile flags for normal build with gcc
If you use gcc, you have to uncomment the directly following 2 lines, and you have to comment the lines CC= and CFLAGS= after "# Compile flags for normal build with IBM compiler".
After installing make from perzl.org, you have to find the newly installed make (possible location: /opt/freeware/bin/gmake).
And before calling ./configure, you have to set this variable: export MAKE=/opt/freeware/bin/gmake ./configure
Then configure has to use the new GNU version of make.
Best regards, D.Altmann
----- original message ----- from: "sonal kumar" nc.sonal at gmail.com time: 19.04.2011 10:00 to: "xymon at xymon.com" xymon at xymon.com, "FORD Alan" Alan.FORD at stanwell.com
Hi Alan, Thanks for the inputs,The C compiler used here is gcc # type gcc gcc is /usr/bin/gcc and likewise I changed in the