Hellooooooooo !! > i see. a closer look into module_list.py reveals that the c/cc code is > just added to cython autogenerated code. urghs. is this what you > tried/want to do?
At first yes, but it seems that Cython does something to the C function before using them, and that this interferes with c++ multiversionning which has the same purpose : functions have several definitions in the .cc file, and at runtime the most adapted to the current architecture is the only one that will be used. That's just guessing, as all I can get is a Segfault :-/ > if yourfile.cc contains the implementation, you probably want to add a > header with just the prototypes, and cdef from there (but i'm not so > totally sure about what cython/distutils will do with it -- cross your > fingers properly). Yep. But that's how I get my segfault, unfortunately :-/ I'll resume the fight :-P Nathann -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/groups/opt_out.
