http://stackoverflow.com/questions/2954387/can-i-mix-static-and-shared-object-libraries-when-linking
http://blog.chinaunix.net/uid-20737871-id-3083925.html
statick只能链接静态库,也就是说接在static后面的库都应该是静态库
实际编译的时候有可能是包含静态库和动态库两种情况,这时候就是应用Wl的时候
本文探讨了在编译过程中如何同时使用静态库和动态库。具体介绍了在链接阶段使用静态库和动态库的方法,并提供了相关资源链接。
http://stackoverflow.com/questions/2954387/can-i-mix-static-and-shared-object-libraries-when-linking
http://blog.chinaunix.net/uid-20737871-id-3083925.html
statick只能链接静态库,也就是说接在static后面的库都应该是静态库
实际编译的时候有可能是包含静态库和动态库两种情况,这时候就是应用Wl的时候
2533
1635

被折叠的 条评论
为什么被折叠?