简体   繁体   中英

What is the difference between a .so and a .lo file?

我知道.so文件是一个类似于windows中的.dll文件的共享库文件,但是.lo文件怎么样?

.o  object         (contains compiled code)
.lo library object (contains information for building a .so with `libtool`)
.so shared object  (indeed compareable to a DLL)
.ko kernel object  (usually kernel modules)

See http://www.delorie.com/gnu/docs/libtool/libtool_8.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM