From: jrsyangl on
I am a new user, trying to use netCDF with gfortran. gfortran (v
4.4.0) works fine by itself, but I am having problems installing
netCDF. I first tried v 3.6.1 but when I unzipped there was no netcdf.
h. I then tried 3.5.1, which had the .h file. However when I try to
include it in a simple program, I get "Illegal preprocessor directive"
messages for all the directives. Can someone tell what silly mistake I
must be making?
From: Alois Steindl on
Hello,
I downloaded v4.0 and build it according to the instructions in
INSTALL. Everything went fine.
In v3.6.1 I encountered some strange errors, that the loader couldn't
find certain object files.
Alois
From: jrsyangl on
On Jul 10, 10:12 am, Alois Steindl <Alois.Stei...(a)tuwien.ac.at> wrote:
> Hello,
> I downloaded v4.0 and build it according to the instructions in
> INSTALL. Everything went fine.
> In v3.6.1 I encountered some strange errors, that the loader couldn't
> find certain object files.
> Alois

I forgot to mention my OS: Windows XP Pro. I downloaded pre-compiled
binaries. 3.6.1 was labeled as beta. I did not see any 4.0 binary for
Windows.
From: Alois Steindl on
jrsyangl <jrsy.angl(a)verizon.net> writes:


> I forgot to mention my OS: Windows XP Pro. I downloaded pre-compiled
> binaries. 3.6.1 was labeled as beta. I did not see any 4.0 binary for
> Windows.
If you have cygwin installed, it should be quite easy to download the
source files and install netCDF from these.
Alois
From: jrsyangl on
On Jul 10, 12:38 pm, Alois Steindl <Alois.Stei...(a)tuwien.ac.at> wrote:
> jrsyangl <jrsy.a...(a)verizon.net> writes:
> > I forgot to mention my OS: Windows XP Pro. I downloaded pre-compiled
> > binaries. 3.6.1 was labeled as beta. I did not see any 4.0 binary for
> > Windows.
>
> If you have cygwin installed, it should be quite easy to download the
> source files and install netCDF from these.
> Alois

I don't, but maybe I should. If I install cygwin and then install
netcdf, will I be able to use netcdf with gfortran under Windows? I am
not familiar with how cygwin works.
Lou