<div dir="ltr"><div><div><div><div><div>Dear Malleswararao Maguluri,<br><br></div>Here&#39;s an error from your compile log:<br><br>/lib/cpp -C -P -D COMMCODE -DLINUX -DUPPLITTLEENDIAN splat.F &gt; splat.f<br>gfortran -fconvert=big-endian -fno-second-underscore -frecord-marker=4 -DCOMMCODE -DLINUX -DUPPLITTLEENDIAN  -fno-range-check -O3 -c  -I/home/mallesh/Downloads/UPPV2.1/include splat.f<br>splat.f:1.1:<br><br>/* Copyright (C) 1991-2014 Free Software Foundation, Inc.               <br> 1<br><br></div>This line is a C-style comment, and Fortran compiler does not parse it by default. The /lib/cpp line invokes preprocessor, however, it has been instructed to preserve comments (-C flag). The solution would be either to remove -C flag from preprocessor command line, or to add -cpp flag to gfortran command line.<br><br></div>Similar problem has been reported here: <a href="http://stackoverflow.com/questions/25801396/gfortran-doesnt-understand-c-style-comments">http://stackoverflow.com/questions/25801396/gfortran-doesnt-understand-c-style-comments</a><br><br></div>Best regards,<br></div>- D.<br><div><div><div><div><br></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-11-26 8:23 GMT+01:00 Malleswararao Maguluri <span dir="ltr">&lt;<a href="mailto:mallesh4science@gmail.com" target="_blank">mallesh4science@gmail.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Dear Sir, <br><br></div>   I unable to get the executables unipost.exe and copygb.exe after compilation (only ndate,.exe). In lib also i did not get libsp.a file. what could be the problem. whether I need to install any libraries or package. I attached the error log file and install.sh file. While configuring UPP, i selected gfortran (serial) option and my operating system is ubuntu 14.04. Please give me any solution for this.<br><br></div><div>Waiting for your reply,<br></div><div><br><br></div>Thanks &amp; Regards,<span class="HOEnZb"><font color="#888888"><br clear="all"><div><div><div><br>-- <br><div><div dir="ltr">M. MALLESWARA RAO<br>M.Tech (Atmospheric Science) &amp; M.Sc (Physics)<br><br></div></div>
</div></div></div></font></span></div>
<br>_______________________________________________<br>
Wrf-users mailing list<br>
<a href="mailto:Wrf-users@ucar.edu">Wrf-users@ucar.edu</a><br>
<a href="http://mailman.ucar.edu/mailman/listinfo/wrf-users" target="_blank">http://mailman.ucar.edu/mailman/listinfo/wrf-users</a><br>
<br></blockquote></div><br></div>