Hi Everyone, This comes up on occasion. Most recently on Stack Overflow at http://stackoverflow.com/q/36940255.
Would some folks find a 'make flags' recipe useful? I think the recipe would simply take CXXFLAGS built up at compile time, and write them out to a file like cxxflags.h. It will be a mostly well-formed C/C++ header, and ready to serve as a starting point for those who need it. I can only say "mostly well-formed header" because if the string includes a quote (like CRYPTOPP_DATA_DIR), then the double quotes won't be applied. The user will have to know to fix it when they see the compile error it causes. Also, distros use Autotools, so they won't have the file. I think they have another file called libcryptopp.pc that includes flags and libraries, if needed. Jeff -- -- 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.
