From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105406 invoked by alias); 1 Jul 2017 06:46:48 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 105145 invoked by uid 89); 1 Jul 2017 06:46:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=esteemed, banner, Esteemed, pulling X-HELO: mail-wm0-f49.google.com Received: from mail-wm0-f49.google.com (HELO mail-wm0-f49.google.com) (74.125.82.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 01 Jul 2017 06:46:16 +0000 Received: by mail-wm0-f49.google.com with SMTP id 62so126649595wmw.1 for ; Fri, 30 Jun 2017 23:46:05 -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:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=tbbjOUwvyihX1ulPzWvHln7pDvV5QUOLCcZ6bveBvfI=; b=aNNXtbGkgNkGYFRLCN+WXy2HcQNNt5xd3t7eyW+SATFTthMpPBkOiOCakH+ZsjhLcE BRhpE1ZDKUuKtW2cucuOe89s1GrqGlmUsuNnlFyXhrmX7/+QfUQW6tf974OayvudYQ56 axduucNd/K7FbrU5nTs39CFk9hzkyoAPEiEQoJZ+ZoXkn0W1bLcoePn3NQNlZzd2wGPr JP6PqN6zEtOAgdqf/cwOd1nWOiOEXq0z6he12qoxoFMgmil887AvspQ4+oPH7sDwKQpi YaTjpUwm1SuVUTPSdp9Ab4zwfG8qcAU+9UaImLSRpXaXr+vAJaHEKZ9JnrRNsWcdMvCJ KcbA== X-Gm-Message-State: AKS2vOwoWqvRuEkKaUv8ZybITEVhNe46ExWXCBRsSjlZy6PE0v01WD7X dGvEshcItIEasQf2 X-Received: by 10.28.214.133 with SMTP id n127mr8355057wmg.16.1498891563589; Fri, 30 Jun 2017 23:46:03 -0700 (PDT) Received: from [192.168.2.108] (p4FDB39C7.dip0.t-ipconnect.de. [79.219.57.199]) by smtp.googlemail.com with ESMTPSA id v96sm7870583wrc.53.2017.06.30.23.46.02 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 30 Jun 2017 23:46:02 -0700 (PDT) Subject: Re: libtool not finding /usr/lib/libintl.la or what? To: cygwin-apps@cygwin.com References: From: Marco Atzeri Message-ID: Date: Sat, 01 Jul 2017 06:46:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg00003.txt.bz2 On 01/07/2017 07:47, Mark Geisert wrote: > Esteemed co-conspirators, > I've been pulling my hair out trying to build a new cygutils package on > 32-bit Cygwin. The exact same source package builds fine on 64-bit but > 32-bit fails with the following... > > CC src/ipc/semstat.o > CXX src/cygdrop/src_cygdrop_cygdrop-cygdrop.o > CCLD src/cygicons/libicons.la > CCLD src/banner/banner.exe > libtool: error: cannot find the library '/usr/lib/libintl.la' or > unhandled argument '/usr/lib/libintl.la' it is pulled by /usr/lib/libpopt.la. try $ cd /usr/lib $ mv libpopt.la libpopt.la_bk and run again make in build make[2]: Entering directory '/cygdrive/e/cyg_pub/temp/cygutils-1.4.15-2.src/cygutils-1.4.15-2.i686/build' CCLD src/banner/banner.exe CCLD src/clip/getclip.exe CCLD src/clip/putclip.exe CCLD src/cygstart/cygstart.exe CXXLD src/lpr/lpr.exe CCLD src/mkshortcut/mkshortcut.exe CCLD src/readshortcut/readshortcut.exe CCLD src/winln/winln.exe CCLD src/conv/conv.exe CCLD src/dump/dump.exe CCLD src/ipc/semtool.exe CCLD src/ipc/shmtool.exe CCLD src/ipc/msgtool.exe CCLD src/ipc/semstat.exe CXXLD src/cygdrop/cygdrop.exe make[2]: Leaving directory '/cygdrive/e/cyg_pub/temp/cygutils-1.4.15-2.src/cygutils-1.4.15-2.i686/build' make[1]: Leaving directory '/cygdrive/e/cyg_pub/temp/cygutils-1.4.15-2.src/cygutils-1.4.15-2.i686/build'