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. 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. -~----------~----~----~----~------~----~------~--~---
