<div dir="ltr">Hi Mary,<div><br></div><div>Thank you very much! It was solved!!</div><div><br></div><div>Yours,&nbsp;</div><div>Jack-Hsu</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Mar 4, 2014 at 5:04 AM, Mary Haley <span dir="ltr">&lt;<a href="mailto:haley@ucar.edu" target="_blank">haley@ucar.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Jack,<br>
<br>
Thanks for the make-output file.<br>
<br>
This is the error that&#39;s causing the problem:<br>
<br>
/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: cannot find -lXrender<br>
<br>
I&#39;m surprised there&#39;s no &quot;error&quot; associated with this.<br>
<br>
You need to have the X11 development libraries installed on your system, and make sure that they can be found.<br>
<br>
Do you have libXrender? You can type this to find out:<br>
<br>
locate libXrender.so<br>
<br>
If you don&#39;t have this file, then please see:<br>
<br>
<a href="http://www.ncl.ucar.edu/Download/linux.shtml#InstallSoftware" target="_blank">http://www.ncl.ucar.edu/Download/linux.shtml#InstallSoftware</a><br>
<br>
If you do have this file, then you may need to edit your $NCARG/config/Site.local file and add the path to it to the &quot;#define LibSearch&quot; line. For example, if you see the file &quot;/usr/X11R6/lib/libXrender.so&quot;, then you need to add &quot;-L/usr/lib64&quot; to the end of the line:<br>

<br>
#define LibSearch &hellip;[snip]&hellip;. -L/usr/X11R6/lib<br>
<br>
You will need to run &quot;make Everything&quot; after making this change.<br>
<br>
--Mary<br>
<div><div class="h5"><br>
On Feb 28, 2014, at 5:54 PM, Shi-Pei Hsu &lt;<a href="mailto:hsushipei1@gmail.com">hsushipei1@gmail.com</a>&gt; wrote:<br>
<br>
&gt; Dear all,<br>
&gt; I tried to build NCL-6.1.2 from source code but I failed. The OS I&#39;m running is x86_64 SUSE Linux Enterprise 10 (SP2) with gcc-4.1.2.<br>
&gt; All the external software are successfully installed(I guess) expect Vis5D+(Won&#39;t use it). I install NCL in a non-standard place (e.g. /data1/hsu/software/NCL ) since I don&#39;t have permission to be root.<br>
&gt;<br>
&gt; I followed the installation step: run $ ./configure and then $ make Everything &gt;&amp; make-output &amp;. After the make was finished, I couldn&#39;t find the executable ncl binary in $NCARG_ROOT/bin. Then I checked the &quot;make-output&quot; file for any &quot;fatal&quot; and &quot;error&quot;. I can&#39;t find any &quot;fatal&quot; and all the &quot;error&quot; I found was something like &quot;error.c&quot;, &quot;error.o&quot;, or &quot;Making Makefiles in ./ncarg2d/man/error_handling&quot;.<br>

&gt;<br>
&gt; So, I don&#39;t know what happened.<br>
&gt;<br>
&gt; P.S.: I&#39;ve attached the &quot;make-output&quot; in this email<br>
&gt;<br>
&gt; Thank you!<br>
&gt;<br>
&gt; Sincerely,<br>
&gt; Jack Hsu<br>
</div></div>&gt; &lt;make-output.tar.bz2&gt;_______________________________________________<br>
&gt; ncl-install mailing list<br>
&gt; List instructions, subscriber options, unsubscribe:<br>
&gt; <a href="http://mailman.ucar.edu/mailman/listinfo/ncl-install" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-install</a><br>
<br>
</blockquote></div><br></div>