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: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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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=-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 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 AT cygwin DOT com Subject: Re: Making NetCDF 4.2 legacy C++ References: <1ACDC57DA5691542BEA02FD6FA09D2C2646941 AT svnsbioexc02 DOT ENT DOT dfo-mpo DOT 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