20 Apr
2011
20 Apr
'11
7:53 a.m.
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" nc.sonal at gmail.com Erhalten: 19.04.2011 16:38 An: d.altmann at aon.at, xymon at xymon.com, Chris.Morris at rwe.com
Hi Chris, I am using GNU Make 3.82