"Matias Trocki" <matiastrocki@xxxxxxxxxxx> 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