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:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=sAFEAav r1/DDbos4V59Bw08whY+yQK3kjHehIdy32uehUoaqOamGFh/1CsoaUG+ajoFM4/i DDF6X641p8F8va0xTwRI47gSYUl+MAwD+E+KG7LapuI6+DZanSuLYI2y7X/+VXSh M2ONbOR/C7+clFcKoeyeMI6drQqJme4F0JHU= 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:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=Ue8MebZiJpU1i wVio0d1tVyCDj4=; b=q6tHOrFYN+/dXcw8H7TmfHFZ8KWUAzalAUU56rDgBCmL8 2a8s+TRkwJXl7zaukzzk6ezNr/MpEniStiVRCy5X3v3YBreH8BSJ/2/CqS+KQMO5 WMXSbnjWRyxLgJ8JuGXWLiv35YeDdU083Zv39aiHHsPsAPpAEtCNONqwdcKg1E= 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.6 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=HX-HELO:sk:mail-it, jony, JonY X-HELO: mail-it1-f169.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=tvNGjKMPl34lxH/elkBZ595MDIXEOAYHM2qFVIxpJg8=; b=F4ylQRToQgm849tQWoPR1utu8UkkVMCEVS9JplB9vadSkPAVpmXXlN/3If3KTuX8CT quZOmb4yUX+KyBv/7qIarFdv4+Mfkmhp6aMfAxFeWfuHTe32Na8IapkF6jF6+xTrpHn5 bDMSnh9sOpOkH9/a6NltQxvM3MwjiwmQUOJC86sq2DJLCq1Ze9KuPrmO/mDTQuj53xmM B7Qtcn6bKcvOykCa5HRpaFqpi3mi0uDtOnCC81hfsccgoaTOUN9Rf+kdDnPzdJ0macxQ YpGmTV4g7roHvFQoKcio6O4hKhr96Sj3+1OEnUhw39I2KsI8AW28RJO8nvsGRrEAOeW2 2nWg== MIME-Version: 1.0 In-Reply-To: <92c7e8c2-c440-1bb8-f329-23951d10dffe@gmail.com> References: <92c7e8c2-c440-1bb8-f329-23951d10dffe AT gmail DOT com> From: Lee Date: Wed, 9 Jan 2019 13:14:34 -0500 Message-ID: Subject: Re: i686-w64-mingw32-gcc: LC_MESSAGES To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes On 1/9/19, JonY wrote: > On 1/8/19 9:26 PM, Lee wrote: >> http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/locale.h.html >> has a note for LC_MESSAGES: >> The functionality described is an extension to the ISO C standard. >> Application developers may make use of an extension as it is >> supported on all POSIX.1-2017-conforming systems. >> >> i686-w64-mingw32-gcc doesn't have LC_MESSAGES defined. >> Is that an oversight, something missing in windows, or .. ?? >> > > Windows MSVCR isn't POSIX nor ISO C compliant, so you shouldn't be > referring to opengroups, only against MSDN. What's a Windows MSVCR? Since the same program compiled with cygwins' gcc has LC_MESSAGES defined, I was guessing it was just a library thing and maybe it just hadn't been implemented in the mingw libraries yet.. but it sounds like it's not an oversight & Microsoft needs to support LC_MESSAGES before i686-w64-mingw32-gcc will. Is that about right? Thanks, Lee -- 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