Page 1 of 1

[Solved] C develop on mint

Posted: Sat Jan 19, 2013 11:00 am
by fisi
i tried to compile a simple helloworld code on linux mint, but i always have an error on the stdio library, both on kdevelop and on the terminal. gcc is installed and the syntax is correct (this error never appeared with ubuntu or windows). thanks for the help!

Re: C develop on mint

Posted: Sat Jan 19, 2013 12:40 pm
by grepnix
What is the error?

Have you installed build-essential?

Regards,
Grepnix

Re: C develop on mint

Posted: Sat Jan 19, 2013 7:56 pm
by fisi
i installed build-essentials and now all works correctly, thank you very much!