Just a suggestion: SWIG probably needs recompilation!?

2003-03-28 Thread "Schnörr, Claudius Dr."
Hello, after installation of the newest cygwin release I cannot make a small swig-program example which worked before. I am not sure what of the many reinstalled cygwin components is responsible for that, but I suppose that you test it and recompile it in the case of need. Here is the error mess

AW: Q: python compiled with gcc-3.2?

2002-11-06 Thread "Schnörr, Claudius Dr."
Hello Pavel, great! This is the solution. Now I can proceed with my work. Thanks to all who led me to this solution, and sorry for assuming problems at wrong places at first. Claudius - This Mail has been checked for Viruses Attention:

Re: Re: Q: python compiled with gcc-3.2?

2002-11-06 Thread "Schnörr, Claudius Dr."
Hello Norman, that sounds interesting! 1) First the versions of the used tools: gcc, swig, python: @PC169/.../simple$ gcc -v Reading specs from /bin/../lib/gcc-lib/i686-pc-cygwin/3.2/specs Configured with: /netrel/src/gcc-3.2-1/configure -

Q: python compiled with gcc-3.2?

2002-11-05 Thread "Schnörr, Claudius Dr."
Hello, I migrated my software to gcc-3.2.1. Now I wish to build a dynamic module for python in cygwin, which is compiled with gcc-2.95. Since object code is not compatible between the two gcc-versions, I would like to know whether a python-build for gcc-3.2 is available or when it is supposed to

Q: DLLs and LD_LIBRARY_PATH

2002-10-31 Thread "Schnörr, Claudius Dr."
Hello, I try to build some libraries, which in turn create *.so shared libraries. According to my tests, - names of shared libraries under cygwin have to end in .dll, - the LD_LIBRARY_PATH is not searched for .dlls Is this correct? Are there some workarounds to configure cygwin to behave like a