우분투 gcc에서 이하의 에러가 발생할때
stdio.h: No such file or directory
패키지 확인
>dpkg -S stdio.h
perl: /usr/lib/perl/5.8.8/CORE/nostdio.h
패키지설치
>sudo apt-get install libc6-dev
.
.
.
패키지확인
>dpkg -S stdio.h
libc6-dev: /usr/include/bits/stdio.h
perl: /usr/lib/perl/5.8.8/CORE/nostdio.h
libc6-dev: /usr/include/stdio.h