Re: handling Struct and global function for C module

2008-08-18 Thread Anish Chapagain
On Aug 18, 8:43 pm, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > 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 refere

Re: handling Struct and global function for C module

2008-08-18 Thread Fredrik Lundh
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