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

20031225: No directoires of bin, lib, include created



>From: Zhongxiang Wu <address@hidden>
>Organization: ?
>Keywords: 200312252138.hBPLchp2006975 netCDF install

Zhong,

>I installed netcdf 3.5.0 on a Linux machine using pgf90 and gcc.  The 
>configure and make utililies seems working, but no directories of bin, 
>lib, include were created.

Did you remember to run 'make install'?  The sequence for building
the netCDF is:

- define any environment variables that will be needed/used by the
  configure script

- cd src

- ./configure

- make

- make install

Since you say that the configure and make steps seem to work OK, I
suspect that you did not do the final step which creates the
bin, lib, man, and include directories.

>According to instructions on the website, 
>subdirecties of bin, lib, man should be created in ../bin, ../lib ../man 
>relative to src/ directory.  What is wrong in my installation?

You didn't run 'make install'?

>Also 
>there is no ../include created.  How can I get netcdf.h and netcdf.inc 
>files?

The include files will be available after the 'make install'.

>Thanks,

No worries.

Tom Yoksas