Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何gcc -llibrary解释标志?
gcc -llibrary
gcc -llept如果库文件名liblept.*不是,如何链接lept.*?
gcc -llept
liblept.*
lept.*
来自http://gcc.gnu.org/onlinedocs/gcc/Link-Options.html#Link-Options
使用 -l 选项和指定文件名的唯一区别是 -l 用“lib”和“.a”包围库并搜索多个目录。