This post originated from an RSS feed registered with .NET Buzz
by Maruis Marais.
Original Post: Quick note: Ubuntu(gutsy) C compiler install and setup (glibc-devel)
Feed Title: exceptionz
Feed URL: http://feeds.feedburner.com/Exceptionz
Feed Description: I am an XP, TDD, OO and .NET enthusiast. Things like Design Patterns makes my pulse race, I love learning exciting new things and to share my thoughts and techniques with the world. So join me and together we can explore the awesome world of software development
If you are busy setting up a new Ubuntu Linux server and you get the following error:
configure: error: no acceptable C compiler found in $PATH
when trying to run ./configure, then you need to install the gcc compiler (Yeah, I know… this is like a no brainer for you *nix guru’s).
Here is the command to install [...]