You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: