Hello all, I'm a (fairly) long time Crypto++ user and I'm not having any problems compiling nor anything, but...
I have been inspecting our build files and noticed that the -pthread flag is only applied when linking the libraries as it is only added to LDFLAGS, making the linker link to the pthread libraries Shouldn't it be added to CXXFLAGS also? As the -pthread flag defines -D_REENTRANT in the preprocessor. Could this be related to some libc concurrency problems? -- Rafael Vargas -- -- 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.
