delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:mime-version:content-type | |
:content-transfer-encoding:subject:date:message-id:in-reply-to | |
:references:from:to; q=dns; s=default; b=CADF54TYHrJ2QdUXASaILAM | |
9UbJMO0s4w7gtn0q9f6e1cJ1KjOZiYx1Vp5v+qXc+Sq7FV47P99DAyKNmcU3kHgo | |
mH1SMLIHAs1Gjm3Qn/ceNwUS1ubQsNEv6AQqiwQFtAyHNXpx4EKxHByhbdFpDzgU | |
IOta0v8xKlUVsGueWfvE= | |
DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:mime-version:content-type | |
:content-transfer-encoding:subject:date:message-id:in-reply-to | |
:references:from:to; s=default; bh=9eu5ejqJg271URO03kgqL+4TY2A=; b= | |
dLkmKYQN8jxHKyTGRjG8TlbHWNsbF9OGfg69b5WaDems0x21SmP30WCSd7OhEH/m | |
nAO+xhSWl0SuxCtYb8aepvjo2Vl+WojR3MdN0wcoWm5h0e+9CfGc/I/screXS/qd | |
8LYElcD7jbRgrCCJ4fdjwoH0JHkf9EnwU6TTihg9ZnI= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
X-Spam-SWARE-Status: | No, score=1.7 required=5.0 tests=AWL,BAYES_05,DONT_USE_RAW_EMAIL_IN_BODY,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,TW_CX,TW_HD autolearn=no version=3.3.1 |
MIME-Version: | 1.0 |
Subject: | RE: Making NetCDF 4.2 legacy C++ |
Date: | Tue, 2 Apr 2013 09:23:59 -0300 |
Message-ID: | <1ACDC57DA5691542BEA02FD6FA09D2C2646943@svnsbioexc02.ENT.dfo-mpo.ca> |
In-Reply-To: | <515556BD.4040604@gmail.com> |
References: | <1ACDC57DA5691542BEA02FD6FA09D2C2646941 AT svnsbioexc02 DOT ENT DOT dfo-mpo DOT ca> <515556BD DOT 4040604 AT gmail DOT com> |
From: | "DeTracey, Brendan" <Brendan DOT DeTracey AT dfo-mpo DOT gc DOT ca> |
To: | <cygwin AT cygwin DOT com> |
X-IsSubscribed: | yes |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id r32COWCM021946 |
Reinstalled NetCDF and HDF with setup.exe Still have the same problem. Using the legacy libraries is required for ESMF (http://www.earthsystemmodeling.org/) : "Note that currently ESMF does not work with the new C++ API introduced in NetCDF 4.2, therefore, the Legacy C++ Library has to be used." ------------------------------------------ Brendan DeTracey brendan DOT detraceyb AT dfo-mpo DOT gc DOT ca w:(902) 426-9727 3-31 VS Bedford Institute of Oceanography Fisheries and Oceans Dartmouth,NS B2Y 4A2, Canada > -----Original Message----- > From: cygwin-owner AT cygwin DOT com > [mailto:cygwin-owner AT cygwin DOT com] On Behalf Of marco atzeri > Sent: 2013-March-29 5:54 AM > To: cygwin AT cygwin DOT com > Subject: Re: Making NetCDF 4.2 legacy C++ > > On 3/28/2013 7:36 PM, DeTracey, Brendan wrote: > > Hi, > > > > I am trying to install the NetCDF 4.2 legacy C++ libraries, > which are > > not available via setup.exe. Although I have installed everything > > HDF5 via setup.exe I get the following problem: > > looks at libnetcdf-cxx4_1 and libnetcdf-cxx4-devel packages > > version 4.2-1 is available > > > $ make > > make all-recursive > > make[1]: Entering directory `/home/detraceyb/netcdf-cxx-4.2' > > Making all in cxx > > make[2]: Entering directory `/home/detraceyb/netcdf-cxx-4.2/cxx' > > /bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 > -version-number > > 4:2:0 -o libnetcdf_c++.la -rpath /usr/local/lib > > libnetcdf_c___la-netcdf.lo libnetcdf_c___la-ncvalues.lo -lnetcdf > > /usr/bin/grep: /usr/lib/libhdf5_hl.la: No such file or directory > > /usr/bin/sed: can't read /usr/lib/libhdf5_hl.la: No such file or > > directory > > libtool: link: `/usr/lib/libhdf5_hl.la' is not a valid > libtool archive > > when I removed the *.la files from last hdf5 packages I > forgot to update netcdf4 and also remove them. > > > > > Makefile:364: recipe for target `libnetcdf_c++.la' failed > > make[2]: *** [libnetcdf_c++.la] Error 1 > > make[2]: Leaving directory `/home/detraceyb/netcdf-cxx-4.2/cxx' > > Makefile:311: recipe for target `all-recursive' failed > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/home/detraceyb/netcdf-cxx-4.2' > > Makefile:240: recipe for target `all' failed > > make: *** [all] Error 2 > > > > $ ls /usr/lib/libhdf* > > /usr/lib/libhdf5.a /usr/lib/libhdf5_cpp.a > > /usr/lib/libhdf5_hl.dll.a* > > /usr/lib/libhdf5.dll.a* /usr/lib/libhdf5_cpp.dll.a* > > /usr/lib/libhdf5_hl_cpp.a > > /usr/lib/libhdf5.settings /usr/lib/libhdf5_hl.a > > /usr/lib/libhdf5_hl_cpp.dll.a* > > > > Thanks, > > Brendan > > > > > > > -- > Problem reports: http://cygwin.com/problems.html > FAQ: http://cygwin.com/faq/ > Documentation: http://cygwin.com/docs.html > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > > -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |