<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Luis,<br>
<br>
&nbsp;&nbsp;&nbsp; Just to elaborate, if you're using Apple's gcc and macports, then
you need to rebuild all your libraries with the 'universal' variant
set. If you're using fink, I'm not sure what you should do to build
universal binaries, or if it is possible (only apple's compilers accept
the combination of '-arch' flags necessary).<br>
<br>
&nbsp;&nbsp;&nbsp; If you're not using Apple's gcc, then you should use '-m32' to
(re)build all your libraries (for Apple's gcc, it is '-arch i386').<br>
<br>
&nbsp;&nbsp;&nbsp; One more thing: to cross-compile, you may need to install the
gcc-multilib package (again, for macports; not sure about fink).<br>
<br>
-Sourish<br>
<br>
Mary Haley wrote:
<blockquote cite="mid:9C3DEC2B-AB3F-4058-BBF0-047934F314D3@ucar.edu"
 type="cite">
  <pre wrap="">Luis,

Your MacOS 10.6 system is probably trying to compile in 64-bit mode,  
and yes, you won't be able to cross compile against a MacOS 10.4 or  
10.5 32-bit build.

You can try adding -m32 to your build, but I'm not positive it will  
work, as I don't know if you have all the necessary 32-bit libraries  
installed on your system.

Please give this a try and let me know if it doesn't work.

--Mary

On Feb 9, 2010, at 6:58 AM, Luis C. Cana Cascallar wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi all,

I'm building WRFV3.1.1 against Intel compilers under Mac OS X  
10.6.2. I've downloaded the Mac OSX NCL 5.1.1  package and I  
suppose it's built against gcc and gfortran. Does anyone know which  
flags should I add to configure.wrf to build plotfmt.exe or  
plotgrids.exe?. Both fails because of cross-compiling problems.
Regards,

Luis

Dr. Luis C. Cana Cascallar
Departamento de F&iacute;sica
ULPGC
35017-Las Palmas de Gran Canaria

<a class="moz-txt-link-abbreviated" href="mailto:lcana@dfis.ulpgc.es">lcana@dfis.ulpgc.es</a>


_______________________________________________
ncl-install mailing list
List instructions, subscriber options, unsubscribe:
<a class="moz-txt-link-freetext" href="http://mailman.ucar.edu/mailman/listinfo/ncl-install">http://mailman.ucar.edu/mailman/listinfo/ncl-install</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
_______________________________________________
ncl-install mailing list
List instructions, subscriber options, unsubscribe:
<a class="moz-txt-link-freetext" href="http://mailman.ucar.edu/mailman/listinfo/ncl-install">http://mailman.ucar.edu/mailman/listinfo/ncl-install</a>

  </pre>
</blockquote>
<br>
</body>
</html>