Hello all, I'm trying compile the example "AES-CRT-Filer" over Windows using MinGW compiler. I found the following error when I try compile the code:
F:\CryptoPP-Examples\AES-CTR-Filter\Crypto++ CTR Test>g++ -g -m32 -O2 -DNDEBUG " -IE:\\cryptopp563" "-LE:\\cryptopp563" Driver.cpp -o Driver.exe -lcryptopp -lpt hread C:\Users\User\AppData\Local\Temp\ccFmkE6K.o: In function `StringStore': E://cryptopp563/filters.h:1052: undefined reference to `vtable for CryptoPP::Str ingStore' E://cryptopp563/filters.h:1052: undefined reference to `vtable for CryptoPP::Str ingStore' E://cryptopp563/filters.h:1052: undefined reference to `vtable for CryptoPP::Str ingStore' E://cryptopp563/filters.h:1052: undefined reference to `vtable for CryptoPP::Str ingStore' C:\Users\User\AppData\Local\Temp\ccFmkE6K.o:Driver.cpp:(.rdata$_ZTIN8CryptoP P20ConcretePolicyHolderINS_5EmptyENS_22AdditiveCipherTemplateINS_20AbstractPolic yHolderINS_28AdditiveCipherAbstractPolicyENS_14CTR_ModePolicyEEEEES4_EE[typeinfo for CryptoPP::ConcretePolicyHolder<CryptoPP::Empty, CryptoPP::AdditiveCipherTem plate<CryptoPP::AbstractPolicyHolder<CryptoPP::AdditiveCipherAbstractPolicy, Cry ptoPP::CTR_ModePolicy> >, CryptoPP::AdditiveCipherAbstractPolicy>]+0x10): undefi ned reference to `typeinfo for CryptoPP::AdditiveCipherTemplate<CryptoPP::Abstra ctPolicyHolder<CryptoPP::AdditiveCipherAbstractPolicy, CryptoPP::CTR_ModePolicy> >' collect2: ld returned 1 exit status Can you help me to find if there are any thing that I'm doing in an incorrect way? Thanks Regards -- -- 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. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
