Pelles C forum

C language => Beginner questions => Topic started by: Kepler on February 05, 2015, 09:21:22 PM

Title: Before installing Pelles C (for windows7 64 bit)
Post by: Kepler on February 05, 2015, 09:21:22 PM
Hi Members,

Today I am installing Pelles C for 64 bit windows7. I already have the GCC compiler installed. Do I need to uninstall this compiler prior to installing the Pelles C IDE?

Thank you
Title: Re: Before installing Pelles C (for windows7 64 bit)
Post by: Vortex on February 05, 2015, 09:49:09 PM
Hi Kepler,

You don't have to uninstall anything. I have MinGW, Pelles C and Cygwin including gcc installed on my system. No any problem.
Title: Re: Before installing Pelles C (for windows7 64 bit)
Post by: Kepler on February 05, 2015, 09:53:47 PM
Thank you Vortex. I will proceed with the installation of Pelles C.

To clarify my initial post, I have installed MinGW-GCC compiler.

Info on MinGW (Minimalist GNU for Windows) and GCC (GNU Compiler Collection) is here: 

http://en.wikipedia.org/wiki/MinGW
http://www.mingw.org/Welcome_to_MinGW_org
http://en.wikipedia.org/wiki/GNU_Compiler_Collection

Thank you