当前位置: 技术问答>linux和unix
gcc -print-file-name=include
来源: 互联网 发布时间:2016-09-28
本文导语: gcc -print-file-name=include什么意思? | -print-file-name=library Print the full absolute name of the library file library that would be used when linking---and don't do anything else. With this option, GCC does not compile...
gcc -print-file-name=include什么意思?
|
-print-file-name=library
Print the full absolute name of the library file library that would be used when linking---and don't do anything else. With this option, GCC does not compile or link anything; it just prints the file name.
Print the full absolute name of the library file library that would be used when linking---and don't do anything else. With this option, GCC does not compile or link anything; it just prints the file name.
|
man gcc