X-Recipient: archive-cygwin@delorie.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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=ZRmnSK4wwBHyxQrJW135OG5X21759NP9BbcfGN5p6vu
	6/K4DexEjHYW/tlvVWgqztAvrNaha62fDoAaIgewPtHeo2bMsh2D47q7YdBkFYXH
	FkDRB2LFlaXsspgY3ufSEkVoiEeUrc3fEy4ZST4Y3GU68THJVapluTFHCfQEl1nY
	=
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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=1OLjxjI9Cig2xne979s4MphcNyc=; b=jsFM6l679y24pOYvT
	9DWsffMtfZ4ReRVkwhf0SaEkPSMZ4q8rKrtz+ArxhyYrFFpiW1NBSQO4BZLdBvgY
	MLhEBtIDc1lRmz8/bLuN4AgGEokyIYQjMg/1uKuQdGHb5u1FLVHDxRy9U6bvLKru
	qOkmLdCt6D/5QN+onW+BiScqOs=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=-5.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_CX,TW_HD autolearn=ham version=3.3.1
X-Received: by 10.49.108.104 with SMTP id hj8mr3340663qeb.4.1364547264819;        Fri, 29 Mar 2013 01:54:24 -0700 (PDT)
Message-ID: <515556BD.4040604@gmail.com>
Date: Fri, 29 Mar 2013 09:54:21 +0100
From: marco atzeri <marco.atzeri@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Making NetCDF 4.2 legacy C++
References: <1ACDC57DA5691542BEA02FD6FA09D2C2646941@svnsbioexc02.ENT.dfo-mpo.ca>
In-Reply-To: <1ACDC57DA5691542BEA02FD6FA09D2C2646941@svnsbioexc02.ENT.dfo-mpo.ca>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

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

