Hi Chris,<div>I am using GNU Make 3.82 <br><br><div class="gmail_quote">On Tue, Apr 19, 2011 at 7:41 PM,  <span dir="ltr"><<a href="mailto:Chris.Morris@rwe.com">Chris.Morris@rwe.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">




<div>
<div dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2">Which version of GNU make are you using. I use GNU Make 
3.80 on AIX 5.3 and it works fine!</font></span></div><br>
<blockquote dir="ltr" style="margin-right:0px">
  <div lang="en-us" dir="ltr" align="left">
  <hr>
  <font face="Tahoma" size="2"><b>From:</b> sonal kumar [mailto:<a href="mailto:nc.sonal@gmail.com" target="_blank">nc.sonal@gmail.com</a>] 
  <br><b>Sent:</b> 19 April 2011 14:57<br><b>To:</b> Morris, Chris (SS-IS); 
  <a href="mailto:d.altmann@aon.at" target="_blank">d.altmann@aon.at</a><br><b>Cc:</b> <a href="mailto:xymon@xymon.com" target="_blank">xymon@xymon.com</a><br><b>Subject:</b> Re: [Xymon] 
  xymon 4.3.2 configuration error for rrdtool<br></font><br></div><div><div></div><div class="h5">
  <div></div>Hi Chris/Altmann
  <div><br></div>
  <div>Thanks for giving the steps in detail.I made the changes in Makefile.AIX 
  and it went successfully.below are the last lines of configure</div>
  <div><br></div>
  <div>
  <div><font face="verdana, sans-serif" size="1">Using AIX Makefile 
  settings</font></div>
  <div><font face="verdana, sans-serif" size="1">Created Makefile with the 
  necessary information to build Xymon</font></div>
  <div><font face="verdana, sans-serif" size="1">Some defaults are used, so do 
  look at the Makefile before continuing.</font></div>
  <div><font face="verdana, sans-serif" size="1"><br></font></div>
  <div><font face="verdana, sans-serif" size="1">Configuration complete - now run 
  /usr/bin/gmake (GNU make) to build the tools</font></div>
  <div><font face="verdana, sans-serif" size="1"><br></font></div>
  <div><font face="tahoma, sans-serif">But when I gave command gmake it again 
  gives error </font></div>
  <div><font face="tahoma, sans-serif"><br></font></div>
  <div>
  <div><font face="verdana, sans-serif" size="1"># /usr/bin/gmake</font></div>
  <div><font face="verdana, sans-serif" size="1">"build/Makefile.rules", line 13: 
  make: 1254-055 Dependency line needs colon or double colon 
  operator.</font></div>
  <div><font face="verdana, sans-serif" size="1">"build/Makefile.rules", line 16: 
  make: 1254-055 Dependency line needs colon or double colon 
  operator.</font></div>
  <div style="font-family:tahoma, sans-serif"><font face="Arial" color="#0000ff" size="2"></font><br></div>
  <div style="font-family:tahoma, sans-serif">When I checked in google it says 
  that we need to used gmake,I am using gmake and already set the envirnoment 
  variables</div>
  <div>
  <div><font face="verdana, sans-serif" size="1">MAKE=/usr/bin/gmake</font></div>
  <div><font face="verdana, sans-serif" size="1">MANPATH=/krb5/man:</font></div>
  <div><font face="verdana, sans-serif" size="1">Make=gmake</font></div></div>
  <div style="font-family:tahoma, sans-serif"><br></div>
  <div style="font-family:tahoma, sans-serif">Please suggest</div></div><br>
  <div class="gmail_quote">On Tue, Apr 19, 2011 at 2:46 PM, <span dir="ltr"><<a href="mailto:Chris.Morris@rwe.com" target="_blank">Chris.Morris@rwe.com</a>></span> wrote:<br>
  <blockquote class="gmail_quote" style="padding-left:1ex;margin:0px 0px 0px 0.8ex;border-left:#ccc 1px solid">
    <div>
    <div dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2">You need 
    to ensure that you are using GNU Make (gmake) and the Makefile.AIX in the 
    build directory should be :-</font></span></div>
    <div dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2"></font></span> </div>
    <div dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2"># Xymon 
    compile-time settings for a AIX system<br>#</font></span></div>
    <div> </div>
    <div dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2">OSDEF = 
    -DAIX</font></span></div>
    <div> </div>
    <div dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2"># 
    NETLIBS: You may need to add -lresolv or similar to pick up network 
    libraries<br>NETLIBS =</font></span></div>
    <div> </div>
    <div dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2">
    <div># Compile flags for normal build with gcc<br></div>CC = gcc<br>CFLAGS = 
    -O -D_REENTRANT $(OSDEF)</font></span></div>
    <div> </div>
    <div dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2">
    <div># Compile flags for normal build with IBM compiler<br></div># CC = 
    cc<br># CFLAGS = -g -O3 -qstrict -qcpluscmt -D_REENTRANT $(LFSDEF) 
    $(OSDEF)</font></span></div>
    <div> </div>
    <div dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2"># 
    Compile flags for debugging<br># CFLAGS = -g -DDEBUG -D_REENTRANT $(LFSDEF) 
    $(OSDEF)</font></span></div>
    <div> </div>
    <div dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2"># Mail 
    program: This must support "CMD -s SUBJECT ADDRESS" to send out a mail with 
    a subject<br># Typically, this will be "mail" or 
    "mailx"<br>MAILPROGRAM="mail"<br></font></span></div>
    <div dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2"></font></span> </div><br>
    <blockquote dir="ltr" style="margin-right:0px">
      <div lang="en-us" dir="ltr" align="left">
      <hr>
      <font face="Tahoma" size="2">
      <div><b>From:</b> <a href="mailto:xymon-bounces@xymon.com" target="_blank">xymon-bounces@xymon.com</a> [mailto:<a href="mailto:xymon-bounces@xymon.com" target="_blank">xymon-bounces@xymon.com</a>] <b>On Behalf Of </b>sonal 
      kumar<br></div><b>Sent:</b> 18 April 2011 14:42<br><b>To:</b> <a href="mailto:xymon@xymon.com" target="_blank">xymon@xymon.com</a><br><b>Subject:</b> [Xymon] xymon 4.3.2 
      configuration error for rrdtool<br></font><br></div>
      <div>
      <div></div>
      <div>
      <div></div>Hi team, 
      <div><br></div>
      <div>I am trying to configure on xymon 4.3.2 on my AIX server 5.3 
      version.</div>
      <div>While running the configure.server script ,I am getting the below 
      error related to rrdtool.</div>
      <div><br></div>
      <div>
      <p class="MsoNormal"><i><span style="font-size:8pt;color:#17365d">Checking for RRDtool 
      ...</span></i></p>
      <p class="MsoNormal"><i><span style="font-size:8pt;color:#17365d">./configure.server[76]: -f:  
      not found.</span></i></p>
      <p class="MsoNormal"><i><span style="font-size:8pt;color:#17365d">./configure.server[76]: -f:  
      not found.</span></i></p>
      <p class="MsoNormal"><i><span style="font-size:8pt;color:#17365d">Not 
      RRDtool 1.0.x, checking for 1.2.x</span></i></p>
      <p class="MsoNormal"><i><span style="font-size:8pt;color:#17365d">./configure.server[76]: -f:  
      not found.</span></i></p>
      <p class="MsoNormal"><i><span style="font-size:8pt;color:#17365d">./configure.server[76]: -f:  
      not found.</span></i></p><span style="font-size:9pt;color:#17365d">ERROR: RRDtool include files found 
      in /usr/include, but compile fails.</span></div>
      <div><font face="Verdana, sans-serif" color="#17365d"><span style="font-size:12px"><br></span></font></div>
      <div>I have already packages related to rrdtool i.e rrdtool-1.2.30.tar.gz 
      and also have the gcc and other related prerequisites,as given below,and 
      already declared the environment variables,libpaths.</div>
      <div><br></div>
      <p class="MsoNormal"><i><span style="font-size:8pt;color:#17365d"># which 
      rrdtool</span></i></p>
      <p class="MsoNormal"><i><span style="font-size:8pt;color:#17365d">/usr/bin/rrdtool</span></i></p>
      <p class="MsoNormal"><i><span style="font-size:8pt;color:#17365d">root@sapsrp:/</span></i></p>
      <p class="MsoNormal"><i><span style="font-size:8pt;color:#17365d"># 
      whereis rrdtool</span></i></p>
      <div><i><span style="font-size:8pt;color:#17365d">rrdtool: 
      /usr/bin/rrdtool /usr/include/rrdtool</span></i></div>
      <div><i><span style="color:rgb(23,54,93);font-family:Verdana, sans-serif">
      <div style="font-size:8pt">which gcc</div>
      <div style="font-size:8pt">/usr/bin/gcc</div>
      <div><span style="color:rgb(0,0,0);font-style:normal;font-family:arial"><i><font size="1">LIBPATH=/usr/local/lib:/usr/lib:/usr/local/include/</font></i></span></div></span></i></div>
      <div><i><br></i></div>
      <div><i><span style="font-size:8pt;color:#17365d"></span></i>Please 
      suggest.<br>-- <br>Thanks & Regards<br>Sonal kumar N 
      C<br><br></div></div></div></blockquote>
    <p><span style="font-size:8.2pt;font-family:'MS Sans Serif'">**************************************************************************** 
    </span></p>
    <p><span style="font-size:8.2pt;font-family:'MS Sans Serif'">The 
    information contained in this email is intended only for the use of the 
    intended recipient at the email address to which it has been addressed. If 
    the reader of this message is not an intended recipient, you are hereby 
    notified that you have received this document in error and that any review, 
    dissemination or copying of the message or associated attachments is 
    strictly prohibited. If you have received this email in error, please 
    contact the sender by return email or call 01793 877777 and ask for the 
    sender and then delete it immediately from your system.Please note that 
    neither the RWE Group of Companies nor the sender accepts any responsibility 
    for viruses and it is your responsibility to scan attachments (if any). 
    </span></p>
    <p><span style="font-size:8.2pt;font-family:'MS Sans Serif'"></span> </p>
    <p><span style="font-size:8.2pt;font-family:'MS Sans Serif'">***************************************************************************** 
    </span></p>
    <p><span style="font-size:8.2pt;font-family:'MS Sans Serif'"></span> </p></div></blockquote></div><br><br clear="all"><br>-- <br>Thanks & Regards<br>Sonal kumar N 
C<br><br></div></div></div></blockquote></div>
</blockquote></div><br><br clear="all"><br>-- <br>Thanks & Regards<br>Sonal kumar N C<br><br>
</div>