I was just talking to some Qt people about the stlport issues I'm having they told me I need to link against gnu-shared. Which is completely doable in Crypto++ for android. But I mentioned the GPL issue and they seemed to not think it was an issue, so I goodled. I found: https://gcc.gnu.org/onlinedocs/libstdc++/faq.html#faq.license.what
So it seems there there is a special exception for this library for use in proprietary apps. I don't know if that changes anything, but I thought I'd mention it, because the docs say *The second optional argument is a STL library. The default is STLport as a shared library due to GNU licensing requirements. STL libraries can be one of:* - *stlport (shared)* - *stlport-static* - *stlport-shared* - *gnu (shared)* - *gnu-static* - *gnu-shared* Which raises the question, are we choosing the wrong default? -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
