Question

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

Thanks !

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top