Re: Linking issue on MacOS Catalina (using XCode)
Uri Blumenthal <[email protected]> Thu, 16 Sep 2021 21:31:21 -0400
| Newsgroups | gmane.comp.encryption.cryptopp |
|---|---|
| Message-ID | <[email protected]> |
Say, you have a file that includes Crypto++ headers and needs linking with Crypto++ library. And Crypto++ is installed into /usr/local. Then, the following would be sufficient: clang++ -o my_binary -I/usr/local/include my_source.cpp -L /usr/local/lib -lcryptopp -lm (I'm not sure if "-lm" is still necessary) > On Sep 16, 2021, at 19:28, Samyukta Yagati <[email protected]> wrote: > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/cryptopp-users/E164A065-8F39-4F86-9B46-83F20F765D85%40gmail.com.
smime.p7s
(application/pkcs7-signature, 2.8 KB) - not displayed