AMBER Archive (2007)

Subject: Re: AMBER: make serial failure for xleap

From: M. L. Dodson (mldodson_at_houston.rr.com)
Date: Fri Jun 29 2007 - 17:33:37 CDT


Francesco Pietra wrote:
> ere is provided errors.log and gcc -v (sent again because with previous email
> the attachment did not show up)
>
>
>
> $ make clean (configure was from "./configure -static ifort_x86_64")
>
> $ make >& errors.log
>
>
> Attached is the errors.log. Hope that by renaming "errors" gnome mail will
> really attach
>
> Although various warnings appear at the first instance of
>
> gcc -c -D_FILE OFFSET_BITS=64
>
> errors begin at
>
> WcActCB for X11/IntrinsicP.h and X11/ShellP.h
>

As Professor Case suggested, the compile is not picking up key X header
files. Make sure you have the X _development_ package installed, not
just the packages needed to _run_ X. If you do have them installed,
locate the missing header files and edit the gcc command lines in
config.h to be sure those directories are included (via -I directives).
  Be sure you get the 64-bit versions (if they differ from the 32-bit,
although they should not, IIRC). Since xleap is the only code dependent
on X, how you plan to compile for parallel is completely independent of
how you compile xleap. Compiling xleap with gcc instead of an Intel
compiler is perfectly OK. I might even be able to make a good case for
it being desirable to compile it with gcc (less complicated).

As for the details of your X installation, OpenGL, etc, that is likely a
diversion. If you can display anything in X, even just the graphical
login prompt, you can run a properly compiled xleap.

Bud Dodson

-- 
M. L. Dodson
Email:	mldodson-at-houston-dot-rr-dot-com
Phone:	eight_three_two-five_63-386_one
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber_at_scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo_at_scripps.edu