Code: Select all
NETCDF_INCDIR = /usr/local/include
NETCDF_LIBDIR = /usr/local/lib64
LIBS := -L$(NETCDF_LIBDIR) -lnetcdff -lnetcdf
Still, when trying to run oceanO I get this message:
Can anyone help me out here?./oceanO: error while loading shared libraries: libnetcdff.so.6: cannot open shared object file: No such file or directory
EDIT: attached build.bash