Fabian Enos wrote: > sudo apt-get install gcc > > This installs the compiler but not the development headers. *glibc6-dev* is not a dependency, but is actually a recommendation. The all-in-one command should be.
sudo apt-get install build-essential -- ubuntu-in mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
