GNU MakeFile 问题
我使用GCC编译器。
编译程序时,通常需要链接大量的库文件(例如 .so 扩展名)才能使程序运行。
现在,对于我正在编写的 C 程序,我需要链接的所有库文件都位于一个文件夹内。
如果我希望将该文件夹中的所有库文件链接到我的程序/可执行文件,我应该在 GNU Makefile 中编写什么。
I use the GCC compiler.
When compiling a program one often needs to link in a huge number of library files like .so extension to get the program to work.
Now for the C program that I am writing all the library files I need to link are inside a folder.
What should I write in my GNU Makefile if I wish to link ALL the library files in that folder to my program/executable.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)