Crossfire Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CF: Redhat 5.1 Alpha Linux



Compiling 0.95.0 on Redhat 5.1 Alpha Linux and it looks like the
autoconf stuff does not pick up on the X11LIBS requirements. The
generated Makefile leaves the X11LIBS blank.

I am not an autoconf expert, but this looks correct to me:

dnl Checks for libraries.
dnl Start of X11 libraries
AC_CHECK_LIB(X11, main, AC_DEFINE(HAVE_LIBX11) X11LIBS="$X11LIBS -lX11" )

Yet, when I run configure:

<snip>
checking for main in -lX11... no
<snip>

The same behavior happens under Redhat 5.0 Intel Linux as well.

 
-- 
Bob Tanner <tanner@real-time.com>       | Phone : (612)943-8700
http://www.real-time.com                | Fax   : (612)943-8500
Key fingerprint =  6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9 


Follow-Ups: