Page 1 of 1

stdio.h is missing

Posted: Sat Feb 02, 2008 11:06 am
by bloodhound23
I've recently started using Ubuntu, after writing a little test application:

Code: Select all

#include <stdio.h>

int main()
{
     printf("eat me");

}
the compiler said stdio.h was not found, I did a search of the entire filesystem for stdio.h and only came up with nostdio.h.
Any ideas on how to solve this?

Posted: Sat Feb 02, 2008 11:13 am
by nick8325
Try installing build-essential via synaptic or apt-get.

Posted: Sat Feb 02, 2008 12:02 pm
by bloodhound23
thanks, that solved the problem.

Posted: Sat Feb 02, 2008 12:24 pm
by bloodhound23
now I can start work on an image file tool for my filesystem