This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cygwin + Python: unable to remap


To compare both:

>> Everything below 0x60000000 should be suspicious:
>> ?ldd /bin/python.exe
>
> prefix@Alder ~ $ ldd ~/gentoo/usr/bin/python2.6.exe
> ? ? ? ?ntdll.dll => /cygdrive/c/Windows/system32/ntdll.dll (0x77960000)
> ? ? ? ?kernel32.dll => /cygdrive/c/Windows/system32/kernel32.dll (0x77880000)
> ? ? ? ?cygwin1.dll => /usr/bin/cygwin1.dll (0x61000000)
> ? ? ? ?ADVAPI32.DLL => /cygdrive/c/Windows/system32/ADVAPI32.DLL (0x76030000)
> ? ? ? ?RPCRT4.dll => /cygdrive/c/Windows/system32/RPCRT4.dll (0x77290000)
> ? ? ? ?libpython2.6.dll =>
> /home/prefix/gentoo/usr/bin/libpython2.6.dll (0x67cc0000)
> ? ? ? ?Secur32.dll => /cygdrive/c/Windows/system32/Secur32.dll (0x75ea0000)

prefix@Alder ~ $ ldd /usr/bin/python.exe
        ntdll.dll => /cygdrive/c/Windows/system32/ntdll.dll (0x77960000)
        kernel32.dll => /cygdrive/c/Windows/system32/kernel32.dll (0x77880000)
        cygwin1.dll => /usr/bin/cygwin1.dll (0x61000000)
        ADVAPI32.DLL => /cygdrive/c/Windows/system32/ADVAPI32.DLL (0x76030000)
        RPCRT4.dll => /cygdrive/c/Windows/system32/RPCRT4.dll (0x77290000)
        cyggcc_s-1.dll => /usr/bin/cyggcc_s-1.dll (0x6fc10000)
        libpython2.6.dll => /usr/bin/libpython2.6.dll (0x6ddb0000)
        Secur32.dll => /cygdrive/c/Windows/system32/Secur32.dll (0x75ea0000)

>>
>> ?ldd /bin/bash
>
> prefix@Alder ~ $ ldd ~/gentoo/bin/bash.exe
> ? ? ? ?ntdll.dll => /cygdrive/c/Windows/system32/ntdll.dll (0x77960000)
> ? ? ? ?kernel32.dll => /cygdrive/c/Windows/system32/kernel32.dll (0x77880000)
> ? ? ? ?cygncurses5.dll => /home/prefix/gentoo/usr/bin/cygncurses5.dll
> (0x10000000)
> ? ? ? ?cygwin1.dll => /usr/bin/cygwin1.dll (0x61000000)
> ? ? ? ?ADVAPI32.DLL => /cygdrive/c/Windows/system32/ADVAPI32.DLL (0x76030000)
> ? ? ? ?RPCRT4.dll => /cygdrive/c/Windows/system32/RPCRT4.dll (0x77290000)
> ? ? ? ?USER32.dll => /cygdrive/c/Windows/system32/USER32.dll (0x775a0000)
> ? ? ? ?GDI32.dll => /cygdrive/c/Windows/system32/GDI32.dll (0x76100000)
> ? ? ? ?Secur32.dll => /cygdrive/c/Windows/system32/Secur32.dll (0x75ea0000)
> ? ? ? ?IMM32.DLL => /cygdrive/c/Windows/system32/IMM32.DLL (0x76010000)
> ? ? ? ?MSCTF.dll => /cygdrive/c/Windows/system32/MSCTF.dll (0x77030000)
> ? ? ? ?msvcrt.dll => /cygdrive/c/Windows/system32/msvcrt.dll (0x77ab0000)
> ? ? ? ?LPK.DLL => /cygdrive/c/Windows/system32/LPK.DLL (0x76c60000)
> ? ? ? ?USP10.dll => /cygdrive/c/Windows/system32/USP10.dll (0x77210000)
>

prefix@Alder ~ $ ldd /bin/bash.exe
        ntdll.dll => /cygdrive/c/Windows/system32/ntdll.dll (0x77960000)
        kernel32.dll => /cygdrive/c/Windows/system32/kernel32.dll (0x77880000)
        cyggcc_s-1.dll => /usr/bin/cyggcc_s-1.dll (0x6fc10000)
        cygwin1.dll => /usr/bin/cygwin1.dll (0x61000000)
        ADVAPI32.DLL => /cygdrive/c/Windows/system32/ADVAPI32.DLL (0x76030000)
        RPCRT4.dll => /cygdrive/c/Windows/system32/RPCRT4.dll (0x77290000)
        cygintl-8.dll => /usr/bin/cygintl-8.dll (0x6f970000)
        cygiconv-2.dll => /usr/bin/cygiconv-2.dll (0x6fa00000)
        cygreadline7.dll => /usr/bin/cygreadline7.dll (0x6caa0000)
        cygncurses-9.dll => /usr/bin/cygncurses-9.dll (0x6f690000)
        USER32.dll => /cygdrive/c/Windows/system32/USER32.dll (0x775a0000)
        GDI32.dll => /cygdrive/c/Windows/system32/GDI32.dll (0x76100000)
        Secur32.dll => /cygdrive/c/Windows/system32/Secur32.dll (0x75ea0000)
        IMM32.DLL => /cygdrive/c/Windows/system32/IMM32.DLL (0x76010000)
        MSCTF.dll => /cygdrive/c/Windows/system32/MSCTF.dll (0x77030000)
        msvcrt.dll => /cygdrive/c/Windows/system32/msvcrt.dll (0x77ab0000)
        LPK.DLL => /cygdrive/c/Windows/system32/LPK.DLL (0x76c60000)
        USP10.dll => /cygdrive/c/Windows/system32/USP10.dll (0x77210000)

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]