configure fails - this is from config.log - any suggestions? (there is no Intrinsic.h on my system, RH 7.1)
configure:5590: checking for X configure:5629: gcc -E conftest.c >/dev/null 2>conftest.out configure:5625: X11/Intrinsic.h: No such file or directory configure: failed program was: #line 5624 "configure" #include "confdefs.h" #include <X11/Intrinsic.h> configure:5705: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c -lXt 1>&5 configure: In function `main': configure:5701: warning: implicit declaration of function `XtMalloc' /usr/bin/ld: cannot find -lXt
At a gues, you could try to update your X11 distribution, try looking at:
http://rpmfind.net//linux/RPM/redhat/updates/7.1/i386/XFree86-libs-4.1.0-25.i386.html
and see if this helps.
Colin
Log in to post a comment.
configure fails - this is from config.log - any suggestions? (there is no Intrinsic.h on my system, RH 7.1)
configure:5590: checking for X
configure:5629: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5625: X11/Intrinsic.h: No such file or directory
configure: failed program was:
#line 5624 "configure"
#include "confdefs.h"
#include <X11/Intrinsic.h>
configure:5705: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith
-Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c -lXt 1>&5
configure: In function `main':
configure:5701: warning: implicit declaration of function `XtMalloc'
/usr/bin/ld: cannot find -lXt
At a gues, you could try to update your X11 distribution, try looking at:
http://rpmfind.net//linux/RPM/redhat/updates/7.1/i386/XFree86-libs-4.1.0-25.i386.html
and see if this helps.
Colin