請問一下一個gcc的問題 - Linux

Table of Contents

我是在ubuntu下要compile東西的時候
他跑出了一段訊息

$gcc -o test test.c

cc1: error: /usr/local/include/i486-linux-gnu: 拒絕不符權限的操作
cc1: error: /usr/local/include:拒絕不符權限的操作

只有當我用root權限才可以compile
請問這是甚麼問題?

--

All Comments