C++ on Caldera Linux - TechRepublic
General discussion
January 11, 2001 at 08:57 PM
dhananjay

C++ on Caldera Linux

by dhananjay . Updated 25 years, 1 month ago

When I try to compile a simple C program
I get an error message
“File stdio.h not found”
Follwoing is the code

# include
main()
{ printf(“Hello world”);
}

Do I have to make any path settings or compiler options for “gcc” while compiling.

Dhananjay
dhananjay@www.com

This discussion is locked

All Comments