[EMAIL PROTECTED] wrote:
> # g++ crypt_test.cpp -o cptest.out
> /var/tmp//ccb6QI7E.o(.gnu.linkonce.t._ZN8CryptoPP8Rijndael3EncC2ERKS1_+0x28)
> : In function `CryptoPP::Rijndael::Enc::Enc(CryptoPP::Rijndael::Enc
> const&)':
> : undefined reference to `vtable for CryptoPP::Rijndael::Enc'
> /var/tmp//ccb6QI7E.o(.gnu.linkonce.t._ZN8CryptoPP8SecBlockIjNS_20AllocatorWi
> thCleanupIjEEEC1ERKS3_+0x25): In function `CryptoPP::SecBlock<unsigned int,
> CryptoPP::AllocatorWithCleanup<unsigned int>
> >::SecBlock(CryptoPP::SecBlock<unsigned int,
> CryptoPP::AllocatorWithCleanup<unsigned int> > const&)':
> : undefined reference to `CryptoPP::AllocatorWithCleanup<unsigned
> int>::allocate(unsigned int, void const*)'
info g++
/-LDIR
/-lLIBRARY
--
Recursion is the root of computation
since it trades description for time.