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:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=yLN4M0xoHvulXPyNwd+HFPLSaTjra 1AanVt+mH57hURjHDBoLbP5UvLRI9+ep1pAoyjPqIpMj8Zoo8HO73IpbsaAOqAHm iaBmeRcFnwSMoOYl1mbJtGcWREu6sSDMmHFr7PvIHm8GF4Uin8n+jpo3gkUx/R7p Ij7XKdENNdYBws= 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:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=xIh24+iJs+bz/yFsLaYxUXChez0=; b=WLA F2yCyFcA2EULn1SH7fDMNh7eO3hRJdZXEf8FiK/cmj/AX6YI5ihJCFHSGM11Cakk 64uSX9tkCQW479dnnRLuGDRtYsB++wR+uVEvuLTRH1NTLk4eJRfuqOnQA7hSM2Dj 0PcldBtRmJdaP0QqCbCaBWbhmCBX5KY1XoMar8DI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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=-1.6 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,NO_RELAYS autolearn=no version=3.3.2 X-HELO: mail-qa0-f54.google.com X-Received: by 10.224.37.72 with SMTP id w8mr9014160qad.32.1377678090484; Wed, 28 Aug 2013 01:21:30 -0700 (PDT) MIME-Version: 1.0 From: Vasili Galka Date: Wed, 28 Aug 2013 11:20:50 +0300 Message-ID: Subject: liblto_plugin.so not found under cygwin64 while works under cygwin32 To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Hi, I have a problem of things behaving unexpectedly differently under Cygwin32 and Cygwin64. I would appreciate some advice as how to debug it. The scenario (run separately on two installations - Cygwin32 and Cygwin64): 1. I compile GCC 4.8.1 cross compiler for ARM under Cygwin using exactly the same "configure ...", "make" and "make install" commands (AFAIU this results in x86 and x86_64 host versions respectively). 2. When I use the Cygwin32 version for my project everything works fine. 3. But when I use the Cygwin64 version I get the following linking error "arm-none-eabi-g++ : fatal error : -fuse-linker-plugin, but liblto_plugin.so not found" 4. Both installations have the following files present: /usr/arm-none-eabi/libexec/gcc/arm-none-eabi/4.8.1/cc1.exe /usr/arm-none-eabi/libexec/gcc/arm-none-eabi/4.8.1/cc1plus.exe /usr/arm-none-eabi/libexec/gcc/arm-none-eabi/4.8.1/collect2.exe /usr/arm-none-eabi/libexec/gcc/arm-none-eabi/4.8.1/cyglto_plugin-0.dll /usr/arm-none-eabi/libexec/gcc/arm-none-eabi/4.8.1/install-tools /usr/arm-none-eabi/libexec/gcc/arm-none-eabi/4.8.1/liblto_plugin.dll.a /usr/arm-none-eabi/libexec/gcc/arm-none-eabi/4.8.1/liblto_plugin.la /usr/arm-none-eabi/libexec/gcc/arm-none-eabi/4.8.1/lto-wrapper.exe /usr/arm-none-eabi/libexec/gcc/arm-none-eabi/4.8.1/lto1.exe Any advice? Many thanks, Vasili -- 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