delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2010/09/16/16:09:33

X-Recipient: archive-cygwin AT delorie DOT com
X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <AANLkTi=4W89oYwR5D+G-scouZXof5EhxJhONyAJGCqGi@mail.gmail.com>
References: <AANLkTin7p83cXtmpEkNruTQPPM_5swh=_6U-Od3wH6Bc AT mail DOT gmail DOT com> <AANLkTiko81Fw_vjib__K3-y6VbwCFrG=n_KMHOCjYCNY AT mail DOT gmail DOT com> <4C92746C DOT 5080809 AT x-ray DOT at> <AANLkTi=4W89oYwR5D+G-scouZXof5EhxJhONyAJGCqGi AT mail DOT gmail DOT com>
Date: Thu, 16 Sep 2010 22:09:11 +0200
Message-ID: <AANLkTi=bG2S2ZkJ-p-WWHhFM9RwY7P25MA35boA7Sf20@mail.gmail.com>
Subject: Re: Cygwin + Python: unable to remap
From: Al <oss DOT elmar AT googlemail DOT com>
To: cygwin AT cygwin DOT com
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

To compare both:

>> Everything below 0x60000000 should be suspicious:
>> =A0ldd /bin/python.exe
>
> prefix AT Alder ~ $ ldd ~/gentoo/usr/bin/python2.6.exe
> =A0 =A0 =A0 =A0ntdll.dll =3D> /cygdrive/c/Windows/system32/ntdll.dll (0x7=
7960000)
> =A0 =A0 =A0 =A0kernel32.dll =3D> /cygdrive/c/Windows/system32/kernel32.dl=
l (0x77880000)
> =A0 =A0 =A0 =A0cygwin1.dll =3D> /usr/bin/cygwin1.dll (0x61000000)
> =A0 =A0 =A0 =A0ADVAPI32.DLL =3D> /cygdrive/c/Windows/system32/ADVAPI32.DL=
L (0x76030000)
> =A0 =A0 =A0 =A0RPCRT4.dll =3D> /cygdrive/c/Windows/system32/RPCRT4.dll (0=
x77290000)
> =A0 =A0 =A0 =A0libpython2.6.dll =3D>
> /home/prefix/gentoo/usr/bin/libpython2.6.dll (0x67cc0000)
> =A0 =A0 =A0 =A0Secur32.dll =3D> /cygdrive/c/Windows/system32/Secur32.dll =
(0x75ea0000)

prefix AT Alder ~ $ ldd /usr/bin/python.exe
        ntdll.dll =3D> /cygdrive/c/Windows/system32/ntdll.dll (0x77960000)
        kernel32.dll =3D> /cygdrive/c/Windows/system32/kernel32.dll (0x7788=
0000)
        cygwin1.dll =3D> /usr/bin/cygwin1.dll (0x61000000)
        ADVAPI32.DLL =3D> /cygdrive/c/Windows/system32/ADVAPI32.DLL (0x7603=
0000)
        RPCRT4.dll =3D> /cygdrive/c/Windows/system32/RPCRT4.dll (0x77290000)
        cyggcc_s-1.dll =3D> /usr/bin/cyggcc_s-1.dll (0x6fc10000)
        libpython2.6.dll =3D> /usr/bin/libpython2.6.dll (0x6ddb0000)
        Secur32.dll =3D> /cygdrive/c/Windows/system32/Secur32.dll (0x75ea00=
00)

>>
>> =A0ldd /bin/bash
>
> prefix AT Alder ~ $ ldd ~/gentoo/bin/bash.exe
> =A0 =A0 =A0 =A0ntdll.dll =3D> /cygdrive/c/Windows/system32/ntdll.dll (0x7=
7960000)
> =A0 =A0 =A0 =A0kernel32.dll =3D> /cygdrive/c/Windows/system32/kernel32.dl=
l (0x77880000)
> =A0 =A0 =A0 =A0cygncurses5.dll =3D> /home/prefix/gentoo/usr/bin/cygncurse=
s5.dll
> (0x10000000)
> =A0 =A0 =A0 =A0cygwin1.dll =3D> /usr/bin/cygwin1.dll (0x61000000)
> =A0 =A0 =A0 =A0ADVAPI32.DLL =3D> /cygdrive/c/Windows/system32/ADVAPI32.DL=
L (0x76030000)
> =A0 =A0 =A0 =A0RPCRT4.dll =3D> /cygdrive/c/Windows/system32/RPCRT4.dll (0=
x77290000)
> =A0 =A0 =A0 =A0USER32.dll =3D> /cygdrive/c/Windows/system32/USER32.dll (0=
x775a0000)
> =A0 =A0 =A0 =A0GDI32.dll =3D> /cygdrive/c/Windows/system32/GDI32.dll (0x7=
6100000)
> =A0 =A0 =A0 =A0Secur32.dll =3D> /cygdrive/c/Windows/system32/Secur32.dll =
(0x75ea0000)
> =A0 =A0 =A0 =A0IMM32.DLL =3D> /cygdrive/c/Windows/system32/IMM32.DLL (0x7=
6010000)
> =A0 =A0 =A0 =A0MSCTF.dll =3D> /cygdrive/c/Windows/system32/MSCTF.dll (0x7=
7030000)
> =A0 =A0 =A0 =A0msvcrt.dll =3D> /cygdrive/c/Windows/system32/msvcrt.dll (0=
x77ab0000)
> =A0 =A0 =A0 =A0LPK.DLL =3D> /cygdrive/c/Windows/system32/LPK.DLL (0x76c60=
000)
> =A0 =A0 =A0 =A0USP10.dll =3D> /cygdrive/c/Windows/system32/USP10.dll (0x7=
7210000)
>

prefix AT Alder ~ $ ldd /bin/bash.exe
        ntdll.dll =3D> /cygdrive/c/Windows/system32/ntdll.dll (0x77960000)
        kernel32.dll =3D> /cygdrive/c/Windows/system32/kernel32.dll (0x7788=
0000)
        cyggcc_s-1.dll =3D> /usr/bin/cyggcc_s-1.dll (0x6fc10000)
        cygwin1.dll =3D> /usr/bin/cygwin1.dll (0x61000000)
        ADVAPI32.DLL =3D> /cygdrive/c/Windows/system32/ADVAPI32.DLL (0x7603=
0000)
        RPCRT4.dll =3D> /cygdrive/c/Windows/system32/RPCRT4.dll (0x77290000)
        cygintl-8.dll =3D> /usr/bin/cygintl-8.dll (0x6f970000)
        cygiconv-2.dll =3D> /usr/bin/cygiconv-2.dll (0x6fa00000)
        cygreadline7.dll =3D> /usr/bin/cygreadline7.dll (0x6caa0000)
        cygncurses-9.dll =3D> /usr/bin/cygncurses-9.dll (0x6f690000)
        USER32.dll =3D> /cygdrive/c/Windows/system32/USER32.dll (0x775a0000)
        GDI32.dll =3D> /cygdrive/c/Windows/system32/GDI32.dll (0x76100000)
        Secur32.dll =3D> /cygdrive/c/Windows/system32/Secur32.dll (0x75ea00=
00)
        IMM32.DLL =3D> /cygdrive/c/Windows/system32/IMM32.DLL (0x76010000)
        MSCTF.dll =3D> /cygdrive/c/Windows/system32/MSCTF.dll (0x77030000)
        msvcrt.dll =3D> /cygdrive/c/Windows/system32/msvcrt.dll (0x77ab0000)
        LPK.DLL =3D> /cygdrive/c/Windows/system32/LPK.DLL (0x76c60000)
        USP10.dll =3D> /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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019