I suspect that you export no symbols. Set the default visibility to hidden for gcc to get the same and only export the needed symbols.
I suspect that you export no symbols. Set the default visibility to hidden for gcc to get the same and only export the needed symbols.