python on cygwin

Jason Tishler jason at tishler.net
Fri Apr 12 08:11:41 EDT 2002


Eric,

On Thu, Apr 11, 2002 at 08:26:22PM -0400, eric wrote:
> I read a few mails about a rebase solution at:
> 
>     http://sources.redhat.com/ml/cygwin/2001-12/msg00894.html
> 
> However, after building and running this on the percribed files, I get:
> 
> $ rebase -d -b 0x68000000 -o 0x10000 cygXpm-X4.dll ...
> [snip]
> cygXpm-X4.dll: new base = 67fe0000, new size = 20000
> cygXpm-noX4.dll: new base = 67fc0000, new size = 20000
> cygbz21.0.dll: new base = 67f90000, new size = 30000
> cygcrypto.dll: new base = 67ee0000, new size = b0000
> ReBaseImage() failed with last error = 2
> 
> Can anyone point out the error in my ways, or point me to a fix?

Replace the argument list above with the cyg*.dll files in *your*
/usr/bin.  The "last error = 2" error message is caused by a file not
found condition.  A later version of rebase displays better error messages
that make this more obvious.

See the following for more (possibly useful) information:

    http://www.zope.org/Members/dgeorgieff/howto_zope_cvs_on_cygwin/

Otherwise, just follow Michael's suggestion and build _socket statically.

I will try to release a pre-built 2.2.1 ASAP.

Jason





More information about the Python-list mailing list