a.c:
#include <unistd.h>
int main() {
}
를
gcc a.c
로 컴파일했을 때
/usr/include/unistd.h:924: error: expected ')' before '[' token
에러가 발생시
http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/date.html 에서 gcc 6.1용을 받아 설치하면 된다.
'Unix/Linux' 카테고리의 다른 글
How To: UNIX Add A User To A Group (0) | 2013.11.21 |
---|---|
The UNIX Encrypted Password System (0) | 2013.11.15 |
change date of files (0) | 2013.07.10 |
Solving the "System call error number -1" when you try to mount a NFS (0) | 2013.07.05 |
(NFS) NFS Mount Problem Determination (0) | 2013.07.05 |