<div dir="ltr"><div><div><div><div>Hi Kevin,<br></div>              it is still failing. It is looking for local library support i.e. /usr/X11R6/lib64 and it is not finding it in my machine and I am not sure what is local library search here.<br><br></div>Regarding your question on why I am want to build from scratch. Mary Haley probably remembers but way back in 2014 she had to give me a special precompiled binary file for Ubuntu 14.04. So I wanted to avoid that by building my own version.<br><br></div>Regards,<br></div>Ashwin.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 17, 2018 at 3:02 AM, Kevin Hallock <span dir="ltr"><<a href="mailto:hallock@ucar.edu" target="_blank">hallock@ucar.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hi Ashwin,<div><br></div><div>In order to build NCL, we usually suggest running “make Everything” in order to build all of the necessary components for a complete NCL installation. Please see our documentation on building from source: <a href="http://www.ncl.ucar.edu/Download/build_from_src.shtml" target="_blank">http://www.ncl.ucar.<wbr>edu/Download/build_from_src.<wbr>shtml</a></div><div><br></div><div>When you run the Configure script, the second prompt asks for a “Parent installation directory” to install NCL to:</div><div><font face="Menlo">Parent installation directory : /usr/local/ncarg<br>Enter Return (default), new directory, or q(quit) > /path/to/install/ncl<br></font></div><div><br></div><div>The default is “/usr/local/ncarg”, but you can change this to any directory you want (note that the NCL binary will be installed to the “bin” subdirectory of the directory you specify, so “/usr/local/ncarg/bin” by default or “/path/to/install/ncl/bin” in my example). You can also define the installation directory in the file “config/Site.local”:</div><div><font face="Menlo">#define YmakeRoot /path/to/install/ncl<br></font></div><div><br></div><div>Building NCL with “make Everything” should install NCL when it’s done compiling, but if your user account does not have write privileges to the installation directory (this might be a problem for “/usr/local/ncarg”) you may need to run “sudo make install” to complete the installation process.</div><div><br></div><div>Additionally, it looks like your build did not run successfully. If you run the command “<font face="Menlo">grep -C3 'error' $logfile</font>” , where $logfile is your make log (“logs” if you use the file you attached to your email), you’ll see several errors related to missing libraries, for example:</div><div><font face="Menlo">gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp  -O    -o tdpackdemo TdpackDemo.o -L../../../.././ncarg2d/src/<wbr>libncarg -lncarg -L../../../.././ncarg2d/src/<wbr>libncarg_gks -lncarg_gks -L../../../.././common/src/<wbr>libncarg_c -lncarg_c -lcairo -lXrender -lfontconfig -lpixman-1 -lfreetype -lexpat -lpng -lz -liconv -lbz2 -lpng -lz -L/usr/local/ncarg/lib -L/usr/X11R6/lib64  -lX11 -lXext  <br>/usr/bin/ld: cannot find -liconv<br>/usr/bin/ld: cannot find -lbz2<br>collect2: error: ld returned 1 exit status<br>Makefile:495: recipe for target 'tdpackdemo' failed<br>make[4]: *** [tdpackdemo] Error 1<br>make[4]: Leaving directory '/home/winash12/meteorology_<wbr>project/ncl_ncarg-6.4.0/<wbr>ncarg2d/src/bin/tdpackdemo'</font></div><div><br></div><div>In this case, it appears as though the iconv and bzip2 libraries were not found by the compiler. You will likely need to install these (and other packages) using your system’s package manager (assuming you’re using Linux) or build them from source. If they are already installed, you may need to adjust the “-I”/“include” and “-L”/“lib” directory paths in config/Site.local (these can also be set while running the Configure script).</div><div><br></div><div>Finally, out of curiosity is there a reason that you’ve chosen to build NCL from source instead of installing a pre-compiled binary? I’d be glad to continue helping you build NCL from source, but if you do not explicitly need to build it yourself it is often much easier to install an NCL binary tarball.</div><div><br></div><div>I hope this helps!</div><div><br></div><div>Kevin</div><div><br><div><blockquote type="cite"><div>On Jan 14, 2018, at 10:57 PM, ashwin .D via ncl-install <<a href="mailto:ncl-install@ucar.edu" target="_blank">ncl-install@ucar.edu</a>> wrote:</div><br class="m_-970895188171043767Apple-interchange-newline"><div><div dir="ltr"><div><div><div><div>Hello,<br></div>          I am trying to build NCL 6.4 from source. Firstly there seems to be no .configure file and it is replaced by a Configure file. It does compile without any problems but I am not sure where the executables are. I have enclosed the logs obtained by typing make install. <br></div>Do you see any issues ? I do not know how to install under /usr/local/bin. <br><br></div>Regards,<br></div>Ashwin.<br></div>
<span id="m_-970895188171043767cid:4FD8D490-074E-4F0C-80A0-1A035EC1B360@scd.ucar.edu"><logs></span>________________________<wbr>_______________________<br>ncl-install mailing list<br>List instructions, subscriber options, unsubscribe:<br><a href="http://mailman.ucar.edu/mailman/listinfo/ncl-install" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-install</a><br></div></blockquote></div><br></div></div></blockquote></div><br></div>