checking whether the C compiler (gcc ) works... no

chris (2007-06-25 17:57:24)
9489 views
1 replies

Oh look - the Ubuntu guys are still omitting to include the essential 'build-essential' package in default installs. This brings up errors when trying to use gcc - which claims to be unable to create a binary. You may see errors like this in your './configure' outputs:

checking whether the C compiler (gcc ) works... no,

As with the famous ubuntu stdio.h problem this is easily solved with a single package install:

% sudo apt-get install build-essential

Excuse my rant, (again), but if it's so 'essential', then why isn't it installed as part of the core system? I find that kinda weird. I thought the whole point of running a linux system was to open up the world of open-source to its users. The omission of this package IMHO has precisely the opposite effect.

ho hum..

christo
Digg it! Submit to Slashdot Add to Blinklist Del.icio.us Add to Newsvine Add to Technorati Add it to Google Bookmarks
comment
tonyk
2009-07-16 23:30:17

I'm right there with you. This sucks.
reply icon