<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>/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>"/usr/vacpp/include/cstdlib", line 72.15: 1540-0403 (S) "abs(long)" is already defined.<br>"/usr/vacpp/include/stdlib.h", line 146.32: 1540-0425 (I) "abs" is defined on line 146 of "/usr/vacpp/include/stdlib.h".<br>
"/usr/vacpp/include/stdlib.h", line 38.32: 1540-0424 (I) "abs" is declared on line 38 of "/usr/vacpp/include/stdlib.h".<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"><<a href="mailto:johnhg@ucar.edu">johnhg@ucar.edu</a>></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're seeing. Based on the command<br>
line you sent me, it looks like you're just typing "make" on the command line. Doing that tells the shell to search your path for "make", and I'm guessing it's still finding the wrong version of it -<br>
and not the one that you installed in your home directory. Instead, you'll need to type something like this:<br><br>thunder> cd METv2.0<br>thunder> /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>