From mboxrd@z Thu Jan 1 00:00:00 1970 From: Katherine Cox-Buday Subject: Re: Help with Packaging c2ffi (cmake, llvm, c++) Date: Sat, 07 Sep 2019 08:30:24 -0500 Message-ID: <87woekgrnz.fsf@gmail.com> References: <871rwtiew1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47652) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i6anO-0003R4-OB for guix-devel@gnu.org; Sat, 07 Sep 2019 09:30:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i6anN-0006af-JR for guix-devel@gnu.org; Sat, 07 Sep 2019 09:30:30 -0400 Received: from mail-io1-xd2c.google.com ([2607:f8b0:4864:20::d2c]:36330) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i6anM-0006Yw-47 for guix-devel@gnu.org; Sat, 07 Sep 2019 09:30:28 -0400 Received: by mail-io1-xd2c.google.com with SMTP id b136so19189828iof.3 for ; Sat, 07 Sep 2019 06:30:28 -0700 (PDT) In-Reply-To: (=?utf-8?Q?=22G=C3=A1bor?= Boskovits"'s message of "Fri, 6 Sep 2019 21:58:27 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: =?utf-8?Q?G=C3=A1bor?= Boskovits Cc: Guix-devel G=C3=A1bor Boskovits writes: Thanks for responding, G=C3=A1bor! > It looks like you are hitting the case mentioned in the notes, when clang= uses gcc. Could you try this > using gcc? I noticed that too, and I think our clang is built with gcc. But aren't I already using gcc? > /gnu/store/n2p1zs14y89lwkg9da68y12pc10c6sw9-gcc-5.5.0/bin/c++ This is the compilation command being invoked which causes the linking errors (as far as I can tell). --=20 Katherine