I have a project in my IDE. I need to make a shared library of it to use in extensions. I don\'t want to make a copy of this project with shared-library settings. Is there any w
g++ -shared -fPIC -o myshared.so *.o