problem with static linking

Xiaohong Yuan xhyuan at oe.fau.edu
Wed Jun 2 20:16:42 EDT 1999


I am working on Python c extensions on QNX. Since QNX doesn't support
dynamic linking. I have to link my c extension module staticly with python
interpreter. But in my c extension module, I have external variable
declaration, which makes it fail to be linked with Python interpreter.
There must be some way to solve this, could anybody help me with this?

Thank you very much.

Xiaohong Yuan





More information about the Python-list mailing list