From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 84571 invoked by alias); 14 Jan 2019 19:12:17 -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 84554 invoked by uid 89); 14 Jan 2019 19:12:17 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Achim, achim, Hx-languages-length:554, Hx-spam-relays-external:ESMTPA X-HELO: vsmx009.vodafonemail.xion.oxcs.net Received: from Unknown (HELO vsmx009.vodafonemail.xion.oxcs.net) (153.92.174.87) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 14 Jan 2019 19:12:15 +0000 Received: from vsmx001.vodafonemail.xion.oxcs.net (unknown [192.168.75.191]) by mta-5-out.mta.xion.oxcs.net (Postfix) with ESMTP id 729FFC03DA for ; Mon, 14 Jan 2019 19:12:06 +0000 (UTC) Received: from Gertrud (unknown [91.47.63.38]) by mta-5-out.mta.xion.oxcs.net (Postfix) with ESMTPA id 4A9503007DA for ; Mon, 14 Jan 2019 19:12:04 +0000 (UTC) From: Achim Gratz To: cygwin@cygwin.com Subject: Re: Needing the executable grap References: <000001d4abca$83263610$8972a230$@bonhard.uklinux.net> <001201d4ac1a$869b2a30$93d17e90$@bonhard.uklinux.net> Date: Mon, 14 Jan 2019 19:12:00 -0000 In-Reply-To: <001201d4ac1a$869b2a30$93d17e90$@bonhard.uklinux.net> (Fergus's message of "Mon, 14 Jan 2019 15:05:02 -0000") Message-ID: <87k1j72gvy.fsf@Rainer.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-01/txt/msg00110.txt.bz2 Fergus writes: > g++ -DHAVE_CONFIG_H -I. -std=c++0x -Wall -std=c++0x -g -O2 -std=c++0x -MT grap.o -MD -MP -MF .deps/grap.Tpo -c -o grap.o grap.cc It is almost always a mistake to request strict standards coherence as it will make _all_ functions not explicitly in the ISO standard invisible. Try the GNU variant of that flag instead. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf microQ V2.22R2: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada -- 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