码迷,mamicode.com
首页 > 其他好文 > 详细

GCC -l

时间:2018-12-27 13:28:06      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:without   out   stat   ext   gcc   for   ati   har   prefix   

GCC   -l  option is to link the library. It can use for static and share link.  Link -l with library name without the lib prefix and the .a or .so extensions.

Static : gcc   -static -ltest xx.c, it will link with libtest.a

share : gcc –ltest xx.c it will link with libtest.so

GCC -l

标签:without   out   stat   ext   gcc   for   ati   har   prefix   

原文地址:https://www.cnblogs.com/zjbfvfv/p/10184130.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!