View Full Version : Not able to Compile !!!
Extreme_Coder
November 9th, 2005, 12:26 AM
I am getting the following error, when I tried to compile simple Hello World Program using cc or gcc.
/usr/bin/ld: crt1.o: No such file: No such file or directory
toojays
November 9th, 2005, 12:54 AM
Have you installed the build-essential package?
Extreme_Coder
November 9th, 2005, 01:42 AM
What are those build packages ?
toojays
November 9th, 2005, 02:40 AM
There is a package called "build-essential", which installs the minimum necessary packages to compile programs. Just having gcc installed is not enough, you need some development libraries.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.