bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wrf2grads make command help


From: Paul D. Smith
Subject: Re: wrf2grads make command help
Date: Tue, 26 Jul 2005 18:43:54 -0400

%% Nelsie Ramos <address@hidden> writes:

  >> >   I ran the WRF model and
  >> > would like to see the outputs in grads.  I have both programs
  >> > (wrf2grads and grads) installed and tried to modify the makefile
  >> > for my machine (Linux-intel) and got this errors:
  >> >   
  >> > 20 138:13:18:56:nelsie ~/WRF2GrADS >make
  >> > /usr/bin/cpp -I. -C -traditional -DRECL1 module_wrf_to_grads_netcdf.F >
  >> > module_wrf_to_grads_netcdf.f
  >> > ifort -C -FR        -c module_wrf_to_grads_netcdf.f
  >> > -I/usr/local/netcdf-intel/include -I./
  >> > fortcom: Error: module_wrf_to_grads_netcdf.F, line 11: Cannot open 
include
  >> > file 'netcdf.inc'
  >> >   include 'netcdf.inc'
  >> > ----------^

These errors are being generated by your compiler, not by make.
Whatever change you made to your makefile has caused the command line
used with your compiler to fail.

This list is for help with make issues; we don't know anything about
your compiler.  You'll need to contact someone who is familiar with your
compiler (looks like the "ifort" FORTRAN compiler) and ask them to help
you out with this.


Good luck!

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

[Prev in Thread] Current Thread [Next in Thread]