public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Hello, I would like to know how to download gcc 9.2 in windows from here. https://ftp.gnu.org/gnu/gcc/gcc-9.2.0/ Thanks.
@ 2019-11-04 19:58 Aditya Guharoy
  2019-11-04 20:45 ` Florian Weimer
  2019-11-05  2:46 ` Liu Hao
  0 siblings, 2 replies; 4+ messages in thread
From: Aditya Guharoy @ 2019-11-04 19:58 UTC (permalink / raw)
  To: gcc-help

Hello,
I would like to know how to download gcc 9.2 in windows from here.
https://ftp.gnu.org/gnu/gcc/gcc-9.2.0/
Thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Hello, I would like to know how to download gcc 9.2 in windows from here. https://ftp.gnu.org/gnu/gcc/gcc-9.2.0/ Thanks.
  2019-11-04 19:58 Hello, I would like to know how to download gcc 9.2 in windows from here. https://ftp.gnu.org/gnu/gcc/gcc-9.2.0/ Thanks Aditya Guharoy
@ 2019-11-04 20:45 ` Florian Weimer
  2019-11-05  2:46 ` Liu Hao
  1 sibling, 0 replies; 4+ messages in thread
From: Florian Weimer @ 2019-11-04 20:45 UTC (permalink / raw)
  To: Aditya Guharoy; +Cc: gcc-help

* Aditya Guharoy:

> I would like to know how to download gcc 9.2 in windows from here.
> https://ftp.gnu.org/gnu/gcc/gcc-9.2.0/

The GNU project does not distribute pre-built Windows builds of GCC.
You can try the Mingw or Cygwin as a substitute.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Hello, I would like to know how to download gcc 9.2 in windows from here. https://ftp.gnu.org/gnu/gcc/gcc-9.2.0/ Thanks.
  2019-11-04 19:58 Hello, I would like to know how to download gcc 9.2 in windows from here. https://ftp.gnu.org/gnu/gcc/gcc-9.2.0/ Thanks Aditya Guharoy
  2019-11-04 20:45 ` Florian Weimer
@ 2019-11-05  2:46 ` Liu Hao
       [not found]   ` <CAG3trE-ybQqej8gPPDDR-RXyrxxPMuycA4MmxLrbwmoq3tVrQA@mail.gmail.com>
  1 sibling, 1 reply; 4+ messages in thread
From: Liu Hao @ 2019-11-05  2:46 UTC (permalink / raw)
  To: Aditya Guharoy, gcc-help


[-- Attachment #1.1: Type: text/plain, Size: 526 bytes --]

在 2019/11/5 3:58, Aditya Guharoy 写道:
> Hello,
> I would like to know how to download gcc 9.2 in windows from here.
> https://ftp.gnu.org/gnu/gcc/gcc-9.2.0/
> Thanks.
> 

You may get prebuilt toolchains from MSYS2 [1].

0) Remember to update pacman databases and all packages once
   the installation is complete:

    $ pacman -Syu

1) Use this command to install GCC for both x86 and x64:

    $ pacman -S mingw-w64-{i686,x86_64}-gcc


[1] https://www.msys2.org/


-- 
Best regards,
LH_Mouse


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Hello, I would like to know how to download gcc 9.2 in windows from here. https://ftp.gnu.org/gnu/gcc/gcc-9.2.0/ Thanks.
       [not found]   ` <CAG3trE-ybQqej8gPPDDR-RXyrxxPMuycA4MmxLrbwmoq3tVrQA@mail.gmail.com>
@ 2019-11-05 14:06     ` Liu Hao
  0 siblings, 0 replies; 4+ messages in thread
From: Liu Hao @ 2019-11-05 14:06 UTC (permalink / raw)
  To: Aditya Guharoy, gcc-help


[-- Attachment #1.1: Type: text/plain, Size: 493 bytes --]

在 2019/11/5 20:29, Aditya Guharoy 写道:
> Thanks a lot. I have followed option 2 and installed GCC 9.2.
> Also, May I know compile and run c++17,c++14, c++11 programs in this
> terminal means what syntax we should write in this terminal to get output.
> Thanks.
> 

What did you mean? GCC itself doesn't care about where you write
program. As for 9.2 `gnu++14` is default but you can always select a
different one by using the `-std=` option.


-- 
Best regards,
LH_Mouse


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-11-05 14:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-04 19:58 Hello, I would like to know how to download gcc 9.2 in windows from here. https://ftp.gnu.org/gnu/gcc/gcc-9.2.0/ Thanks Aditya Guharoy
2019-11-04 20:45 ` Florian Weimer
2019-11-05  2:46 ` Liu Hao
     [not found]   ` <CAG3trE-ybQqej8gPPDDR-RXyrxxPMuycA4MmxLrbwmoq3tVrQA@mail.gmail.com>
2019-11-05 14:06     ` Liu Hao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).