Hi Sonar,
/usr/bin/gmake seems to be a link to /usr/bin/make at your installation.
Try this:
ls -lsa /usr/bin/gmake /usr/bin/make
And this:
/usr/bin/gmake --version
If the second command tell you something like "Illegal option -- -" the (soft-)link targets really to the original AIX_make and NOT to gmake.
But if you are getting a real "GNU make" version information, you could try to export the full path to you gmake-binary (and not to the softlink) like that:
export MAKE=/opt/freeware/bin/gmake ; ./configure
Best regards
D.Altmann
----- Ursprüngliche Nachricht -----
Von: "sonal kumar" user-40212399ff4e@xymon.invalid
Erhalten: 19.04.2011 16:38
An: user-e53e2c37e9a6@xymon.invalid, xymon at xymon.com, user-e510f6c03e57@xymon.invalid
Hi Chris, I am using GNU Make 3.82