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:from:content-type:content-transfer-encoding :mime-version:subject:message-id:date:to; q=dns; s=default; b=P9 7JmtXbojIe6pC2fz/dBYFN65GmNzeWFch82FpBd7LfJsn19u6F5aP1NlblC1bjar 9rJP//12BZe8Qz5dgCtr6AK2buloxy8AbNgfyijnNHoFDnpuXmO4nsXf7C61cz7v l5mHy1UkLIbYvVs69DGemd4xHeTlvnSynoIBr24aU= 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:from:content-type:content-transfer-encoding :mime-version:subject:message-id:date:to; s=default; bh=9qDW2qTB jvhVHbp/pG5CnferDXw=; b=VDvEfYd6UUupgd0oZjsSYBFYAXDeUOGIYZazf0aj Fl1nMoXD0ugXQiU0ReumEbycfFQqxkNO4hHLZGXcRitFDdRgmi470FCVjxCAgpRW qOiABW3m0AOAwONvRQn7WgahWK3XYLwHtCFljlNO6hAPzB8U0Nd17jdxGmWOgxVY UJo= 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 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 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== From: Antonio Pio Rinaldi Content-Type: text/plain; charset=us-ascii 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 11:24:43 +0200 To: cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id w7S9P0lf012990 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 the 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) and 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/libopenmpicxx1 seems to be installed). After copying the library file from the previous version I am able to correctly 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