How can I fix my C++ compiler as it isn't loaded by default?

Posted by GNR on Super User See other posts from Super User or by GNR
Published on 2009-07-20T17:13:10Z Indexed on 2011/03/01 15:26 UTC
Read the original article Hit count: 201

Filed under:
|

Recently I had installed the Ubuntu flavour of the Linux operating system. I had opened a terminal and just wrote a sample C program to check if it is compiling. When I saved the sample file and compiled with cc a.c, errors comes that the standard library is not loaded (i.e stdio.h). When I went to help pages, it says that the C or C++ compiler doesnt gets loaded by default and we should do it ourselves.

So can anyone help me out to fix this problem, i.e to load the C/C++ compiler.

© Super User or respective owner

Related posts about linux

Related posts about ubuntu