stdio.h not found

Sharky Forums


Results 1 to 2 of 2

Thread: stdio.h not found

  1. #1
    NullPointerException rock's Avatar
    Join Date
    Sep 2000
    Location
    York, PA
    Posts
    6,203

    stdio.h not found

    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?

    Open Source is free like a puppy is free.

    It's only when you look at an ant through a magnifying glass on a sunny day that you realise how often they burst into flames.

    Understanding Evolution

  2. #2
    NullPointerException rock's Avatar
    Join Date
    Sep 2000
    Location
    York, PA
    Posts
    6,203
    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.

    Open Source is free like a puppy is free.

    It's only when you look at an ant through a magnifying glass on a sunny day that you realise how often they burst into flames.

    Understanding Evolution

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •