handling Struct and global function for C module
Fredrik Lundh
fredrik at pythonware.com
Mon Aug 18 15:43:34 EDT 2008
Anish Chapagain wrote:
> but while running setup.py build with distutils it's showing error as
>
> _ex.o: In function 'init_arguments':
> _ex.c :89: undefined reference to _TLM_read_model
> _ex.c :95: undefined reference to _TLM_set_tag
>
> for all the global function declared within .h file and the calling
> method from .c file,
your code doesn't match the error messages, and doesn't seem to be a
Python extension at all. are you sure you posted this to the right
newsgroup?
</F>
More information about the Python-list
mailing list