久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      linux下編譯程序找不到頭文件

      linux下編譯程序找不到頭文件

      問題引出:

      Linux編譯程序時如果找不到頭文件會提示如下錯誤:

      $ gcc test.c -o test test.c:9:16: fatal error: xxx.h: No such file or directory  #include<xxx.h>

      下面敘述以Ubuntu系統(tǒng)為例。

      (免費(fèi)視頻教程分享:linux視頻教程)

      解決方法如下:

      1、先查找 xxx.h 所在路徑

      命令如下:

      $ sudo find / -name xxx.h

      結(jié)果如下:

      /usr/local/include/xxx/xxx.h

      2、然后用-I選項把目錄加上編譯即可

      命令如下:

      $ gcc test.c -o test -I /usr/local/include/xxx

      相關(guān)文章教程推薦:linux視頻教程

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號