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

20020323: netCDF build on Linux



>From: =?GB2312?Q?=C0=B5=CE=C4=D5=E4?= <address@hidden>
>Organization: UCAR/Unidata
>Keywords: 200203230259.g2N2xpa23682

L. Wen,

>Thanks for your reply and your kindness.

You are welcome.

>But we have another question, is it necessary to have Fortran90
>compiler in our linux system?

No.

>How to set enviornmental variables when we haven't f90?

C-shell:

setenv F90

Bourne/Korn shell:

export F90=

These just define the F90 macro to be blank.  After doing so, start
the build process from scratch:

make distclean
./configure
make

>Thank you very much.
>My best regards.
>L. Wen

Tom Yoksas