To: <address@hidden>
From: "Iain Buchanan" <address@hidden>
Subject: re: netcdf support
Organization: Powercorp Pty Ltd
Keywords: 200107020728.f627Sw101016 netCDF C++ Windows
Hi,
I am having severe problems getting netcdf to work with c++ in the win32
environment (specifically windows nt5). I have spent days searching
articles, readme's and faq's, but there is not a lot of help for the c++
interface. I have successfully compiled the libraries for the c interface,
static and dll, but not for c++. Is there a pre-compiled c++ library? If
library called libnetcdf_c++.a, but this seems to be a gcc library and does
not seem to be compatible for watcom, which I am using. I cannot switch to
gcc, because other areas of my program require libraries compatible with
watcom and not with gcc. (Unfortunately these are commercial. - go open
source!!). libnetcdf_c++.a seems to be made with netcdf.cpp and
ncvalues.cpp, but when I make these (successfully) and link them as object
files with my source, I still get the same undefined reference errors.