Re: comment and IBM xlf
- From: simon@xxxxxxxxxxxxxx
- Date: 28 Sep 2006 04:59:04 -0700
Well you haven't given any examples of what you have tried so it's a
little hard to help. What you could try (and this works for g95) is to
use the c-preprocessor syntax:
#include "config.h"
and then use compiler options to ensure that the c-preprocessor is run
on the code prior to the fortran compiler. On g95 this is done with the
cpp option:
g95 -cpp -c fred.f90
Simon Geard
.
- Follow-Ups:
- Re: comment and IBM xlf
- From: Markus Franke
- Re: comment and IBM xlf
- References:
- comment and IBM xlf
- From: Markus Franke
- comment and IBM xlf
- Prev by Date: Re: While we are on the subject of modules...
- Next by Date: Re: profile g95
- Previous by thread: Re: comment and IBM xlf
- Next by thread: Re: comment and IBM xlf
- Index(es):