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:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=poz gV/Sk8y/2OOj5WTj2ggcLwiqxOcFXw6wliMvsfV94F9r7SnhvJ/J97l2hEpWOb2k OUMy/yx6zjtprWXlShpCgfna+h7XFJUSvbxJhR4UTJgyIG7T7Rri1BTA8gyyF47S Z4Cn1nW17VMpLQpO145DOg7tDZpoYn+nsvh3hR4I= 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:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; s=default; bh=wmeWwCw9I o+TCHHXwbK/S7ttTtM=; b=sz/QMM2QDpNp7D9MOaEfPSwH7wOJ0egwalem6OW35 ZaBM9TZwWG2KSMTf2XbxrIgllSmXYqtXaWTBY3RntwiBVqNqOzF9CwlGRtfBVWPy xk5Xn+ustLQ5wbILXdEQkbBbjjUK13excZfw+FPbhI5fixiF/VtVc4S4hvCdocrL Q8= 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=-2.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=substantial, Hx-languages-length:1432 X-HELO: limerock01.mail.cornell.edu X-CornellRouted: This message has been Routed already. To: cygwin From: Ken Brown Subject: libtool: error: cannot find the library '/usr/lib/libxcb.la'... Message-ID: Date: Sat, 20 Aug 2016 17:54:23 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-PMX-Cornell-Gauge: Gauge=XXXXX X-PMX-CORNELL-AUTH-RESULTS: dkim-out=none; X-IsSubscribed: yes I'm trying to rebuild texlive, and the build on x86 is failing as follows: make[2]: Entering directory '/home/kbrown/src/cygtexlive/texlive/texlive-20160520-2.i686/build/texk/xdvik' /bin/sh ./libtool --tag=CC --mode=link gcc -Wimplicit -Wreturn-type -Wdeclaration-after-statement -Wno-unknown-pragmas -ggdb -O2 -pipe -Wimplicit-function-declaration -fdebug-prefix-map=/home/kbrown/src/cygtexlive/texlive/texlive-20160520-2.i686/build=/usr/src/debug/texlive-20160520-2 -fdebug-prefix-map=/home/kbrown/src/cygtexlive/texlive/texlive-20160520-2.i686/src/texlive-20160520-source=/usr/src/debug/texlive-20160520-2 -o xdvi-bin.exe main.o libxdvi.a /home/kbrown/src/cygtexlive/texlive/texlive-20160520-2.i686/build/texk/kpathsea/libkpathsea.la -lfreetype -Xlinker --allow-multiple-definition -lXaw -lXmu -lXt -lSM -lICE -lXi -lXext -lXpm -lX11 libtool: error: cannot find the library '/usr/lib/libxcb.la' or unhandled argument '/usr/lib/libxcb.la' (/usr/lib/libxcb.la was removed from the x86 distro in the recent update of libxcb-devel.) I've never really understood .la files and when they're needed. Can someone point me in the right direction for tracking down this error? I've looked at the libtool script, and there's no substantial difference between the x86 and x86_64 cases, so I have no idea why libtool expects to find /usr/lib/libxcb.la on x86. Thanks. Ken -- 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