Brain Goo

Carpe Crap ‘em

Brain Goo header image 4

Entries Tagged as 'gcc'

Debian GCC libc package required

July 10th, 2007 · No Comments

If you use Debian with a “standard” or “desktop” install, you will not have GCC installed. Of course you can easily get it by installing the package:
apt-get install gcc
And of course you need make
apt-get install make
What you don’t know is that you won’t be able to do anything without your C library and headers. [...]

[Read more →]

Tags: Debian · How Tos · gcc · libc · linux