문제

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