From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106610 invoked by alias); 7 Dec 2016 23:58:11 -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 106602 invoked by uid 89); 7 Dec 2016 23:58:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=H*f:sk:announc, H*i:sk:announc X-HELO: mail-io0-f171.google.com Received: from mail-io0-f171.google.com (HELO mail-io0-f171.google.com) (209.85.223.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 07 Dec 2016 23:58:01 +0000 Received: by mail-io0-f171.google.com with SMTP id a124so741445540ioe.2 for ; Wed, 07 Dec 2016 15:58:01 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-transfer-encoding; bh=g8U8xzUy9Q6R/4M66MzvQyuIwClEq+DRvS7NRvbtPMg=; b=GRT/vaE6+3tPgXaoco1c7k/BCFYR5a9QZ1iuKN7JnE4m+BBmQVowRPpsJhGwc+tXhh 5urrJ5m4I704YAgng2Wjxr45/wJ0dghnNEFtaWDE5q7SofqO8HvztdhGsF4QtvtiwY0L f55kXTJRQbv+zlF3bNkDCmneuXMY4b2khqQGbxcE2SV43tjgm5U+KEgiWkN3YmlrOnE/ 3LQx6gkUykZvRtOKtiIoeA8u4iBD4+TErYkSLS56feLVc070cIWnFZSrVhFQQTIKZo/G JnildHYisU0YvPvGz5yUmNLK9LebGzEVRN4ndHYZaspcUKdBF2cO87cvvQ1RuS0oqgJ5 Gq7g== X-Gm-Message-State: AKaTC02CYXYZtzwG3pS/I7vxGBPRzaAgW72YzuGpRMj8cuH8U7dlMFmzbzQh61Y9ld2TQt4v6t0cRZ/6BsQ4qA== X-Received: by 10.107.34.8 with SMTP id i8mr57089645ioi.132.1481155079450; Wed, 07 Dec 2016 15:57:59 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.144.6 with HTTP; Wed, 7 Dec 2016 15:57:58 -0800 (PST) In-Reply-To: References: From: Roger Pack Date: Wed, 07 Dec 2016 23:58:00 -0000 Message-ID: Subject: Re: [ANNOUNCEMENT] llvm 3.8.1-1 To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-12/txt/msg00080.txt.bz2 On 7/21/16, Yaakov Selkowitz wrote: > The following packages have been uploaded to the Cygwin distribution: > > * llvm-3.8.1-1 > * llvm-doc-3.8.1-1 > * libllvm3.8-3.8.1-1 > * libllvm-devel-3.8.1-1 Awesome. I tried building 3.9.0 today and ran into llvm-3.9.0.src/lib/Support/Unix/Signals.inc:418:5: error: =E2=80=98Dl_info= =E2=80=99 was not declared in this scope Dl_info dlinfo; then when I kind of worked around that by modifying Signals.cpp and change it to include windows.inc at link time I end up with this: Linking CXX executable ../../bin/llvm-tblgen.exe CMakeFiles/obj.llvm-tblgen.dir/TableGen.cpp.o: In function `main': /home/packrd/llvm/llvm-3.9.0.src/utils/TableGen/TableGen.cpp:188: undefined reference to `llvm::sys::PrintStackTraceOnErrorSignal(llvm::StringRef, bool)' Any hints/suggestions there? Thanks! -- 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