I'm trying to reverse engineer a previous employee's build process for some custom software he wrote a couple years back. The compile takes place on Fedora 11 using ANT.
Because I'm using a newer version of GCC, it required me to get the latest version of Crypto++. I downloaded the source for it and in ran the make command. In the ANT build.xml I can see that ANT is looking in the crypto++ directory for libcryptopp.so. But when I ran the make command for crypto++ it didn't create a libcryptopp.so. It made a ton of .o files and the closest thing I see is libcryptopp.a. I'm new to ANT and GCC and makefiles, so can anyone tell me how to compile the source to get my required libcrpytopp.so? -- 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.
