From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102643 invoked by alias); 8 Jun 2018 13:42:53 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 102522 invoked by uid 89); 8 Jun 2018 13:42:53 -0000 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 Received: from smtp02.belwue.de (HELO smtp02.belwue.de) (129.143.71.87) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 08 Jun 2018 13:42:51 +0000 Received: from fex.rus.uni-stuttgart.de (fex.rus.uni-stuttgart.de [129.69.1.129]) by smtp02.belwue.de (Postfix) with SMTP id AB6CE585C for ; Fri, 8 Jun 2018 15:42:48 +0200 (MEST) Date: Fri, 08 Jun 2018 13:42:00 -0000 From: Ulli Horlacher To: cygwin@cygwin.com Subject: Re: running self compiled 32 bit binary on 64 bit Windows? Message-ID: <20180608134248.GC20898@rus.uni-stuttgart.de> Mail-Followup-To: cygwin@cygwin.com References: <20180606115005.GA15015@rus.uni-stuttgart.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2018-06/txt/msg00093.txt.bz2 On Wed 2018-06-06 (16:12), cyg Simple wrote: > > On Windows 7 32 bit I have compiled some binaries by myself. > > Help us help you by giving us how you compiled these and with what set > of tools. jed comes with a BIG makefile. When I start it, it outputs: /sw/src/jed-0.99.20-116: make cd src; make jed make[1]: Entering directory '/sw/src/jed-0.99.20-116/src' gcc -O -I/sw/cygwin-7_32/slang-2.3.1-88/include -L/sw/cygwin-7_32/slang-2.3.1-88/lib -DSLANG_DLL=1 -Dunix -DJED -I/sw/cygwin-7_32/slang-2.3.1-88/include /sw/src/jed-0.99.20-116/src/chkslang.c -o /sw/src/jed-0.99.20-116/src/objs/chkslang -L/sw/cygwin-7_32/slang-2.3.1-88/lib -lslang -lutil -lm -ldl if /sw/src/jed-0.99.20-116/src/objs/chkslang jed 20203 ;\ then exit 0; else rm -f /sw/src/jed-0.99.20-116/src/objs/chkslang; exit 1; fi cd /sw/src/jed-0.99.20-116/src/objs; gcc -c -O -I/sw/cygwin-7_32/slang-2.3.1-88/include -L/sw/cygwin-7_32/slang-2.3.1-88/lib -DSLANG_DLL=1 -Dunix -DJED -I/sw/cygwin-7_32/slang-2.3.1-88/include /sw/src/jed-0.99.20-116/src/buffer.c (...) > > I can run them there but not on a Windows 8 64 bit: no (error) message, > > nothing happens. > > > > In what shell are you running these (Cygwin bash, cmd.exe, etc)? Cygwin bash > What happens if you use cmd.exe? Currently I cannot run cmd.exe, it crashes. Maybe there is the problem? > > admin@WIN-7T5P92ALEEB:/sw/cygwin-7_32/jed-0.99-20_116/bin: uname -a > > CYGWIN_NT-6.3 WIN-7T5P92ALEEB 2.10.0(0.325/5/3) 2018-02-02 15:16 x86_64 Cygwin > > > > admin@WIN-7T5P92ALEEB:/sw/cygwin-7_32/jed-0.99-20_116/bin: ll jed > > -rwxr-xr-x admin None 480,235 2018-04-10 11:58:59 jed > > > > admin@WIN-7T5P92ALEEB:/sw/cygwin-7_32/jed-0.99-20_116/bin: file jed > > jed: PE32 executable (console) Intel 80386, for MS Windows > > > > admin@WIN-7T5P92ALEEB:/sw/cygwin-7_32/jed-0.99-20_116/bin: ldd jed > > ntdll.dll => /cygdrive/c/Windows/SYSTEM32/ntdll.dll (0x7ffe0e520000) > > ??? => ??? (0x77330000) > > 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 (0x77320000) > > > > No mention of Cygwin in this list so you must have used a non-cygwin > tool to build the package. No, I have used cygwin gcc, I have no other compilers! > Try: > cmd /c start cmd A windows pops up and immediatelly closes. -- Ullrich Horlacher Server und Virtualisierung Rechenzentrum TIK Universitaet Stuttgart E-Mail: horlacher@tik.uni-stuttgart.de Allmandring 30a Tel: ++49-711-68565868 70569 Stuttgart (Germany) WWW: http://www.tik.uni-stuttgart.de/ REF: -- 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