0
在新鮮高山Linux的我通過GCC不能在阿爾卑斯山發現的Linux文件stdio.h
apk add --update-cache gcc
但仍然是一個簡單的程序安裝GCC
#include <stdio.h>
int main(int argc, char *argv[]) {
return 0;
}
編譯消息
fatal error: stdio.h: No such file or directory
'apk add libc-dev' – Leonardo