From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 47254 invoked by alias); 28 Aug 2018 09:24:51 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 47192 invoked by uid 89); 28 Aug 2018 09:24:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=6.4, Hx-languages-length:814, H*r:sk:s10-v6s, locate X-HELO: mail-ed1-f49.google.com Received: from mail-ed1-f49.google.com (HELO mail-ed1-f49.google.com) (209.85.208.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 28 Aug 2018 09:24:47 +0000 Received: by mail-ed1-f49.google.com with SMTP id s10-v6so834557edb.11 for ; Tue, 28 Aug 2018 02:24:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:content-transfer-encoding:mime-version:subject:message-id:date :to; bh=dRLgWeJTTjvjwb5SIC9KWTsI4zzQ1KKIDy5jbY0E/Nc=; b=B+Xu1PEkTZn7jRK3hiIWckxnYUM/3qxHc5ZXfLXzDCgs5FBq5VnDbUk1vZS3BGi6gS PVzItKlzgty6QkD78M1RioPPdz/yF4mmcUQIQPqi3SSQKlcFHEgfm2aTM82yleEBns+G pi0t98GVpihJ7rs3TI2Xg2f2DpBtPA4Q7Q+9vz1WluI8fXkCtt8Xu+v+cpS7YREu1XMZ QFxGpj685JWr0bgYI78FVGPQxrwwlmJ0DqApdpdnlESR51T80uWgrTYz9+xdbI7OhNAB Rpr93WdG2tG77HoCCrzT5s3XOXRdFOg6sJ0Gm15Ag/v4Q3gKs6OLyDPUVRldg3tw8VWy 8ydw== Return-Path: Received: from ict-networks-2001-067c-10ec-52ca-8000-0000-0000-051d.fwd-v6.ethz.ch (ict-networks-2001-067c-10ec-52ca-8000-0000-0000-051d.fwd-v6.ethz.ch. [2001:67c:10ec:52ca:8000::51d]) by smtp.gmail.com with ESMTPSA id e30-v6sm349599ede.91.2018.08.28.02.24.43 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Aug 2018 02:24:44 -0700 (PDT) From: Antonio Pio Rinaldi Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.3 \(3445.6.18\)) Subject: libmpi_cxx.dll.a missing Message-Id: Date: Tue, 28 Aug 2018 17:45:00 -0000 To: cygwin@cygwin.com X-SW-Source: 2018-08/txt/msg00352.txt.bz2 Hello, while trying to compile a code with cmake (GNU compiler 7.4 and cmake 3.6, = latest cygwin), I got an error regarding mpicxx not being able to locate th= e library -lmpi_cxx. This was kind of weird, as I had installed the same code in another machine= some time ago (with GNU compiler 6.4 and cmake 3.3, cygwin version 2.8) an= d did not have this issue. Then by navigating to the cygwin lib folder, I noticed that the file libmpi= _cxx.dll.a was missing in the latest version (although the package Libs/lib= openmpicxx1 seems to be installed). After copying the library file from the previous version I am able to corre= ctly install my code. I am not sure whether this is a bug, or if I have to set up something else = to let cygwin install the mpicxx library. Regards, Antonio Pio Rinaldi -- 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