X-Recipient: archive-cygwin@delorie.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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 <cygwin@cygwin.com>
From: Ken Brown <kbrown@cornell.edu>
Subject: libtool: error: cannot find the library '/usr/lib/libxcb.la'...
Message-ID: <cd21273d-5faa-3f9e-3c3d-cf8874dd9d91@cornell.edu>
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

