problem with static linking

Konrad Hinsen hinsen at cnrs-orleans.fr
Mon Jun 7 04:31:17 EDT 1999


Xiaohong Yuan <xhyuan at oe.fau.edu> writes:

> 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?

Why do you need the external declaration? Where is this external variable
ultimately defined?
-- 
-------------------------------------------------------------------------------
Konrad Hinsen                            | E-Mail: hinsen at cnrs-orleans.fr
Centre de Biophysique Moleculaire (CNRS) | Tel.: +33-2.38.25.55.69
Rue Charles Sadron                       | Fax:  +33-2.38.63.15.17
45071 Orleans Cedex 2                    | Deutsch/Esperanto/English/
France                                   | Nederlands/Francais
-------------------------------------------------------------------------------




More information about the Python-list mailing list