Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I download GCC binaries for windows? [closed]

Tags:

I want to play around with GCC 4.5 but on GCC's site it says that they don't supply binaries. I think downloading the source and building GCC from scratch is a bit of overkill (even if the OS I'm using (Windows) is rather obscure).

Where can I download GCC 4.5 for Windows?

(I don't want all of Cygwin, just GCC)

like image 536
Motti Avatar asked Apr 21 '10 12:04

Motti


People also ask

Where are GCC binaries?

You need to use the which command to locate c compiler binary called gcc. Usually, it is installed in /usr/bin directory.

Is there GCC for Windows?

Depending on the speed of your machine, you can have the latest GCC up and running in as little as 15 minutes. The steps are: Install Cygwin, which gives us a Unix-like environment running on Windows. Install a set of Cygwin packages required for building GCC.


1 Answers

try tdm-gcc for windows http://tdm-gcc.tdragon.net/download

like image 191
milou Avatar answered Oct 08 '22 12:10

milou