The Secret Journey

My Ubuntu doesn’t compile

September 24, 2007 · Leave a Comment

I’m quite new with Ubuntu and used to work with RedHat before. Using this new distro, made experiencing a lot of new thins such as what I got today. I was unable to compile several application from source code. The C compiler is installed, but not the essential headers. Therefore, I got the error message below whenever I compiled an application:

C compiler cannot create executables

To allow me compiling the source, here what I need to do:

#sudo apt-get install build-essential

Voila, I’m now able to compile the sources

Categories: System

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment