This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Question


"Matias Trocki" <matiastrocki@hotmail.com> writes:

> I need a compiler for C language. Only C if possible. I do not know
> how or where can I find this compiler.

gcc is a compiler for the C language.  It also supports several other
languages, but you are not required to use or even build that support.
See the --enable-languages option to configure.  For details on how to
get gcc if you do not already have it, see http://gcc.gnu.org/.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]