Deutsch English Français Italiano |
<vqi1ge$8jg8$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: bart <bc@freeuk.com> Newsgroups: comp.lang.c Subject: Re: Python recompile Date: Sat, 8 Mar 2025 18:15:43 +0000 Organization: A noiseless patient Spider Lines: 35 Message-ID: <vqi1ge$8jg8$1@dont-email.me> References: <vq1qas$j22$1@gallifrey.nk.ca> <vq3oag$18iv6$1@dont-email.me> <vq4hf2$1brf7$1@dont-email.me> <vq4l3d$1ck9e$1@dont-email.me> <vq4m0u$1ctpn$1@dont-email.me> <vq4n05$1d5dv$1@dont-email.me> <vq4om7$1dbo2$2@dont-email.me> <vq6dqh$1pskk$1@dont-email.me> <vq6f8p$1pmnk$1@dont-email.me> <vq6gqc$1qcp8$1@dont-email.me> <vq6ips$1pmnk$2@dont-email.me> <vq6j5h$1qosf$1@dont-email.me> <20250304092827.708@kylheku.com> <vq7g1p$1vmg5$1@dont-email.me> <vq94dt$2boso$1@dont-email.me> <vqcsk7$23bfo$1@paganini.bofh.team> <vqefn1$3flpt$1@dont-email.me> <vqeu5c$3imil$1@dont-email.me> <vqeun4$3iqbq$1@dont-email.me> <vqfcbe$3lkkc$1@dont-email.me> <871pv861ht.fsf@nosuchdomain.example.com> <20250308192940.00001351@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sat, 08 Mar 2025 19:15:43 +0100 (CET) Injection-Info: dont-email.me; posting-host="e630c26e8bd8ae402d61b23283b8f76e"; logging-data="282120"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/THO4L2ZoiF7DHVXSTjLSK" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:36sQtzXQjfDRyodqknE4pldAXKc= In-Reply-To: <20250308192940.00001351@yahoo.com> Content-Language: en-GB Bytes: 3028 On 08/03/2025 17:29, Michael S wrote: > On Fri, 07 Mar 2025 12:15:42 -0800 > Keith Thompson <Keith.S.Thompson+u@gmail.com> wrote: >> >> GCC contains support for x86-64 using the mingw-w64 runtime >> library, available from https://www.mingw-w64.org/downloads/. This >> library should be used with the target triple x86_64-pc-mingw32. >> > > The gcc compiler that I use on Windows most of the time has different > tripple: x86_64-w64-mingw32 > It is a native Window program for AMD64 (a.k.a. x86_64) architecture > that generates likewise objects/exe. > I am not sure about the meaning of the 3rd part of the triple. > I think nobody does. There's always been some sort of mystique surrounding 'gcc' on Windows. 'MinGW' supposedly 'Minimalist Gnu on Windows'. In that case I wouldn't like to see the full-scale one.. My gcc installation 14.1 takes up nearly 0.9GB; don't ask me how much of that, if any, is 'MinGW'. My view is all mentions of 'MinGW' could be removed at a stroke, and nothing would really change: you'd still have a compiler called 'gcc' that can compile C programs for an x64 Win64 ABI target. Newer gcc's I now obtain from winlibs.com (ones like TDM are stuck at 10.2). On that site, it explains something about MingW, although I still don't really get it: https://winlibs.com/philosophy.html