<p dir="ltr">Hi Carolyn,</p>
<p dir="ltr">This is the thread I was referring to before:<br>
<a href="http://lists.spacepope.org/pipermail/yt-dev-spacepope.org/2012-June/002134.html">http://lists.spacepope.org/pipermail/yt-dev-spacepope.org/2012-June/002134.html</a></p>
<p dir="ltr">It seems something is messed up in the build for new macs. I can try to find the issue tomorrow but could you try what Dave did in that thread?</p>
<p dir="ltr">The 4.2 compiler that comes with xcode should have openmp.  Hmm yours says 4.2.1, can someone with a working Mac install check to see which exact version it is? I wonder if apple upped their support of GCC by 0.0.1...</p>

<p dir="ltr">Sam<br>
</p>
<div class="gmail_quote">On Jul 17, 2012 7:05 PM, "Kacper Kowalik" <<a href="mailto:xarthisius.kk@gmail.com">xarthisius.kk@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 07/18/2012 02:51 AM, Carolyn Peruta wrote:<br>
> Hello all,<br>
><br>
> I tried to update yt on my mac (10.7.4)  and I'm running into errors with lib64.  I took Sam's advice and created a symbolic link from $(YT_DEST)/lib64 to /usr/local/lib/x86_64 but I am still getting errors like this:<br>

><br>
> ld: warning: directory not found for option '-L/Users/cperuta/yt-x86_64/lib64/'<br>
><br>
><br>
> I've attached the logfile<br>
><br>
> Ideas?<br>
<br>
Hi,<br>
this is the actual cause of failure:<br>
gcc -bundle -undefined dynamic_lookup -L/Users/cperuta/yt-x86_64/lib/<br>
-L/Users/cperuta/yt-x86_64/lib64/ -L/Users/cperuta/yt-x86_64/lib/<br>
-L/Users/cperuta/yt-x86_64/lib64/ -L/Users/cperuta/yt-x86_64/lib/<br>
-L/Users/cperuta/yt-x86_64/lib64/ -L/Users/cperuta/yt-x86_64/lib/<br>
-L/Users/cperuta/yt-x86_64/lib64/<br>
build/temp.macosx-10.4-x86_64-2.7/yt/utilities/lib/geometry_utils.o -lm<br>
-o yt/utilities/lib/geometry_utils.so -fopenmp<br>
<br>
i686-apple-darwin11-gcc-apple-4.2.1: libgomp.spec: No such file or directory<br>
i686-apple-darwin11-gcc-apple-4.2.1: libgomp.spec: No such file or directory<br>
<br>
Looks like the compiler you're using lacks openmp support.<br>
Cheers,<br>
Kacper<br>
<br>
<br>_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
<br></blockquote></div>