This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Preprocessor Directive Problems
- From: "Richard Haney" <cosmoh2o at hotmail dot com>
- To: fortran at gcc dot gnu dot org
- Date: Fri, 10 Jun 2005 18:37:12 +0000
- Subject: Preprocessor Directive Problems
- Bcc:
Please help,
I am new to fortran and am having some problems with a file. Whenever I try
to compile the file "clump.f90" using gfortran I get warnings about
preprocessor directives. I am using gFortran version 4.0.0. 20041001 on a
Linux Cluster.
The following is a short copy of my input and output:
% gfortran -c clump.f90
output: > "Warning: clump.f90:65 Unknown preprocessor directive"
When I open the file up, the line that gives the warning is "#ifdef DEBUG".
Any help/hints would be great.
Thanks.