特牛网址导航

gcc中的参数-I -L -l三者的区别-CSDN博客

网友收藏
文章浏览阅读3.1k次,点赞3次,收藏11次。我们用gcc编译程序时,可能会用到“-I”(大写i),“-L”(大写l),“-l”(小写l)等参数,下面做个记录:例:gcc -o hello hello.c -I /home/hello/include -L /home/hello/lib -lworld上面这句表示在编译hello.c时:-I /home/hello/incl