Click to See Complete Forum and Search --> : stdio.h not found


rock
04-10-2002, 08:30 AM
We've got a new Linux box here and looks like somethings not quite right. Trying to compile a simple c program:

[~/c/h2]% gcc heat.c
heat.c:1:19: stdio.h: No such file or directory
heat.c:2:18: math.h: No such file or directory


***? What didn't get installed? Or am I missing a path?

rock
04-11-2002, 01:39 PM
I finally figured it out. The *-devel-* packages were missing. Too many had been installed and they were _all_ removed to clean up space on /usr. I installed a half dozen or so back and now everything works.