delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/06/29/10:34:37

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:reply-to:reply-to:to:message-id
:subject:mime-version:content-type:content-transfer-encoding
:references; q=dns; s=default; b=X2h7/he/oO3L0lbNVzr0h2GDS/q4qbJ
m/p7R831pr2Mt+I5dzQV5CK3lVBjxYaxR9DSHZ8xgzMjKb3tQZvZVKUUY4lMboe/
ZOgx5z1mMv6pyts+9VsYmb22zpwK0bJWJcR96F+LlEFWzCvX8c6eAbYIwubwKdl8
NDue5ELMrYFo=
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:reply-to:reply-to:to:message-id
:subject:mime-version:content-type:content-transfer-encoding
:references; s=default; bh=ZIefkVni7jEGKi/GP03y2ucPwho=; b=jPiSK
VYq6TsN5sa/bgHo2jYfIkjw9fgpGfe4o7h+4gUSFHgL0yQGtCBbkGAbcTKVOrgio
kHc42BaoCwDfwjGa/zMk9G8FbSM8+pmZXOdYnSju6WuZ+9KwwWbOtDLHe4lSWUXp
eo93ajDsvNJDwMasSIAt4PNw3bbFCNtNDrrU5g=
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.7 required=5.0 tests=AWL,BAYES_50,FORGED_MUA_MOZILLA,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FREEMAIL_REPLYTO_END_DIGIT,GIT_PATCH_2,KAM_ASCII_DIVIDERS,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=UD:kernel32.dll, KERNELBASE.dll, kernel32dll, 0x77ab0000
X-HELO: sonic312-23.consmr.mail.ne1.yahoo.com
Date: Thu, 29 Jun 2017 14:34:15 +0000 (UTC)
From: "Ian Lambert via cygwin" <cygwin AT cygwin DOT com>
Reply-To: Ian Lambert <ian DOT lambert_42 AT yahoo DOT com>
Reply-To: Ian Lambert <ian DOT lambert_42 AT yahoo DOT com>
To: <cygwin AT cygwin DOT com>, Wouter van Doorn <vandoornw AT gmail DOT com>
Message-ID: <1178410710.1402362.1498746855433@mail.yahoo.com>
Subject: Re: Compile/run problems on cygwin not solved by going to cygwin64
MIME-Version: 1.0
References: <1178410710 DOT 1402362 DOT 1498746855433 DOT ref AT mail DOT yahoo DOT com>
X-IsSubscribed: yes
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id v5TEYaie012483

--------------------------------------------
On Wed, 6/28/17, Wouter van Doorn <> wrote:

 Subject: Compile/run problems on cygwin not solved by going to cygwin64
 To: cygwin AT cygwin DOT com
 Date: Wednesday, June 28, 2017, 4:00 PM

 ==============================
 
 This is what ldd has to say about the
 linkage, and file about the whole:
 ==============================
 $ ldd hello.exe
         ntdll.dll
 => /cygdrive/c/Windows/SYSTEM32/ntdll.dll (0x77bd0000)
        
 kernel32.dll => /cygdrive/c/Windows/system32/kernel32.dll
 (0x77ab0000)
        
 KERNELBASE.dll =>
 /cygdrive/c/Windows/system32/KERNELBASE.dll
 (0x7fefda70000)
         cygwin1.dll
 => /usr/bin/cygwin1.dll (0x180040000)
 
 ==============================

For what it's worth, mine ("Enterprise") has a few more things.
Probably most are not needed add-ons for security, etc., but who knows.
Also, gdb run showed a few more Thread: lines; probably related.

        ntdll.dll => /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll (0x76f70000)
        kernel32.dll => /cygdrive/c/WINDOWS/system32/kernel32.dll (0x76e50000)
        KERNELBASE.dll => /cygdrive/c/WINDOWS/system32/KERNELBASE.dll (0x7fefcc90000)
        ADVAPI32.DLL => /cygdrive/c/WINDOWS/system32/ADVAPI32.DLL (0x7fefefa0000)
        msvcrt.dll => /cygdrive/c/WINDOWS/system32/msvcrt.dll (0x7fefe7e0000)
        sechost.dll => /cygdrive/c/WINDOWS/SYSTEM32/sechost.dll (0x7fefeea0000)
        RPCRT4.dll => /cygdrive/c/WINDOWS/system32/RPCRT4.dll (0x7fefd0c0000)
        SYSFER.DLL => /cygdrive/c/WINDOWS/System32/SYSFER.DLL (0x74950000)
        cygwin1.dll => /usr/bin/cygwin1.dll (0x180040000)

=====================================

-Wall (or -Wextra) "enables all the warnings..." (or even more warnings), 
according to "man gcc".



--
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