From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x333.google.com (mail-wm1-x333.google.com [IPv6:2a00:1450:4864:20::333]) by sourceware.org (Postfix) with ESMTPS id BCBF83851C0C for ; Sun, 17 May 2020 04:26:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org BCBF83851C0C Received: by mail-wm1-x333.google.com with SMTP id m12so5978378wmc.0 for ; Sat, 16 May 2020 21:26:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=31KwwUNKOstqtIewflgn8hKxMpfDH4Wd23iI7KyVhVo=; b=On6iz3yDOciNFVChKa14gpwuGCRrnQDmL5bBcUbO5bjUMdSY07aMsDQtJqUnqhkOLL YG5wErNpqTkrk1j1EKzNkI8pKomt1F2h+TGO09STxGr6CxOrouXe7j8p6HFkcNZUdP98 XWjGHJJ/ZYE7zLD0Qo8gM8xGI9IEjVtzqjruUclkweDOTxfb+Awf9AGe5+V68S1Y18hO rER84ryNHXrg0YYaT5T8Kg0I53/59XW/alJlB2Y9FOTDpEhpkX04xpyRA7O6eXspln7F xiHZ2wj+4pitM49TKDLU2R/IOLU1HXIzpCMvJv/u/V1SCfVG375SpPgB9BY9I1W4UV7q d2CA== X-Gm-Message-State: AOAM532A/yhSZ3OgqUh2a8jCJEfYfoiNM2mNfZ3YwPVM1H+hZgjnvVMs x4hl3Mx1wWfAryGte/OXXHPQwSaC X-Google-Smtp-Source: ABdhPJzb6qwtSB/hZ5jSB7aZ1WdelnOp9G+0HABtHIOHPmTWfmvU0Gwxsy/NVpuBXv/Bq7EA542AEw== X-Received: by 2002:a1c:6706:: with SMTP id b6mr11948616wmc.54.1589689617550; Sat, 16 May 2020 21:26:57 -0700 (PDT) Received: from ?IPv6:2003:cc:9f15:411:498c:b52a:f08b:2b64? (p200300cc9f150411498cb52af08b2b64.dip0.t-ipconnect.de. [2003:cc:9f15:411:498c:b52a:f08b:2b64]) by smtp.gmail.com with ESMTPSA id a14sm10206480wme.21.2020.05.16.21.26.56 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 16 May 2020 21:26:57 -0700 (PDT) Subject: Re: 640bit HDF5 1.10.6: where are the libraries stored? To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: <455b627f-4719-b41b-594a-3ad2dc22805d@gmail.com> Date: Sun, 17 May 2020 06:26:56 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, BODY_8BITS, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2020 04:27:02 -0000 On 17.05.2020 04:29, René Berber via Cygwin wrote: > On 5/16/2020 8:37 PM, Dennis Heimbigner via Cygwin wrote: > >> Cygwin 64-bit. >> WIndows 10 >> Download hdf5 package. >> Search for the libraries: >>      cd /usr >>      find . -name '*hdf5*' >> Nothing is found. >> Where is it being installed? > > You can look for yourself what is being installed and where: > > https://cygwin.com/cgi-bin2/package-grep.cgi?grep=hdf5&arch=x86_64 or use cygcheck and verify your installations: Which are the installed package with hdf5 in the name ? $ cygcheck -cd |grep -i hdf5 hdf5 1.10.6-1 libhdf5-devel 1.10.6-1 libhdf5_103 1.10.6-1 libhdf5cpp_103 1.10.6-1 libhdf5hl_100 1.10.6-1 libhdf5hlcpp_100 1.10.6-1 Is the library package correctly installed ? $ cygcheck -c libhdf5_103 Cygwin Package Information Package Version Status libhdf5_103 1.10.6-1 OK What is the content ? $ cygcheck -l libhdf5_103 /usr/bin/cyghdf5-103.dll PS: for me find works $ cd /usr $ find . -name '*hdf5*' ./include/hdf5.h ./include/hdf5_hl.h ./include/octave-5.2.0/octave/ls-hdf5.h ./include/octave-5.2.0/octave/oct-hdf5-types.h ./share/aclocal/ax_lib_hdf5.m4 ./share/aclocal/ax_trilinos_epetraext_hdf5.m4 ./share/doc/hdf5 ./share/hdf5_examples ./bin/cyghdf5-103.dll ./bin/cyghdf5_cpp-103.dll ./bin/cyghdf5_hl-100.dll ./bin/cyghdf5_hl_cpp-100.dll ./lib/libhdf5.dll.a ./lib/libhdf5.settings ./lib/libhdf5_cpp.dll.a ./lib/libhdf5_hl.dll.a ./lib/libhdf5_hl_cpp.dll.a Regards Marco