public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* GNU gcc 10.1 on Windows 10
@ 2020-05-21 13:05 Pierre Gaumond
  2020-05-21 13:15 ` i.nixman
  2020-05-21 15:28 ` Jonathan Wakely
  0 siblings, 2 replies; 6+ messages in thread
From: Pierre Gaumond @ 2020-05-21 13:05 UTC (permalink / raw)
  To: gcc-help

Hello,

I already have GNU gcc on my Windows 10 system. I use it with cmd, not 
cigwin. Here is the version:

gcc (x86_64-win32-seh-rev0, Built by MinGW-W64 project) 8.1.0

Does it exist a version of gcc 9.3 or 10.1 in *.zip format instead of 
*.tar.gz?

In the past' I installed GNU gcc from the MIT server and was able to 
uncompress the file with gzip and tar.

I think I can remember how the makefile works and I should have no 
problem to simulate it.

Can you help me?

Thanks for any information.

Pierre Gaumond

-- 
/Pierre Gaumond/
Montréal | Montreal - (Qc) Canada
Le Tout est souvent plus grand que la somme de ses parties | The Whole 
is often greater than the sum of its parts
Envoyez-moi un courriel | Send me an e-mail 
<mailto:Pierre%20Gaumond%20<pierregaumond1946@gmail.com>>
|Envoyé de mon Intel I7 | Sent from my Intel I7|


-- 
L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast.
https://www.avast.com/antivirus

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

* Re: GNU gcc 10.1 on Windows 10
  2020-05-21 13:05 GNU gcc 10.1 on Windows 10 Pierre Gaumond
@ 2020-05-21 13:15 ` i.nixman
       [not found]   ` <6afdfb22-bced-426a-0758-5e5b50f243a6@gmail.com>
  2020-05-21 15:28 ` Jonathan Wakely
  1 sibling, 1 reply; 6+ messages in thread
From: i.nixman @ 2020-05-21 13:15 UTC (permalink / raw)
  To: Pierre Gaumond, gcc-help

On 2020-05-21 13:05, Pierre Gaumond via Gcc-help wrote:
> Hello,
> 
> I already have GNU gcc on my Windows 10 system. I use it with cmd, not
> cigwin. Here is the version:
> 
> gcc (x86_64-win32-seh-rev0, Built by MinGW-W64 project) 8.1.0
> 
> Does it exist a version of gcc 9.3 or 10.1 in *.zip format instead of 
> *.tar.gz?

no, that was my last build for the MinGW-W64 project.
I plan to renew the release builds of GCC for Windows, but this time on 
my own...

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

* Re: GNU gcc 10.1 on Windows 10
       [not found]   ` <6afdfb22-bced-426a-0758-5e5b50f243a6@gmail.com>
@ 2020-05-21 14:57     ` i.nixman
  0 siblings, 0 replies; 6+ messages in thread
From: i.nixman @ 2020-05-21 14:57 UTC (permalink / raw)
  To: Pierre Gaumond, gcc-help

On 2020-05-21 13:23, Pierre Gaumond wrote:
> Do you mean that there exist no source code for GNU gcc at levels of
> 89.3 or 10.0?

what do you mean by level? version?

> Do you know if there exists some applications on Windows that can
> unpack *.tar.gz files?

7-zip

> Is it so hard to configure for Windows?

for most people - yes, it's difficult.

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

* Re: GNU gcc 10.1 on Windows 10
  2020-05-21 13:05 GNU gcc 10.1 on Windows 10 Pierre Gaumond
  2020-05-21 13:15 ` i.nixman
@ 2020-05-21 15:28 ` Jonathan Wakely
  2020-05-22  7:11   ` i.nixman
  1 sibling, 1 reply; 6+ messages in thread
From: Jonathan Wakely @ 2020-05-21 15:28 UTC (permalink / raw)
  To: Pierre Gaumond; +Cc: gcc-help

On Thu, 21 May 2020 at 15:12, Pierre Gaumond via Gcc-help
<gcc-help@gcc.gnu.org> wrote:
>
> Hello,
>
> I already have GNU gcc on my Windows 10 system. I use it with cmd, not
> cigwin. Here is the version:
>
> gcc (x86_64-win32-seh-rev0, Built by MinGW-W64 project) 8.1.0
>
> Does it exist a version of gcc 9.3 or 10.1 in *.zip format instead of
> *.tar.gz?

https://nuwen.net/mingw.html has GCC 9.2

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

* Re: GNU gcc 10.1 on Windows 10
  2020-05-21 15:28 ` Jonathan Wakely
@ 2020-05-22  7:11   ` i.nixman
  2020-05-22 14:06     ` Jonathan Wakely
  0 siblings, 1 reply; 6+ messages in thread
From: i.nixman @ 2020-05-22  7:11 UTC (permalink / raw)
  To: Jonathan Wakely, gcc-help

On 2020-05-21 15:28, Jonathan Wakely via Gcc-help wrote:

> https://nuwen.net/mingw.html has GCC 9.2

right, but I talked about the available builds on the MinGW-W64 project.

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

* Re: GNU gcc 10.1 on Windows 10
  2020-05-22  7:11   ` i.nixman
@ 2020-05-22 14:06     ` Jonathan Wakely
  0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Wakely @ 2020-05-22 14:06 UTC (permalink / raw)
  To: niXman; +Cc: gcc-help

On Fri, 22 May 2020 at 08:11, <i.nixman@autistici.org> wrote:
>
> On 2020-05-21 15:28, Jonathan Wakely via Gcc-help wrote:
>
> > https://nuwen.net/mingw.html has GCC 9.2
>
> right, but I talked about the available builds on the MinGW-W64 project.

Right, but Pierre was asking for a newer GCC, and he can get a newer
one from somewhere else that isn't MinGW-W64.

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

end of thread, other threads:[~2020-05-22 14:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-21 13:05 GNU gcc 10.1 on Windows 10 Pierre Gaumond
2020-05-21 13:15 ` i.nixman
     [not found]   ` <6afdfb22-bced-426a-0758-5e5b50f243a6@gmail.com>
2020-05-21 14:57     ` i.nixman
2020-05-21 15:28 ` Jonathan Wakely
2020-05-22  7:11   ` i.nixman
2020-05-22 14:06     ` Jonathan Wakely

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).