标签:
Makefile以及链接库 http://blog.csdn.net/zkf11387/article/details/8039249
Makefile 里 -l和-L的区别 http://blog.csdn.net/dreamxu/article/details/6259206
gcc -o test test.c -L. -lcrexr64
-L.表示在当前目录(.)中查找函数库,-lcrexr64表示使用名为libcrexr64.a的函数库
-L/usr/lib -L/opt/app/oracle/product/10.2.0.1/lib 表示在/usr/lib 以及 /opt/app/oracle/product/10.2.0.1/lib中查找函数库
标签:
原文地址:http://www.cnblogs.com/mylinux/p/4962012.html