Domanda

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

Thanks !

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top