質問

Can anyone please tell whether it is possible to create the shared object(.so) files from the existing .cc files?

Thanks !

役に立ちましたか?

解決

Yes, you should look into make.

http://www.cs.colby.edu/maxwell/courses/tutorials/maketutor/

You need to compile your object files and then create an shared object out of those.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top