libs3
libs3 copied to clipboard
What is dynamic object (.do) comparing to object (.o)
I want to port this as a cmake build for making the shared library, everything goes good but when i link my shared library lib to my application segmentation fault occurs. I spotted GNUMakefile in this project builds .do instead .o to build the library, i made sure my fpic flag was turned ON. could some one help on this