From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 114503 invoked by alias); 6 Jun 2018 20:26:05 -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 112747 invoked by uid 89); 6 Jun 2018 20:26:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=pipes, overcome X-HELO: mail-io0-f175.google.com Received: from mail-io0-f175.google.com (HELO mail-io0-f175.google.com) (209.85.223.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 06 Jun 2018 20:26:01 +0000 Received: by mail-io0-f175.google.com with SMTP id s26-v6so9159667ioj.4 for ; Wed, 06 Jun 2018 13:26:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:reply-to:from:openpgp :autocrypt:message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=NWDQ6FHQID2R4y7WWpyQWrTFORCpglcLVCtJC7QKvBc=; b=UYTrucnB2s1nIqbJ5K1RXOMYRvbeNjREfZ39llrIwYFFVr28bOdLVeBMId4ioBXgRD ODQ5tZW14ElLb0VDtQIFgiRXRGV3sSooGjf4QYKYc+bK+E4EPm6YhZYSIImxaS4updQ2 HweIAclBG9EkCBikzYbVKe4JRjDo4TtnKpxcuGASzdWrfPoenhv8HiyNZMBtTKkr5tw7 BkmZilZEFtWqEAw6Vgi3+j26ELLQiV+rfCzNkpNO1mkA8KsAuLOW813G3/roKYyoC2to Mg2ROelUsCJUetfWiJ6byGl4DjvCeydYm5k7J5IJnoKxcHuK3D6lHoNCxVixuhZb4Ucl Ynhw== X-Gm-Message-State: APt69E2fUPRoTm3AqqMqiiEDgZh+ZclbFkIrT4dzQinTTNCSIY1KHKTA o4cTO5lhPKe1FYcsxgy8Qu3/YA== X-Google-Smtp-Source: ADUXVKI0opsj1b46TgVkbiVcr3ywGPIBGPmeUMe3H4v0BgNYCid/tqigWGXBpPU14iApR966DCOhkw== X-Received: by 2002:a6b:e704:: with SMTP id b4-v6mr4628967ioh.239.1528316759416; Wed, 06 Jun 2018 13:25:59 -0700 (PDT) Received: from [192.168.0.19] ([50.4.50.42]) by smtp.gmail.com with ESMTPSA id b128-v6sm2314050itb.3.2018.06.06.13.25.58 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 06 Jun 2018 13:25:58 -0700 (PDT) Subject: Re: running self compiled 32 bit binary on 64 bit Windows? To: cygwin@cygwin.com References: <20180606115005.GA15015@rus.uni-stuttgart.de> <0F7D3B1B3C4B894D824F5B822E3E5A17787FB4BB@IRSMSX102.ger.corp.intel.com> <3110356010.20180606204945@yandex.ru> Reply-To: cygwin@cygwin.com From: cyg Simple Openpgp: preference=signencrypt Message-ID: <540c62ab-2519-9f57-6565-d536d8b74ef2@gmail.com> Date: Wed, 06 Jun 2018 20:26:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <3110356010.20180606204945@yandex.ru> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2018-06/txt/msg00075.txt.bz2 On 6/6/2018 1:49 PM, Andrey Repin wrote: > Greetings, Soegtrop, Michael! > >> Dear Ulli, > >> for MinGW (your ldd dump didn't include Cygwin dlls, so I assume you are >> doing MinGW builds) > > It did not include cygwin1.dll because he ran ldd on a system, where that > library was missing. May be you are right and he compiled it using > cross-compiler. > Andrey, as I read the mail Ulli sent he showed that he was using Cygwin so why wouldn't cygwin1.dll be shown if the app required it? I often run non-cygwin apps in Cygwin and if there is a problem the pipes just don't get flushed correctly to display the data. To overcome this I start a cmd.exe window from my Cygwin shell, this leaves the environment set for the cmd.exe process. I then run the problem app and find the issue easily. -- cyg Simple -- 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