Thursday, November 09, 2006

Today when I install a package on my newly installed Ubuntu box, I got this error when run ./configure: C compiler cannot create executables. I installed gcc then but still getting the same error.

By search the Ubuntu forum, I found this command to quickly install a c compiler, maybe other compilers too.

apt-get install build-essential


Just a quick tip for beginners running into the same problem.

No comments: