Storage/Linux에 해당되는 글 1건
2007/01/03 :: 우분투 6.10에서 stdio.h를 찾지 못할 때. (2)
2007/01/03 05:09 :: Storage/Linux
$ gcc -o a 1.c데스크탑으로 설치하면 기본적으로 build-essential이라는 패키기지가 없어서 컴파일이 안되네요.
1.c:1:19: error: stdio.h: No such file or directory
1.c: In function ‘main’:
1.c:4: warning: incompatible implicit declaration of built-in function ‘printf’
$ sudo apt-get install build-essential하시면 되겠습니다.
| 태그 : | build-essential, ubuntu 6.10, 우분투 6.10 |

