Linux

Monday, September 01, 2008

C in Ubuntu

The standard set of libraries for C are not installed by default. When i tried to compile a C file it gave errors like stdio.h not found,etc Eventually it did not create the out file. Found out from ubuntu forums that i need to install build-essential package to install few developer libraries and packages.

sudo apt-get install build-essential

After this step compilation went through

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home