Number: 97
Title: configure fails to find libXaw
Submitter: Bob Lied
Date: Thu Feb 28 14:21:22 2002
Subsys: Build/Installation
Version: 1.8.0
System: Other-Other-Irix 6.2
Severity: minor
Problem:
In the configure.in check for libXaw, the command line
throws in -lnsl, but that doesn't exist on this machine,
causing the test to fail, even thgough libXaw is there.
(Ooops, looks like I introduced this one last year!)
Fix:
In configure.in, change -lnsl to $SOCKET_LIBS during the Xaw test:
AC_CHECK_LIB(Xaw,main,
[XAW_LIBS="$XAW_LIBS -lXaw"
AC_DEFINE_UNQUOTED(HAVE_LIBXAW,1,[Define if you have the XAW library])],
AC_MSG_WARN(Optional Xaw library not available), [-lXmu -lXt -lX11 -lXext $SOCKET_LIBS]),
Owner: ellson
Status: Fixed (28 Feb 2002)