[gs-devel] ghostscript-8.33 build problems
Ralph Giles
giles at ghostscript.com
Tue Nov 30 11:56:41 PST 2004
On Mon, Nov 29, 2004 at 02:38:35PM -0700, Nelson H. F. Beebe wrote:
> configure:7360: checking for X
> configure:7466: gcc -E conftest.c
> conftest.c:42:27: X11/Intrinsic.h: No such file or directory
> [...]
> configure:7594: result: libraries /usr/local/lib, headers /usr/X11R6/include
> configure:7765: gcc -o conftest -Wl,-rpath,/usr/local/lib conftest.c -lm -L/usr/local/lib -lX11 >&5
> /usr/bin/ld: cannot find -lX11
> collect2: ld returned 1 exit status
> [...]
> -L/usr/local/lib \
> -lXt \
> -lXext \
> -lX11 \
> -lpng \
> -ljpeg \
> -lz \
> -lm
So, it's somehow deciding that the X11 libs must be in /usr/local/lib,
even though it correctly finds the headers in /usr/X11R6/include. Still
a little mysterious. Perhaps there's an autoconf bug; this is
AC_PATH_XTRA, the standard macro everyone uses, not something we wrote
ourselves. Are there any X11 libraries installed in /usr/local/lib that
could be confusing it?
-r
More information about the gs-devel
mailing list