由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - [转载] 连结静态库to共享库问题:
相关主题
what's the difference between .a and .so,A link issue in Android build
[转载] 有人会用 libtool 吗?Linux loading dynamic library problem
如何生成静态连接库?(zz)说说苹果禁止JSPatch等iOS APP热更新方案
How to get the name of current executable in a library routine?华为当年从思科偷盗的核心技术,strcmp
Re: How to get the name of current executable in a library routine?付1小时的钱,trainer每次就陪我半小时,各位的TRAINER也这样吗?
[转载] How to remove an Environment variable on SolarisAny suggestions for partner try-out?
[转载] 有没有什么好的profiling工具牛奶燕新闻台语 live广播
LInux Kdev help我觉得谷歌的中文搜索比百度好很多 (转载)
相关话题的讨论汇总
话题: libtool话题: 静态话题: 连结话题: gcc话题: plug
进入Unix版参与讨论
1 (共1页)
t******q
发帖数: 117
1
【 以下文字转载自 Linux 讨论区,原文如下 】
发信人: thomaswq (无情,清恰似风,SF, senior frog), 信区: Linux
标 题: 连结静态库to共享库问题:
发信站: Unknown Space - 未名空间 (Wed Nov 5 04:54:14 2003) WWW-POST
连结静态库to共享库问题:
各位:
我再给一个media player 写plugin
plug_in 格式为DL in linux,
target file: plug_in.so.0.0.0.0
用dlopen, dlsym取得routines.
用libtool,编译.
libtool gcc -o xx.cpp
libtool gcc xx.la xx.la xx.la -lm
Now, 我需要调用硬件解压卡,
the card 提供interface 库,是静态连接库. libbrd.a
如何连接?
如用
libtool gcc xx.la xx.la xx.la -lm -L./ -lbrd,
编译连接ok,
nm plug_in.so.0.0.0 | g
1 (共1页)
进入Unix版参与讨论
相关主题
我觉得谷歌的中文搜索比百度好很多 (转载)Re: How to get the name of current executable in a library routine?
小三汽车旅馆偷情发亲密照 被自动连结给元配(图)[转载] How to remove an Environment variable on Solaris
超短 基督教 FAQ,-- 意见!![转载] 有没有什么好的profiling工具
你们找得到我上网的精确位置吗?LInux Kdev help
what's the difference between .a and .so,A link issue in Android build
[转载] 有人会用 libtool 吗?Linux loading dynamic library problem
如何生成静态连接库?(zz)说说苹果禁止JSPatch等iOS APP热更新方案
How to get the name of current executable in a library routine?华为当年从思科偷盗的核心技术,strcmp
相关话题的讨论汇总
话题: libtool话题: 静态话题: 连结话题: gcc话题: plug