<div>Dear sir,</div>
<div> </div>
<div> Thank you very much for your kind information...  You are right. It is making libraries after typing as you specified.. It is successfully creating vx_afm Library, vx_analysis_util Library, vx_cal Library files. But it is not creating vx_color library. I am attaching make.log file and the specified lines of stdlib.h Please go through that and give your valuable suggestion.... My CXX path is  as follows...</div>

<div> </div>
<div># Path to the C++ Compiler<br># C++ compiler flags<br># Any additional required libraries<br>CXX          = /usr/vac/bin/xlc<br>CXX_FLAGS    = # -g -qfullpath<br>CXX_LIBS     =<br></div>
<div> </div>
<div>thunder&gt;/user2/litta/MET_T/make-3.81/make</div>
<div>*** Making the Model Evaluation Tools Project ***</div>
<div><br>*** Making vx_afm Library ***</div>
<div>/usr/vac/bin/cc afm.cc   -c -I..<br>/usr/vac/bin/cc afm_keywords.cc   -c -I..<br>/usr/vac/bin/cc afm_line.cc   -c -I..<br>/usr/vac/bin/cc afm_token.cc   -c -I..<br>/usr/vac/bin/cc afmkeyword_to_string.cc   -c -I..<br>
/usr/vac/bin/cc afmtokentype_to_string.cc   -c -I..<br>ar -rs libvx_afm.a afm.o afm_keywords.o afm_line.o afm_token.o afmkeyword_to_string.o afmtokentype_to_string.o<br>ar: Creating an archive file libvx_afm.a.<br>ranlib libvx_afm.a</div>

<div>cp libvx_afm.a ../.</div>
<div>*** Making vx_analysis_util Library ***</div>
<div> </div>
<div>*** Making vx_cal Library ***<br><br>*** Making vx_color Library ***</div>
<div>/usr/vac/bin/cc vx_color.cc   -c -I.. <br>&quot;/usr/vacpp/include/cstdlib&quot;, line 72.15: 1540-0403 (S) &quot;abs(long)&quot; is already defined.<br>&quot;/usr/vacpp/include/stdlib.h&quot;, line 146.32: 1540-0425 (I) &quot;abs&quot; is defined on line 146 of &quot;/usr/vacpp/include/stdlib.h&quot;.<br>
&quot;/usr/vacpp/include/stdlib.h&quot;, line 38.32: 1540-0424 (I) &quot;abs&quot; is declared on line 38 of &quot;/usr/vacpp/include/stdlib.h&quot;.<br>make[3]: *** [vx_color.o] Error 1<br>make[2]: *** [vx_color_all] Error 2<br>
make[1]: *** [libs] Error 2<br>make: *** [all] Error 2<br></div>
<div>Looking forward to your reply..............</div>
<div> </div>
<div>with best regards,</div>
<div>Litta</div>
<div> </div>
<div> </div>
<div class="gmail_quote">On Wed, Feb 17, 2010 at 8:52 PM, John Halley Gotway <span dir="ltr">&lt;<a href="mailto:johnhg@ucar.edu">johnhg@ucar.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Litta,<br><br>I went to an IBM machine here and tried building MET using the *WRONG* version of make, not the GNU make.  When I did that, I saw the exact same error messages you&#39;re seeing.  Based on the command<br>
line you sent me, it looks like you&#39;re just typing &quot;make&quot; on the command line.  Doing that tells the shell to search your path for &quot;make&quot;, and I&#39;m guessing it&#39;s still finding the wrong version of it -<br>
and not the one that you installed in your home directory.  Instead, you&#39;ll need to type something like this:<br><br>thunder&gt; cd METv2.0<br>thunder&gt; /home/litta/path/to/make<br><br>Where that path specifies the location of the GNU make executable you just built.<br>
<br>Let me know if you continue to experience problems.<br><br>Thanks,<br><font color="#888888">John<br></font>
<div>
<div></div>
<div class="h5"><br> </div></div></blockquote></div>