On Fri, Sep 02, 2005 at 12:49:40PM -0400, Sam Drinkard wrote:
Fellow users,
...
I'm trying to compile NCAR Graphics, as well as some other weather related software on this machine which is running the Centos 4.1 x86-64 version.
....
The problem I'm seeing is during linking of the various packages, where I get messages of "skipping incompatible /usr/X11R6/lib/libXaw.so when searching for -lXaw".
... Your Makefiles should be looking for the 64 bits libs inside /usr/X11R6/lib64 and not the /usr/X11R6/lib (32 bit compat libs).
Cheers,
Tru