I have a problem ; that i can't compile and Run my C files in Ubuntu , so how can i do this??

Recommended Answers

All 3 Replies

I have a problem ; that i can't compile and Run my C files in Ubuntu , so how can i do this??

Do you have a c compiler installed?

if not do :

sudo apt-get install build-essential
Member Avatar for TKSS

Ubuntu doesn't contain the GCC compiler by default...they seem to think it is too dangerous to include.

Using the command referenced above will take care of you.

Hmm. Ok thanks i will try that. thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.