Dear Sonal,<br> 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<br><br> At build/Makefile.AIX I've seen that there exists this comment:<br> # Compile flags for normal build with gcc<br><br>
 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".<br><br> After installing make from perzl.org, you have to find the newly installed make (possible location: /opt/freeware/bin/gmake).<br><br> And before calling ./configure, you have to set this variable:<br> export MAKE=/opt/freeware/bin/gmake<br> ./configure<br><br> Then configure has to use the new GNU version of make.<br><br> Best regards,<br> D.Altmann<br><br>----- original message -----<br>from: "sonal kumar" <nc.sonal@gmail.com><br>time: 19.04.2011 10:00<br>to: "xymon@xymon.com" <xymon@xymon.com>, "FORD Alan" <Alan.FORD@stanwell.com><br><blockquote><br><link href="https://webmail.aon.at/webmail-ta/css/preview.css" rel="stylesheet" type="text/css" ><font face="tahoma, sans-serif"> Hi Alan,</font><div><font face="tahoma, sans-serif"><br></font></div><div><font face="tahoma, sans-serif"> Thanks for the inputs,The C compiler used here is gcc</font></div><div><div><font face="verdana, sans-serif" size="1"> # type gcc</font></div><div><font face="verdana, sans-serif" size="1"> gcc is /usr/bin/gcc</font></div><div><font face="tahoma, sans-serif" size="1"><br>   </font></div><div><font face="tahoma, sans-serif"> and likewise I changed in the <span style="color: rgb(0, 0, 255);"> build/Makefile.AIX </span> to gcc,still getting the below error</font></div>   <div><font face="verdana, sans-serif" size="1"> Checking for RRDtool ...</font></div><div><font face="verdana, sans-serif" size="1" color="#993399"> gcc: error: unrecognized option '-qstrict'</font></div>   <div><font face="verdana, sans-serif" size="1" color="#993399"> gcc: error: unrecognized option '-qcpluscmt'</font></div><div><font face="verdana, sans-serif" size="1" color="#993399"> make: 1254-004 The error code from the last command is 1.</font></div>   <div><font face="verdana, sans-serif" size="1" color="#993399"><br></font></div><div><font face="verdana, sans-serif" size="1" color="#993399"> Stop.</font></div><div><font face="verdana, sans-serif" size="1" color="#993399"> Not RRDtool 1.0.x, checking for 1.2.x</font></div>   <div><font face="verdana, sans-serif" size="1" color="#993399"> gcc: error: unrecognized option '-qstrict'</font></div><div><font face="verdana, sans-serif" size="1" color="#993399"> gcc: error: unrecognized option '-qcpluscmt'</font></div>   <div><font face="verdana, sans-serif" size="1" color="#993399"> make: 1254-004 The error code from the last command is 1.</font></div><div><font face="verdana, sans-serif" size="1" color="#993399"><br>   </font></div><div><font face="verdana, sans-serif" size="1" color="#993399"> Stop.</font></div><div><font face="verdana, sans-serif" size="1" color="#993399"> ERROR: RRDtool include files found in /usr/include, but compile fails.</font></div>   <div><font face="verdana, sans-serif" size="1"><br></font></div><div><font face="tahoma, sans-serif"> Is there any problem with my make ,because earlier i received error while executing the command ./configure.server</font></div>   <div><font face="arial, helvetica, sans-serif"><br></font></div><div><div><font face="verdana, sans-serif" size="1" color="#993399"> Checking your make-utility</font></div>   <div><font face="verdana, sans-serif" size="1" color="#993399"> GNU make is required to build Xymon.</font></div><div><font face="verdana, sans-serif" size="1" color="#993399"> If it is available as "gmake", run configure as: 'MAKE=gmake ./configure.server'</font></div>   <div><font face="tahoma, sans-serif"><br></font></div></div><div><font face="tahoma, sans-serif"> But it got vanished once reinstalling make,the make details are given below.</font></div>   <div><div><font face="verdana, sans-serif" size="1" color="#993399"> # which make</font></div><div><font face="verdana, sans-serif" size="1" color="#993399"> /usr/bin/make</font></div>   <div><font face="verdana, sans-serif" size="1" color="#993399"> root@sapsrp:/usr/tmp/xymon-4.3.2</font></div><div><font face="verdana, sans-serif" size="1" color="#993399"> # lslpp -w /usr/bin/make</font></div>   <div><font face="verdana, sans-serif" size="1" color="#993399">   File                                        Fileset               Type</font></div><div><font face="verdana, sans-serif" size="1" color="#993399">   ----------------------------------------------------------------------------</font></div>   <div><font face="verdana, sans-serif" size="1" color="#993399">   /usr/bin/make                               bos.adt.base          Symlink</font></div><div><font face="verdana, sans-serif" size="1" color="#993399"> root@sapsrp:/usr/tmp/xymon-4.3.2</font></div>   <div><font face="verdana, sans-serif" size="1" color="#993399"> # oslevel -s</font></div><div><font face="verdana, sans-serif" size="1" color="#993399"> 5300-08-06-0918</font></div>   <div style="font-family: tahoma,sans-serif;"><br></div></div><div><font face="tahoma, sans-serif"> Let me know if there are any other things to be checked..</font></div><div><font face="tahoma, sans-serif"><br>   </font></div><div><font face="tahoma, sans-serif"> regards</font></div><div><font face="tahoma, sans-serif"> Sonal</font></div><br>   </div></blockquote>