[FLASH-USERS] Running FLASH on IBM machine
Klaus Weide
klaus at flash.uchicago.edu
Thu Dec 4 11:08:39 EST 2008
On Wed, 3 Dec 2008, M.A. Latife wrote:
> I am trying to run FLASH on IBM machine. IBM XL Compilers are installed on
> that machine. i get following error while running flash on this machine. Any
> body has experience to run FLASH on such machines with XL compilers. Error is
> coming from where and what is possible solution?
See sites/Prototypes/AIX/Makefile.h for a Makefile.h that works with
XL compilers.
I think your Makefile.h is missing the following line:
MDEFS = -WF,
which is present in the prototype file.
If you define MDEFS like that, the compiler command line should be
constructed to specify preprocessor symbol definitions beginning
with -WF, instead of the default -D that works for most compilers.
Klaus
More information about the flash-users
mailing list