emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Pretest


From: Alfred M. Szmidt
Subject: Re: Pretest
Date: Sun, 29 Oct 2006 00:30:04 +0200 (CEST)

   >    > 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]