|
藍森林 http://www.lslnet.com 2006年6月6日 10:18
在Red Hat Linux 9下用gcc編譯一個很簡單的程序,報如下錯誤!!
命令
gcc -g -o test test.c
錯誤:
test.c:1:23 stdio.h : No such file or directory
test.c:1:23 time.h : No such file or directory
test.c: In function 'main':
test.c:8: 'FILE' undeclared (frist use in this function) |
在Red Hat Linux 9下用gcc編譯一個很簡單的程序,報如下錯誤!!
有沒有安裝glibc-devel包
沒有補上 |
在Red Hat Linux 9下用gcc編譯一個很簡單的程序,報如下錯誤!!
-->
好的, 我試一下 |
| |