On 10 February 2011 05:13, Prashant Saxena <animator...@yahoo.com> wrote:
> Hi,
>
> I have successfully built C-extensions using pure python mode on windows and
> linux platform. Now I have port same app
> on Mac. (Leopard 10.5.5 Intel, Xcode 3.1.4).
>
> Q. When creating c-extensions using cython on mac (details above) are there 
> any
> specific instructions to follow to make
> sure that extensions work on both architecture (ppc and i686)? I would be 
> using
> universal build of python as well as wxpython.
>

If you use a universal build of Python, then distutils should pass
multiple -arch flags to the C compiler and linker, and you are done.
You should not need anything special, it should work out of the box
(as long as any C library your extensions depends on are also
universal binaries)
_______________________________________________
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to