From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Pretest Date: Sat, 28 Oct 2006 16:52:22 -0400 Message-ID: <87ac3gjh89.fsf@furball.mit.edu> References: <87lkn1tzav.fsf@stupidchicken.com> <20061028150858.BF96744021@Psilocybe.Update.UU.SE> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1162068816 6099 80.91.229.2 (28 Oct 2006 20:53:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 28 Oct 2006 20:53:36 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 28 22:53:35 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 1GdvBB-0008M2-0q for ged-emacs-devel@m.gmane.org; Sat, 28 Oct 2006 22:53:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdvB8-0006HB-Up for ged-emacs-devel@m.gmane.org; Sat, 28 Oct 2006 16:53:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GdvAv-0006Ft-7B for emacs-devel@gnu.org; Sat, 28 Oct 2006 16:53:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdvAu-0006FT-U4 for emacs-devel@gnu.org; Sat, 28 Oct 2006 16:53:04 -0400 Original-Received: from [18.72.1.2] (helo=south-station-annex.mit.edu) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GdvAn-0002ZZ-Tw; Sat, 28 Oct 2006 16:53:02 -0400 Original-Received: from grand-central-station.mit.edu (GRAND-CENTRAL-STATION.MIT.EDU [18.7.21.82]) by south-station-annex.mit.edu (8.13.6/8.9.2) with ESMTP id k9SKqmT0009627; Sat, 28 Oct 2006 16:52:48 -0400 (EDT) Original-Received: from outgoing-legacy.mit.edu (OUTGOING-LEGACY.MIT.EDU [18.7.22.104]) by grand-central-station.mit.edu (8.13.6/8.9.2) with ESMTP id k9SKqPPP000234; Sat, 28 Oct 2006 16:52:25 -0400 (EDT) Original-Received: from furball.mit.edu (SYDNEYPACIFIC-THREE-SIXTY-FIVE.MIT.EDU [18.95.6.110]) ) by outgoing-legacy.mit.edu (8.13.6/8.12.4) with ESMTP id k9SKqMHp004442; Sat, 28 Oct 2006 16:52:25 -0400 (EDT) Original-Received: from cyd by furball.mit.edu with local (Exim 3.36 #1 (Debian)) id 1GdvAE-0000m8-00; Sat, 28 Oct 2006 16:52:22 -0400 Original-To: ams@gnu.org In-Reply-To: <20061028150858.BF96744021@Psilocybe.Update.UU.SE> (Alfred M. Szmidt's message of "Sat\, 28 Oct 2006 17\:08\:58 +0200 \(CEST\)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.42 X-Spam-Score: -2.599 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:61308 Archived-At: "Alfred M. Szmidt" writes: > It doesn't build on OpenBSD: Is this x86-64 OpenBSD? A patch was recently sent to this list that fixes compilation on that platform, but it seems not to have been checked in by the time I rolled the tarball. Someone should check it into CVS; then it'll show up in the next tarball. > | OpenBSD 3.9 (GENERIC) #617: Thu Mar 2 02:26:48 MST 2006 > > The strange thing is that tiff is found correctly, and that all goes > well up to the point of linking: > > | ... > | checking for TIFFGetVersion in -ltiff... yes > | ... > > Here is the relevant part of the build log: > > gcc -nostartfiles `echo -R/usr/X11R6/lib | sed -e 's/-R/-Wl,-rpath,/'` -Z -Wl,-znocombreloc -L/usr/X11R6/lib -o temacs pre-crt0.o /usr/lib/crt0.o /usr/lib/crtbegin.o dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o charset.o coding.o category.o ccl.o cm.o term.o xfaces.o xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fringe.o image.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o print.o lread.o abbrev.o syntax.o unexelf.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o terminfo.o lastfile.o gmalloc.o ralloc.o vm-limit.o widget.o ../lwlib/liblw.a -L/usr/X11R6/lib -lXaw -lXmu -lXt -lSM -lICE -lXe xt -ltiff -ljpeg -lpng -lz -lm -lungif -lXpm -lX11 -lossaudio -lncurses -lm -lgcc -lc -! lgc > c /usr/lib/crtend.o > /usr/bin/ld: cannot find -ltiff > collect2: ld returned 1 exit status