Click here to Skip to main content
15,890,512 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Is it just me or is installing gcc for Windows particularly ridiculous? Pin
raddevus12-Oct-21 9:04
mvaraddevus12-Oct-21 9:04 
GeneralRe: Is it just me or is installing gcc for Windows particularly ridiculous? Pin
RickZeeland12-Oct-21 9:32
mveRickZeeland12-Oct-21 9:32 
GeneralRe: Is it just me or is installing gcc for Windows particularly ridiculous? Pin
Brisingr Aerowing12-Oct-21 13:17
professionalBrisingr Aerowing12-Oct-21 13:17 
GeneralRe: Is it just me or is installing gcc for Windows particularly ridiculous? Pin
Chris Maunder13-Oct-21 4:23
cofounderChris Maunder13-Oct-21 4:23 
GeneralRe: Is it just me or is installing gcc for Windows particularly ridiculous? Pin
den2k8812-Oct-21 21:20
professionalden2k8812-Oct-21 21:20 
GeneralRe: Is it just me or is installing gcc for Windows particularly ridiculous? Pin
giulicard12-Oct-21 21:36
giulicard12-Oct-21 21:36 
GeneralRe: Is it just me or is installing gcc for Windows particularly ridiculous? Pin
pkfox12-Oct-21 23:10
professionalpkfox12-Oct-21 23:10 
GeneralRe: Is it just me or is installing gcc for Windows particularly ridiculous? Pin
giulicard13-Oct-21 0:06
giulicard13-Oct-21 0:06 
Another way to obtain a gcc compiler for Windows is to install Bloodshed C++ environment that comes with MinGW64 and a great IDE.

You can use winget:

PS C:\Users\User> winget search gcc
Nome                       Id                              Versione   Corrispondenza Origine
--------------------------------------------------------------------------------------------
CrossWorks for ARM         Rowley.CrossWorks               4.8        Tag: GCC       winget
Embarcadero Dev-C++        Bloodshed.Dev-C++               6.3        Tag: gcc       winget
GNU Arm Embedded Toolchain Arm.GnuArmEmbeddedToolchain     10-2021.07 Tag: gcc       winget
libjpeg-turbo SDK (GCC)    libjpeg-turbo.libjpeg-turbo-gcc 2.1.1                     winget
Go Programming Language    GoLang.Go                       1.17.2     Tag: gccgp     winget
PS C:\Users\User>winget install Bloodshed.Dev-C++
...


or use the installer form Embarcadero:

Free Embarcadero Dev-C++[^]

If you are interested in give a try to clang for windows, I would like to suggest you install https://www.ultimatepp.org/ which comes with clang 10 for Windows.

PS C:\Users\User> C:\Users\User\AppData\Roaming\upp\bin\clang\bin\clang++.exe --version
clang version 10.0.0 (https://github.com/llvm/llvm-project.git d32170dbd5b0d54436537b6b75beaf44324e0c28)
Target: x86_64-w64-windows-gnu
Thread model: posix
InstalledDir: C:\Users\User\AppData\Roaming\upp\bin\clang\bin
PS C:\Users\User>


Regards
GeneralRe: Is it just me or is installing gcc for Windows particularly ridiculous? Pin
Stuart Dootson13-Oct-21 1:33
professionalStuart Dootson13-Oct-21 1:33 
GeneralRe: Is it just me or is installing gcc for Windows particularly ridiculous? Pin
Chris Maunder13-Oct-21 4:25
cofounderChris Maunder13-Oct-21 4:25 
GeneralHas or Is anyone using this Browser Pin
Choroid12-Oct-21 6:47
Choroid12-Oct-21 6:47 
GeneralRe: Has or Is anyone using this Browser Pin
Mike Hankey12-Oct-21 6:49
mveMike Hankey12-Oct-21 6:49 
GeneralRe: Has or Is anyone using this Browser Pin
BryanFazekas13-Oct-21 1:37
BryanFazekas13-Oct-21 1:37 
GeneralRe: Has or Is anyone using this Browser Pin
PIEBALDconsult12-Oct-21 6:54
mvePIEBALDconsult12-Oct-21 6:54 
GeneralRe: Has or Is anyone using this Browser Pin
Vikram A Punathambekar12-Oct-21 6:54
Vikram A Punathambekar12-Oct-21 6:54 
GeneralRe: Has or Is anyone using this Browser Pin
darktrick54413-Oct-21 7:43
darktrick54413-Oct-21 7:43 
GeneralRe: Has or Is anyone using this Browser Pin
Dave Kreskowiak12-Oct-21 6:54
mveDave Kreskowiak12-Oct-21 6:54 
GeneralRe: Has or Is anyone using this Browser Pin
  Forogar  12-Oct-21 7:13
professional  Forogar  12-Oct-21 7:13 
GeneralRe: Has or Is anyone using this Browser Pin
Jacquers12-Oct-21 7:17
Jacquers12-Oct-21 7:17 
GeneralRe: Has or Is anyone using this Browser Pin
Rick York12-Oct-21 7:34
mveRick York12-Oct-21 7:34 
GeneralRe: Has or Is anyone using this Browser Pin
r_hyde12-Oct-21 9:17
r_hyde12-Oct-21 9:17 
GeneralRe: Has or Is anyone using this Browser Pin
Gerry Schmitz12-Oct-21 8:11
mveGerry Schmitz12-Oct-21 8:11 
GeneralRe: Has or Is anyone using this Browser Pin
dandy7212-Oct-21 8:16
dandy7212-Oct-21 8:16 
GeneralRe: Has or Is anyone using this Browser Pin
David O'Neil12-Oct-21 8:17
professionalDavid O'Neil12-Oct-21 8:17 
GeneralRe: Has or Is anyone using this Browser Pin
Wizard of Sleeves12-Oct-21 20:46
Wizard of Sleeves12-Oct-21 20:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.