出現報錯如下
In file included from test/example.c:13:0:
/usr/include/stdlib.h:399:26: error: expected identifier or '(' before 'unsigned' extern long int jrand48 ,unsigned short int __xsubi[3])
解決辦法如下:找一台同類型的機器,復制報錯文件過來就可以了,就如我這個問題就是:先備份/usr/include/stdlib.h;然后在同類型的機器上把這個文件復制過來