| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
| :list-unsubscribe:list-subscribe:list-archive:list-post | |
| :list-help:sender:date:from:to:subject:message-id:references | |
| :mime-version:content-type:in-reply-to; q=dns; s=default; b=obn/ | |
| Vbw5ca0QKfqOtmp54eIbE2Krn5wRV5xz8XJG7nbjJWNvgXCGGZNbP8BwPzrwMDTh | |
| s9DDwPRi5P5PhUkeIEOnCw5EcLylqE2hEEWaE472YOtp5T/RckTIBSvwB+edwNR2 | |
| KWQXZM9UJ0QXWwfY22TbdO7bWSB8/iAwVs7F5gQ= | |
| DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
| :list-unsubscribe:list-subscribe:list-archive:list-post | |
| :list-help:sender:date:from:to:subject:message-id:references | |
| :mime-version:content-type:in-reply-to; s=default; bh=Xyr3GJwJSl | |
| XvBHVMN9PcOBg9pTg=; b=jWPeG/+yoH0r6TuA00Bhzy8dsBo2FK3m1sRuKe/x/B | |
| kkgjwUp/ptdVO1Zft06Uz1ZR5AshAyzaXCrTqyTfygovVQ7m5gpA7VjmMmQb1zKV | |
| fLf2xW2gm/vAO4MMUKbhhN3NSH7BKjWVJSrYiaRtsogbqP5wXdPnMbcKzW9Nnto4 | |
| o= | |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.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 |
| Authentication-Results: | sourceware.org; auth=none |
| X-Virus-Found: | No |
| X-Spam-SWARE-Status: | No, score=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=Tel, tel |
| X-HELO: | smtp02.belwue.de |
| Date: | Fri, 8 Jun 2018 15:30:17 +0200 |
| From: | Ulli Horlacher <framstag AT rus DOT uni-stuttgart DOT de> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: running self compiled 32 bit binary on 64 bit Windows? |
| Message-ID: | <20180608133017.GB20898@rus.uni-stuttgart.de> |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <20180606115005 DOT GA15015 AT rus DOT uni-stuttgart DOT de> <0F7D3B1B3C4B894D824F5B822E3E5A17787FB4BB AT IRSMSX102 DOT ger DOT corp DOT intel DOT com> <3110356010 DOT 20180606204945 AT yandex DOT ru> <540c62ab-2519-9f57-6565-d536d8b74ef2 AT gmail DOT com> <944481618 DOT 20180607010455 AT yandex DOT ru> |
| MIME-Version: | 1.0 |
| In-Reply-To: | <944481618.20180607010455@yandex.ru> |
| User-Agent: | Mutt/1.5.23 (2014-03-12) |
| X-IsSubscribed: | yes |
On Thu 2018-06-07 (01:04), Andrey Repin wrote:
> Then I'm at a loss to explain the behavior. If he ran ldd on the same system
> he had built it (and where it is running properly), then there's environmental
> conditions involved.
Windows 7 32 bit build system:
/sw/cygwin-7_32/jed-0.99-20_116/bin: uname -a
CYGWIN_NT-6.1-WOW windoof 2.10.0(0.325/5/3) 2018-02-02 15:21 i686 Cygwin
/sw/cygwin-7_32/jed-0.99-20_116/bin: ldd jed
ntdll.dll => /cygdrive/c/Windows/SysWOW64/ntdll.dll (0x76fb0000)
kernel32.dll => /cygdrive/c/Windows/syswow64/kernel32.dll (0x74af0000)
KERNELBASE.dll => /cygdrive/c/Windows/syswow64/KERNELBASE.dll (0x75860000)
cygslang-2.dll => /sw/cygwin-7_32/jed-0.99-20_116/bin/cygslang-2.dll (0x65400000)
cygwin1.dll => /usr/bin/cygwin1.dll (0x61000000)
cyggcc_s-1.dll => /usr/bin/cyggcc_s-1.dll (0x6f900000)
Transfered to Windows 8 32 bit:
/sw/cygwin-7_32/jed-0.99-20_116/bin: uname -a
CYGWIN_NT-6.3 W8-64 2.10.0(0.325/5/3) 2018-02-02 15:16 x86_64 Cygwin
/sw/cygwin-7_32/jed-0.99-20_116/bin: ldd jed
ntdll.dll => /cygdrive/c/Windows/SYSTEM32/ntdll.dll (0x7ff880fa0000)
??? => ??? (0x77320000)
wow64.dll => /cygdrive/c/Windows/SYSTEM32/wow64.dll (0x772d0000)
wow64win.dll => /cygdrive/c/Windows/system32/wow64win.dll (0x77260000)
wow64cpu.dll => /cygdrive/c/Windows/system32/wow64cpu.dll (0x77250000)
/sw/cygwin-7_32/jed-0.99-20_116/bin: ll /usr/bin/cygwin1.dll
-rwxr-xr-x admin None 3,195,569 2018-02-02 15:18:49 /usr/bin/cygwin1.dll
--
Ullrich Horlacher Server und Virtualisierung
Rechenzentrum TIK
Universitaet Stuttgart E-Mail: horlacher AT tik DOT uni-stuttgart DOT de
Allmandring 30a Tel: ++49-711-68565868
70569 Stuttgart (Germany) WWW: http://www.tik.uni-stuttgart.de/
REF:<944481618 DOT 20180607010455 AT yandex DOT ru>
--
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |