<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Ah, okay. In the $NCARG/config/LINUX file, then, you need to&nbsp;put the single tick marks around any lines like:<div><br></div><div>&nbsp;&nbsp; -L/usr/lib64/gcc/x86_64-suse-linux/4.3/lib -lgcc -lg2c</div><div><br></div><div>or&nbsp;</div><div><br></div><div>&nbsp;-I/usr/lib64/gcc/x86_64-suse-linux/4.3/include</div><div><br></div><div>For example:</div><div><br></div><div><div>#define CtoFLibraries &nbsp;&nbsp;&nbsp;' -L/usr/lib64/gcc/x86_64-suse-linux/4.3/lib -lgcc -lg2c -lm'</div><div><br></div><div><br></div><div>and then rerun the "make Everything" command.</div><div><br></div><div>--Mary</div><div><br></div><div><br></div><div><div>On Mar 21, 2009, at 10:10 AM, Philippe SIMONS wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Mary,&nbsp;<div>I did not give any special line for the compilation, as for the instruction, I use&nbsp;</div><div><span class="Apple-style-span" style="font-family: arial; font-size: 16px; "><pre style="font-family: courier; font-size: 0.95em; margin-left: 2%; "> ./Configure  -v</pre></span></div><div>&nbsp;&nbsp;then</div><div><span class="Apple-style-span" style="font-family: arial; font-size: 16px; "><pre style="font-family: courier; font-size: 0.95em; margin-left: 2%; ">make Everything  >&amp;  make-output  &amp;</pre></span><div>&nbsp;&nbsp;PhS</div><div><br></div><div><br><div>On Mar 21, 2009, at 15:10 , Mary Haley wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi,<br><br>You didn't indicate what your compile line looked like, but<br>are you doing something like:<br><br> &nbsp;&nbsp;-I/usr/lib64/gcc/x86_64-suse-linux/4.3/include<br><br>? If so try putting single tick marks around the line:<br><br> &nbsp;'-I/usr/lib64/gcc/x86_64-suse-linux/4.3/include'<br><br>It seems unusual that you would need to explicitly include this line,<br>however.<br><br>If you are not explicitly including this line, then can<br>you give me more information about how you are compiling?<br><br>--Mary<br><br>On Mar 21, 2009, at 2:32 AM, Philippe SIMONS wrote:<br><br><blockquote type="cite">Hi,<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">I'm trying to compile NCL NCARG on openSUSE 11.1 64bit using standard<br></blockquote><blockquote type="cite">gfortran (gcc4.3).<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">but I believe to have understood that _ within the path are<br></blockquote><blockquote type="cite">automatically replace with 1<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">x86_64 is a standard path and should be accepted, also gcc uses this<br></blockquote><blockquote type="cite">path :<br></blockquote><blockquote type="cite">example : /usr/lib64/gcc/x86_64-suse-linux/4.3/include &nbsp;is transformed<br></blockquote><blockquote type="cite">at compilation time into usr/lib64/gcc/1-suse-1/4.3/include<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Is it related to openSUSE ?<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Could someone help me please.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">PhS<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">_______________________________________________<br></blockquote><blockquote type="cite">ncl-install mailing list<br></blockquote><blockquote type="cite">List instructions, subscriber options, unsubscribe:<br></blockquote><blockquote type="cite"><a href="http://mailman.ucar.edu/mailman/listinfo/ncl-install">http://mailman.ucar.edu/mailman/listinfo/ncl-install</a><br></blockquote><br></div></blockquote></div><br></div></div></blockquote></div><br></div></body></html>