SWIG problems with gcc and Cygwin?
Steve Holden
steve at holdenweb.com
Tue Jun 27 02:55:21 EDT 2006
Michael Yanowitz wrote:
> No response yet. The SWIG test works fine in Linux no problems.
> However, I still have the problem in Cygwin.
> Also, not sure if related but I do have a win32 Python 2.4.3 and
> Cygwin Python 2.4.1. Not sure if there are any conflicts. Any advice
> in making these two co-exist?
> The only C/C++ compiler I have presently is Cygwin gcc.
>
I wouldn't claim to be an expert but it looks like you are missing
libraries. Shouldn't you at least be loading -l c to get functions
defined in libc?
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Love me, love my blog http://holdenweb.blogspot.com
Recent Ramblings http://del.icio.us/steve.holden
More information about the Python-list
mailing list