Question

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

Thanks !

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top