Hi Eric,<div><br></div><div>Awesome. It works now. Thanks !</div><div><br></div><div>Best,</div><div>Cheng<br><br><div class="gmail_quote">On Mon, Nov 26, 2012 at 8:24 AM, Eric Heien <span dir="ltr">&lt;<a href="mailto:emheien@ucdavis.edu" target="_blank">emheien@ucdavis.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Python on Mac OS does some things wrong in terms of link and compile flags.  To fix this, delete &quot;/System/Library/Frameworks/&quot; in the Makefile on that line.  Currently it is trying to link a directory which is why it returns errno=22.<br>

<span class="HOEnZb"><font color="#888888"><br>
-Eric<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Nov 25, 2012, at 10:56 PM, Cheng Cheng wrote:<br>
<br>
&gt; Hi Eric,<br>
&gt;<br>
&gt; Oh, yes. That works. Thanks ! But some other weird things happened when it tried to link. It which gives the info like below. PS, I am on Mac OS 10.8, the newest version of Mac OS. I worked fine on linux.<br>
&gt;<br>
&gt; **************<br>
&gt; Making all in bin<br>
&gt; /bin/sh ../libtool --tag=CC   --mode=link mpicc  -g -O2   -o pycitcoms  -u _PyMac_Error /System/Library/Frameworks/ -framework Python \<br>
&gt;                pycitcoms-pycitcoms.o dummy.o ../module/libCitcomSLibmodule.a  ../lib/libCitcomS.a \<br>
&gt;                \<br>
&gt;                \<br>
&gt;               -ldl -framework CoreFoundation   \<br>
&gt;               -lz  \<br>
&gt;<br>
&gt; libtool: link: mpicc -g -O2 -o pycitcoms -u _PyMac_Error /System/Library/Frameworks/ pycitcoms-pycitcoms.o dummy.o  -framework Python ../module/libCitcomSLibmodule.a ../lib/libCitcomS.a -ldl -framework CoreFoundation -lz<br>

&gt; ld: can&#39;t map file, errno=22 for architecture x86_64<br>
&gt; collect2: ld returned 1 exit status<br>
&gt; make[2]: *** [pycitcoms] Error 1<br>
&gt; make[1]: *** [all-recursive] Error 1<br>
&gt; make: *** [all] Error 2<br>
&gt;<br>
&gt; **************<br>
&gt;<br>
&gt; Best,<br>
&gt; Cheng<br>
&gt;<br>
&gt; On Sun, Nov 25, 2012 at 10:06 PM, Eric Heien &lt;<a href="mailto:emheien@ucdavis.edu">emheien@ucdavis.edu</a>&gt; wrote:<br>
&gt; Hi Cheng,<br>
&gt;<br>
&gt; Try editing the Makefile so there is a space between the path and framework command, in other words:<br>
&gt;<br>
&gt; &quot;/System/Library/Frameworks/ -framework Python&quot;<br>
&gt;<br>
&gt; -Eric<br>
&gt;<br>
&gt; On Nov 25, 2012, at 11:59 AM, Cheng Cheng wrote:<br>
&gt;<br>
&gt; &gt; Hi,<br>
&gt; &gt;<br>
&gt; &gt; I met some problems when compiling with Pyre framework. It always gives the information as below and tells me missing &quot;/System/Library/Frameworks/-framework&quot;. My python version is 2.6 and the configure procedure is OK.<br>

&gt; &gt;<br>
&gt; &gt; *********************<br>
&gt; &gt; /bin/sh ../libtool --tag=CC   --mode=link mpicc  -g -O2   -o pycitcoms  -u _PyMac_Error /System/Library/Frameworks/-framework Python \<br>
&gt; &gt;                pycitcoms-pycitcoms.o dummy.o ../module/libCitcomSLibmodule.a  ../lib/libCitcomS.a \<br>
&gt; &gt;                \<br>
&gt; &gt;                \<br>
&gt; &gt;               -ldl -framework CoreFoundation   \<br>
&gt; &gt;               -lz  \<br>
&gt; &gt;<br>
&gt; &gt; libtool: link: mpicc -g -O2 -o pycitcoms -u _PyMac_Error /System/Library/Frameworks/-framework Python pycitcoms-pycitcoms.o dummy.o  ../module/libCitcomSLibmodule.a ../lib/libCitcomS.a -ldl -framework CoreFoundation -lz<br>

&gt; &gt; i686-apple-darwin11-llvm-gcc-4.2: /System/Library/Frameworks/-framework: No such file or directory<br>
&gt; &gt; i686-apple-darwin11-llvm-gcc-4.2: Python: No such file or directory<br>
&gt; &gt; make[2]: *** [pycitcoms] Error 1<br>
&gt; &gt; make[1]: *** [all-recursive] Error 1<br>
&gt; &gt; make: *** [all] Error 2<br>
&gt; &gt; ***********************<br>
&gt; &gt;<br>
&gt; &gt; Best,<br>
&gt; &gt; Cheng<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; CIG-MC mailing list<br>
&gt; &gt; <a href="mailto:CIG-MC@geodynamics.org">CIG-MC@geodynamics.org</a><br>
&gt; &gt; <a href="http://geodynamics.org/cgi-bin/mailman/listinfo/cig-mc" target="_blank">http://geodynamics.org/cgi-bin/mailman/listinfo/cig-mc</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; ______________________________________________<br>
&gt; Cheng Cheng<br>
&gt; PHD Candidate<br>
&gt; University of California - Berkeley<br>
&gt; Department of Earth and Planetary Science<br>
&gt; Berkeley Seimological Lab<br>
&gt; 179 McCone Hall<br>
&gt; Cellphone: <a href="tel:%28510%29-816-1345" value="+15108161345">(510)-816-1345</a><br>
&gt; _______________________________________________<br>
&gt;<br>
<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div>______________________________________________<br>Cheng Cheng<br></div><div>PHD Candidate</div><div>University of California - Berkeley</div><div>
Department of Earth and Planetary Science</div><div>Berkeley Seimological Lab</div><div>179 McCone Hall</div><div>Cellphone: (510)-816-1345</div><div>_______________________________________________</div><br>
</div>