On Fri, Jul 09, 2010, Steve Seibold wrote:
> I generated a new config.h file and I changed it to include
>
> XHOME=/usr/lib64
> XLIBS= -L/usr/lib64
This is not enough...you also need to change the value of MAKE_XLEAP to
"install_xleap" when you modify config.h.
However, the configure script *should* be finding any files if they are
present: see lines 313-315 of configure. So:
1. What values of XHOME, XLIBS and MAKE_XLEAP do you get when you run
configure (before editing the confg.h file)?
2. Do you get any errors from configure, like "Could not fine the X11
libraries" or "Warning: the X11 libraries are not in the usual location"?
3. Do you have an x86_64 system?
You may have to do some debugging to see why configure is not finding
the files on your system (if that is the case).
...good luck....dac
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Fri Jul 09 2010 - 11:30:06 PDT