<div><br></div>Hello,<div>I had troubles to install the library imposm.parser under MacOS X 10.6 with XCode4 (no problems on ubuntu). </div><div>Short search lead to solution, witch other may find useful.</div><div><br></div>
<div>According to <a href="http://superuser.com">superuser.com</a> [0], Apple with XCode4 removed support for PPC assembler. </div><div>Setup tools include the PPC architecture by default. By me this had worked:</div><div>
<br></div><div> ARCHFLAGS="-arch i386 -arch x86_64" python setup.py install</div><div><br></div><div><br></div><div>I hope this post can help somebody. </div><div><br></div><div>Best regards,</div><div> Michal</div>
<div><br></div><div>[0] <a href="http://superuser.com/questions/259278/python-2-6-1-pycrypto-2-3-pypi-package-broken-pipe-during-build">http://superuser.com/questions/259278/python-2-6-1-pycrypto-2-3-pypi-package-broken-pipe-during-build</a></div>