From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: Re: Pretest Date: Mon, 30 Oct 2006 01:33:47 +0100 (CET) Message-ID: <20061030003347.4165A44028@Psilocybe.Update.UU.SE> References: <87lkn1tzav.fsf@stupidchicken.com> <20061028150858.BF96744021@Psilocybe.Update.UU.SE> <87ac3gjh89.fsf@furball.mit.edu> <20061028211102.663F14402D@Psilocybe.Update.UU.SE> <87k62kks7y.fsf@furball.mit.edu> <20061028223004.5259344030@Psilocybe.Update.UU.SE> <87y7qyr8rr.fsf@furball.mit.edu> Reply-To: ams@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1162168454 16774 80.91.229.2 (30 Oct 2006 00:34:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Oct 2006 00:34:14 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 30 01:34:12 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GeL6I-0003Fd-Qy for ged-emacs-devel@m.gmane.org; Mon, 30 Oct 2006 01:34:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GeL6I-0007b1-Ch for ged-emacs-devel@m.gmane.org; Sun, 29 Oct 2006 19:34:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GeL66-0007au-7M for emacs-devel@gnu.org; Sun, 29 Oct 2006 19:33:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GeL64-0007ad-EQ for emacs-devel@gnu.org; Sun, 29 Oct 2006 19:33:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GeL64-0007aY-78 for emacs-devel@gnu.org; Sun, 29 Oct 2006 19:33:48 -0500 Original-Received: from [130.238.19.25] (helo=Psilocybe.Update.UU.SE) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GeL64-00018h-3K for emacs-devel@gnu.org; Sun, 29 Oct 2006 19:33:48 -0500 Original-Received: by Psilocybe.Update.UU.SE (Postfix, from userid 30270) id 4165A44028; Mon, 30 Oct 2006 01:33:47 +0100 (CET) Original-To: Chong Yidong In-reply-to: <87y7qyr8rr.fsf@furball.mit.edu> (message from Chong Yidong on Sun, 29 Oct 2006 18:40:08 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:61355 Archived-At: > The reason from the looks is that the library search path is not > propagated correctly. This is what config.log contains (tiff is > installed in /usr/local): > > But at linking, none of the search paths are passed, and hence the > missing library error. I'm guessing you're passing an LDFLAGS envvar to configure. Seems like LDFLAGS isn't getting passed to X11_LDFLAGS. I'm not passing any flags to configure, it is a simple `./configure && make' deal. Does compilation work now? No, it doesn't. The value of X11_LDFLAGS is `-L/usr/X11R6/lib'. Sorry that I can't be of much use fixing this, to much on my own plate. :-(