Actually, Iīve been trying to install gv 3.6.1 on my Scientific Linux and I donīt seem to quite get how to deal with these Xaw3d libraries. The things is, ./configure tell me the following:
checking for XawInitializeWidgetSet in -lXaw3d... no
configure: error: Unable to find a valid Xaw3d library. Please install it and rerun configure.
but, when I have a look in /usr/X11R6/lib, I find the following:
lrwxr-xr-x 1 root root 15 Oct 13 19:01 libXaw3d.so.6 -> libXaw3d.so.6.1
-rwxr-xr-x 1 root root 281028 Jun 3 2004 libXaw3d.so.6.1
lrwxr-xr-x 1 root root 15 Oct 13 19:01 libXaw3d.so.7 -> libXaw3d.so.7.0
-rw-r--r-- 1 root root 278340 Jun 3 2004 libXaw3d.so.7.0
It isnīt clear to me why configure doesnīt find them since /usr/X11R6/lib is after all a pretty normal location... Do I need something else than these libraries? And what the heck is Xaw3d? :-)
Thanks for your help, I really need to get gv installed soon.
|