<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-CA link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hi,<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I have downloaded a precompiled NCL binary (ncl_ncarg-6.2.1.Linux_Debian6.0_x86_64_nodap_gcc445.tar.gz) and am attempting to install it on Ubuntu 12.04 LTS.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>The NCL post-install test worked fine, but I am having difficulty getting the NCAR graphics test (ncargex cpex08 &#8211;clean) to work (see below). I have changed the syslibdir variable in ncargf77 to &#8216;set syslibdir = &quot;-L/usr/lib/x86_64-linux-gnu&quot;&#8217; which is the location of at least some of the supposedly missing libraries, but even though this change appears in the gfortran compile string, the test still fails. Perhaps the ld command is not aware of this changed setting?<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Any suggestions would be appreciated.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Regards,<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Al<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>********@********:~/tmp$ ncargex cpex08 -clean<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>NCAR Graphics Fortran&nbsp; Example &lt;cpex08&gt;<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>&nbsp; Copying cpex08.f<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>&nbsp; Copying cpexcc.f<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Compiling and linking...<o:p></o:p></p><p class=MsoNormal>gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp -O -o cpex08 cpexcc.f cpex08.f -L/usr/local/ncl-6.2.1/lib -L/usr/lib/x86_64-linux-gnu -lncarg -lncarg_gks -lncarg_c -lX11 -lXext -lcairo -lfontconfig -lpixman-1 -lfreetype -lexpat -lpng -lz -lpthread -lbz2 -lXrender<o:p></o:p></p><p class=MsoNormal>/usr/bin/ld: cannot find -lXext<o:p></o:p></p><p class=MsoNormal>/usr/bin/ld: cannot find -lcairo<o:p></o:p></p><p class=MsoNormal>/usr/bin/ld: cannot find -lfontconfig<o:p></o:p></p><p class=MsoNormal>/usr/bin/ld: cannot find -lpixman-1<o:p></o:p></p><p class=MsoNormal>/usr/bin/ld: cannot find -lfreetype<o:p></o:p></p><p class=MsoNormal>/usr/bin/ld: cannot find -lexpat<o:p></o:p></p><p class=MsoNormal>/usr/bin/ld: cannot find -lpng<o:p></o:p></p><p class=MsoNormal>/usr/bin/ld: cannot find -lz<o:p></o:p></p><p class=MsoNormal>collect2: ld returned 1 exit status<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>The compile and link failed.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></body></html>