Get your free Ubuntu CD here
Tags: cd, community, fedora, free, malaysia, Open-Source, singapore, ubuntu
Written by Felix Ker on November 29th, 2008 with no comments.
Read more articles on Good Deals.
Related entries:
crt1.o: No such file: No such file or directory
While using gcc on a newly installed system you may get:
/usr/bin/ld: crt1.o: No such file: No such file or directory
This is a common problem, but with a simple solution.
On debian:
apt-get install libc6-dev
On Fedora:
$ locate crt1.o
/usr/lib/crt1.o
On Ubuntu:
apt-get install libc6-dev
{ If not root, sudo apt-get install libc6-dev }
Tags: bin, debian, fedora, Fiesty-Fawn, gcc, install, lib, libc6-dev, linux, null, Open-Source, root, sudo, system, ubuntu, usr
Written by Felix Ker on May 24th, 2007 with no comments.
Read more articles on Technology and Tips and Tricks.
Related entries:
