Hi,
I'm a newbie to Crypto++. After I downloaded Crypto++ 5.6.1, I created
a file named "DumpMessage.cpp", which is from "Example -
DumpMessage.cpp" in Crypto++ User's Guide by denis bider. Then I
tried to compile it with "g++ DumpMessage.cpp". However, there are a
lot of errors complaining "Undefined symbols". For instance,
"CryptoPP::Filter::Flush(bool, int, bool)", referenced from:
vtable for CryptoPP::StringSourcein ccwjRr5Q.o
vtable for CryptoPP::SourceTemplate<CryptoPP::StringStore>in
ccwjRr5Q.o
vtable for CryptoPP::InputRejecting<CryptoPP::Filter>in
ccwjRr5Q.o"
Can anyone tell me what goes wrong here? Is there any step-by-step
guide on how to compile and run a Crypto++ test program in Mac,
starting from installing Crypto++? Thanks in advance.
-Liu
Platform:
Mac OS 10.5.8
i686-apple-darwin9-g++-4.0.1
--
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.