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:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type:content-transfer-encoding; q=dns; s=default; b=jYr3nJ1sfoXqQwQ8HM1geFafqXBiPsQxTYoGu6+u35k Zouri9tV2zW59GEcA8gP/yrHkX1HQR1NLUn44QzYb6uNnJKRPzbt1tnBYigpM1gZ sPi31o13mA3u1KmZy2sFtw3AdQdmGRkW8pd2D1OR7j6DbfI/opK6Ia9rmeDf7Fq8 = 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:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type:content-transfer-encoding; s=default; bh=kWa6L0zZeSdHQO0QAIFO88Q+etE=; b=dQWzuVYxC1uJhVYjl 7Du14rxUdLCqL1sBVOugqHpOg5UGG2IC6uy/NBNvM+tEMqTfr54n7wTU8nzZR672 egzFScTRhKu6GihYoskHWqK77KWQ2RqiTKlxBIvxnA/WKRMuGqdUGocI2Vpci2EA mFO/UG976mlcuzJFFb2YhF5Fu8= 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=AWL,BAYES_00,FREEMAIL_FROM,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:1067, HX-Received:1d02, google, After X-HELO: mail-qt1-f196.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-transfer-encoding; bh=ofUNVvmutqvjuFLzt6kQX8ILKXXBNq8mdMPBUF7xUrE=; b=CMw/tEiVsmcQ84YMrLyXyrUUYEb7rprUtv8VkHA4EeOnmwN3ioB6AhF8sBTvr3oD/F Ay3+q7qCftOHN3aiuzS91k5xqq6YwSwLC4S65d5fQF+iuAnd7fwbP34merQ05wUroKpN sqOb7jNTKTfkyr9qI11vpT7BiSMQcqtzu9iA+iCp2YCsv5b4uebWvVpTji1d5YwnPAQC KLQV5ant3GiveiBeisbvLmvRmrc+SV/u7n5Q6pEBzePF9a8R9h5NnLaXMgz+F5TyBJGb DBmuAgLz1ayqd/2sqZhY3Y/l6xg1PBCrQpWW0WTZ8fPmOV+7fPWOxiG+tCLUjlJfm5Tk TDnA== MIME-Version: 1.0 References: <6eb060d0-545b-4c7d-f6c6-a40772dda74f AT gmail DOT com> <94231473-d378-952e-a450-d0323e3906dd AT cs DOT umass DOT edu> In-Reply-To: From: Csaba Raduly Date: Sat, 18 May 2019 08:50:32 +0200 Message-ID: Subject: Re: How to install gcc and g++ 6 on cygwin which are not on the setup.exe To: cygwin list Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x4I6owcM012463 On Sat, May 18, 2019 at 7:14 AM Brian Inglis wrote: > > On 2019-05-17 21:18, Jose Isaias Cabrera wrote: > > After more than 8 hours running, building gcc-6.4.0, this error popped up: > > In file included from ../.././libjava/jni-libjvm.cc:14:0: > > ../.././libjava/include/jvm.h:795:3: error: ‘ParkHelper’ does not name a type > > ParkHelper park_helper; > > Did a few duckduckgo searches and nothing helpfult was found. Before I go to > > the gcc email support, anyone has an idea? > Try google: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49499 José, try passing --enable-languages=c,c++ to configure. Unfortunately, you may need to rm -rf the build directory and start from scratch. Csaba -- You can get very substantial performance improvements by not doing the right thing. - Scott Meyers, An Effective C++11/14 Sampler So if you're looking for a completely portable, 100% standards-conformat way to get the wrong information: this is what you want. - Scott Meyers (C++TDaWYK) -- 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