Re: SWIG problems with gcc and Cygwin?

2006-06-27 Thread Steve Holden
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

Re: SWIG problems with gcc and Cygwin?

2006-06-27 Thread Norman Vine
Michael Yanowitzwrote I am just trying out SWIG, but quickly ran into problems. Using Cygwin gcc, I tried the following: 3)ran in cygwin: swig -i python example.i try 'swig -python example.i' 4)Attempted to run on cygwin: ld -shared example.o example_wrap.o -o _example.so

RE: SWIG problems with gcc and Cygwin?

2006-06-27 Thread Michael Yanowitz
problems with gcc and Cygwin? Michael Yanowitzwrote I am just trying out SWIG, but quickly ran into problems. Using Cygwin gcc, I tried the following: 3)ran in cygwin: swig -i python example.i try 'swig -python example.i' 4)Attempted to run on cygwin: ld -shared example.o example_wrap.o -o

RE: SWIG problems with gcc and Cygwin?

2006-06-26 Thread Michael Yanowitz
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++

Re: SWIG problems with gcc and Cygwin?

2006-06-26 Thread Istvan Albert
Michael Yanowitz wrote: 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? SWIG will work with the windows and cygwin python, just make sure you don't mix the various platforms.