bji / libs3

Other
157 stars 151 forks source link

What is dynamic object (.do) comparing to object (.o) #67

Open advent-embedded opened 7 years ago

advent-embedded commented 7 years ago

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