Going through the tutorial on http://swig.org, I created the example files
(pasted below). After generating the _wrap file, I tried compiling (using
mingw32) and received a lot of undefined reference compiler errors:
..\build\temp.win32-2.5\Release\example_wrap.o:example_wrap.c:(.text+0x670f):
u
OS: Vista
Python 2.5.2.2 (ActiveState Software Installation)
Running latest Cygwin release
The error generated is pasted below - please help.
- Luis
***
I'm attempting to build a project (FANN libraries) using cygwin (to avoid
installing MSVC 2003) and am re