0

I am in need of GCC 4.1.2 compiler for windows.I don't know much about compilers.If gcc compiler is not available for windows then, are there any similar compilers for windows? Any one please help me out.

dinesh
  • 5
  • 1
  • 3

3 Answers3

0

You can go with these options :

  1. MinGW
  2. Cygwin
Abhijeet Kasurde
  • 3,937
  • 1
  • 24
  • 33
0

If you want the real easy way and you'll have GCC 4.x installed in 2 clicks.

Download CodeBlocks + MinGW

http://prdownload.berlios.de/codeblocks/codeblocks-13.12mingw-setup.exe

http://www.codeblocks.org/downloads/26

[Updated link: Initially did one without mingw]

B. Nadolson
  • 2,988
  • 2
  • 20
  • 27
0

Have you tried the two options for windows on Installing GCC Binaries webpage? It is located here.

Emacs User
  • 1,457
  • 1
  • 12
  • 19