[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20030430: netCDF build problem on Linux: cfortran.h
- Subject: 20030430: netCDF build problem on Linux: cfortran.h
- Date: Wed, 30 Apr 2003 14:49:08 -0600
Jiping,
>Date: Wed, 30 Apr 2003 16:44:21 -0400 (EDT)
>From: Jiping Liu <address@hidden>
>Organization: Georgia Tech
>To: Steve Emmerson <address@hidden>
>Subject: Re: 20030430: netCDF build problem on Linux: cfortran.h
The above message contained the following:
> Sorry for the pervious email. I re-run it step by step,
> then set
>
> [root@jiping src]# export CC=/usr/bin/gcc
> [root@jiping src]# export CPPFLAGS=Df2cFortran
> [root@jiping src]# export FC=/usr/bin/f77
> [root@jiping src]# export F95=/usr/bin/local/f95
> [root@jiping src]# export FFLAGS="-O -Wno-globals"
>
> ./configure
>
> make
>
> I got
>
> [root@jiping src]# make
> make[1]: Entering directory `/usr/local/netcdf-3.5.1-beta10/src'
>
> Making `all' in directory /usr/local/netcdf-3.5.1-beta10/src/libsrc
>
> make[2]: Entering directory `/usr/local/netcdf-3.5.1-beta10/src/libsrc'
> make[2]: *** No rule to make target `ncconfig.h', needed by `attr.o'.
The file "libsrc/ncconfig.h" is created by the configure script from the
file ""libsrc/ncconfig.in".
Does the file "libsrc/ncconfig.h" exist?
Regards,
Steve Emmerson