[Numpy-discussion] compiling c extension
Lou Pecora
lou_boog2000@yahoo....
Mon Jan 21 11:03:29 CST 2008
Did you include arrayobject.h and call import_array()
in the initialization function, after the call to
Py_InitModule() ?
--- Danny Chan <chan_dhf@yahoo.de> wrote:
> Hi!
> I am trying to compile a c extension that uses numpy
> arrays on windows. I can compile the extension file,
> but once I get to the linking stage I get unresolved
> references to PyArray_API and import_array. Can
> anyone help me with the correct linker flags?
>
> Thanks, Danny
[cut]
> more undefined references to `PyArray_API' follow
>
build\temp.win32-2.5\Release\.\python\libaid_wrap.o:libaid_wrap.c:(.text+0xc216):
> undefined reference to `import_array'
> collect2: ld returned 1 exit status
> error: command 'gcc' failed with exit status 1
-- Lou Pecora, my views are my own.
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping
More information about the Numpy-discussion
mailing list