Caleb Cushing ( xenoterracide ) wrote: > > > On Sep 15, 12:37 pm, Peter Klotz <[email protected]> wrote: >> Caleb Cushing ( xenoterracide ) wrote: >> >> >> >>> It seems to have problems linking though... >>> g++ -lboost_filesystem -lcryptopp sha1.cpp >> On Ubuntu 9.04 your program compiles and links using this command line: >> >> g++ -lboost_filesystem-mt -lcryptopp sha1.cpp >> >> Ubuntu uses Crypto++ 5.5.2 and Boost 1.37.0. >> > > can anyone validate that my code works with 5.6.0? built with gcc > 4.4.1? I'm pretty sure boost isn't the problem since the linker is > complaining about crypto++ and I've got code working with just boost > 1.39.0. not trying to call bug here. just trying to figure out where > my problem is. I did start a discussion about it on the archlinux > mailing list.
Ubuntu 9.10 Alpha uses gcc 4.4.1, Crypto++ 5.6.0 and Boost 1.38.0 so I can assure you that the code compiles and links. Your example also works on Red Hat Enterprise Linux 5.4 using gcc 4.1.2, Crypto++ 5.6.0 and Boost 1.40.0. Regards, Peter. --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
