Hi, everyone:
I have "make install" cryptopp on a linux, and try to run a very small
program using " g++ -L/usr/bin -lcryptopp -lpthread prog.cpp -o prog", but I
got a lot of "undefined reference" errors and at last ld return 1 and
terminated.
My process of build crypto++ is make then make install.
I don't know why there are so many linking errors. thank you!
by the way, the very short program that I am trying is:
#include <cryptopp/sha.h>
using namespace CryptoPP;
int main()
{
SHA256 hash;
return 0;
}
Regards
Yu Xue
--
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.