add/remove software

Derek Broughton news at pointerstop.ca
Sun Jan 21 15:36:42 UTC 2007


Dieter Schicker wrote:

> 
>> also, I am trying to compile c/c++ code on my machine, but every time a
>> type cc on a simple .c hello world program, it says "stdio.h is not
>> found"
> 
> You have to install package "libc6-dev". In a console type "sudo apt-get
> install libc6-dev".
> In your code you have to import "stdio.h" bei uttering
> #import <stdio.h>
> 

Actually, you want to install is "build-essential"
-- 
derek





More information about the ubuntu-users mailing list