将.a文件转为.so文件。
.a file is just archives of .object file, so all you need to do is unpack the archive and repackage them as a shared object (.so file).
ar -x mylib.a gcc -shared *.o -o mylib.so
ppt.cc/fVjECx ppt.cc/fEnHsx ppt.cc/fRZTnx ppt.cc/fSZ3cx ppt.cc/fLOuCx ppt.cc/fE9Nux ppt.cc/fL5Kyx ppt.cc/fIr1ax ppt.cc/f71Yqx tecmint.com linuxcool.com linux.die.net linux.it.net.cn ostechnix.com unix.com ubuntugeek.com runoob.com man.linuxde.net ppt.cc/fwpCex ppt.cc/fxcLIx ppt.cc/foX6Ux linuxprobe.com linuxtechi.com howtoforge.com linuxstory.org systutorials.com ghacks.net linuxopsys.com ppt.cc/ffAGfx ppt.cc/fJbezx ppt.cc/fNIQDx ppt.cc/fCSllx ppt.cc/fybDVx ppt.cc/fIMQxx ppt.cc/fKlBax
将.a文件转为.so文件。
.a file is just archives of .object file, so all you need to do is unpack the archive and repackage them as a shared object (.so file).
ar -x mylib.a gcc -shared *.o -o mylib.so
No comments:
Post a Comment