Thread: error: stdio.h: No such file or directory
i installed lucid on new machine. command
yields error "stdio.h: no such file or directory". similar error each library include. code works fine on other machine, , i've checked build-essential installed. file /usr/include/stdio.h exists , looks normal. what's going on?code:gcc test.c
did do
orcode:#include "stdio.h"
?code:#include <stdio.h>
quotes, stdio.h in current directory. angle brackets, in include path, have /usr/include in it.
Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk error: stdio.h: No such file or directory
Ubuntu
Comments
Post a Comment