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:to:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=cG2AD gFV+cc9B7n2f0JGBDTe4dDSJlvAwe2i97kyZzYLn3USx8tj/SqAVVvuLN9CDaBl2 H6Awrr/XdJAvsY9sAr6YxrjQyaLSqwO5DlSBM0epQEo7zaPs7NZ6S/xKdTaprxiA 7R5M1Epa5uh0tXu26b0UEQMLT3cfPnee/7vFls= 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:to:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=HloSji3bedm KnaHugq0p1dWeEe0=; b=Dm/BsD+boM0B+oLuQAArnSWTlr3zHz8dsDWBdbJ0QsC s+QhYMS9kYim4NQbkOLBYXC405UI47AvcrbV6d308WDDTHgGOdfSnvhs+HE8Zowa 5u0aM4euq7vas2Uo6dWnbHhqvyNvIQ+91HVyGw82xTwYAuFEx4hgakcbV4pMuwkI = 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=-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 From: Achim Gratz To: cygwin AT cygwin DOT 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 20:12:01 +0100 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 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