PDA

View Full Version : Getting started with C


chell
May 13th, 2006, 09:45 AM
Hello everybody!

I'd like to program in C running Ubuntu, so I installed gcc (version 4), binutils and binutils-devel.

When I want to compile a hello world application it says that it can't find "stdio.h".

Does anyone know what I can do about this?

Edit: Problem solves. build-essentials had to be installed

chell

Buffalo Soldier
May 13th, 2006, 09:58 AM
did you install the build-essential package?sudo apt-get install build-essential

spahn
May 14th, 2006, 02:37 AM
did you install the build-essential package?sudo apt-get install build-essential

Thank you, Thank you!
i got a book on programming in C last weekend and i just started two days ago- exact same problem!!! I actually got out of bed and turned my computer back on because i had to solve it tonight!
Thank you for this tip!
Now i can get to sleep and excitedly look forward to programming in C tomorrow!!!!:-D

RavenOfOdin
May 14th, 2006, 02:49 PM
Sams books FTW! :)