no c(++) header files/ stdio.h: No such file or directory -[solved]

Forum Forums Orphaned Posts antiX-17 “Heather Heyer, Helen Keller” no c(++) header files/ stdio.h: No such file or directory -[solved]

  • This topic has 1 voice and 0 replies.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #11426
    Member
    Marshmallow

      Hello there,

      first of all I wanna say I am a bloody Linux newbie, who wanna programming a little bit in c and linux.
      And this was the trigger why I write a new topic about programming in AntiX (especially for programming noobs).

      At the beginning it was not possible to program a simple “Hello World” program. There are no header files like “stdio.h”…

      Error: stdio.h: No such file or directory

      After lots of hour to fixing this problem I found a solution and I will share this solution with you, who are probably in the same situation I was…

        Solution:

      1. Updating source lists of your packages:

      sudo apt-get update

      2. Installing base programming stuff:
      sudo apt-get install build-essential

    Viewing 1 post (of 1 total)
    • You must be logged in to reply to this topic.