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: Sun, 29 Oct 2006 00:30:04 +0200 (CEST) Message-ID: <20061028223004.5259344030@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> Reply-To: ams@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1162074629 21627 80.91.229.2 (28 Oct 2006 22:30:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 28 Oct 2006 22:30:29 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 29 00:30:27 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 1Gdwh3-00023m-Oq for ged-emacs-devel@m.gmane.org; Sun, 29 Oct 2006 00:30:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gdwh3-0006Fw-9s for ged-emacs-devel@m.gmane.org; Sat, 28 Oct 2006 18:30:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gdwgr-0006EA-2g for emacs-devel@gnu.org; Sat, 28 Oct 2006 18:30:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gdwgn-0006A0-HK for emacs-devel@gnu.org; Sat, 28 Oct 2006 18:30:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gdwgn-00069q-Dl for emacs-devel@gnu.org; Sat, 28 Oct 2006 18:30:05 -0400 Original-Received: from [130.238.19.25] (helo=Psilocybe.Update.UU.SE) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gdwgn-00087F-9r for emacs-devel@gnu.org; Sat, 28 Oct 2006 18:30:05 -0400 Original-Received: by Psilocybe.Update.UU.SE (Postfix, from userid 30270) id 5259344030; Sun, 29 Oct 2006 00:30:04 +0200 (CEST) Original-To: Chong Yidong In-reply-to: <87k62kks7y.fsf@furball.mit.edu> (message from Chong Yidong on Sat, 28 Oct 2006 18:09:37 -0400) 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:61318 Archived-At: > > It doesn't build on OpenBSD: > > Is this x86-64 OpenBSD? > > No, this is plain 8x86 OpenBSD. Could you try regenerating configure by running autoconf in the emacs-22.0.90, then running ./configure && make? Does compilation work then? I tried this, it didn't work. 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): | configure:12641: checking for TIFFGetVersion in -ltiff | configure:12671: gcc -o conftest -I/usr/X11R6/include -g -O2 -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/pkg/include -I/usr/local/include -L/usr/pkg/lib -L/usr/local/lib -Wl,-znocombreloc -L/usr/X11R6/lib conftest.c -ltiff -ljpeg -lz -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 -Z But at linking, none of the search paths are passed, and hence the missing library error.