[Pyrex] CORRECTION Re: C-API implementation in Pyrex 0.9.6
Greg Ewing
greg.ewing at canterbury.ac.nz
Fri Oct 12 02:16:43 CEST 2007
I wrote:
> In this case, the object file produced by compiling arith.pyx
> needs to be linked against the object file produced by compiling
> somefile.c, either statically or dynamically.
Sorry, I got that wrong -- you DON'T need to link in that
case either.
Linking is only needed if you're using "public" instead
of "api" to make the connection.
--
Greg
More information about the Pyrex
mailing list