> 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. http://koji.fedoraproject.org/koji/packageinfo?packageID=7023
> 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. make libcryptopp.so for Crypto 5.6.1. Crypto++ 5.6.0 and previous need to use Zokoo's patch. See http://www.cryptopp.com/wiki/Linux. > so can anyone tell me how to > compile the source to get my required libcrpytopp.so Be careful of using the shared object with versions of Crypto++ prior to 5.6.1. Care must be taken due to some global C++ objects. Follow Zokoo's threads from the Wiki's linux page. Jeff On Oct 14, 3:36 pm, Jakobud <[email protected]> wrote: > 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.
