amule-ClientCreditsList.o: In function `CryptoPP::AlignedAllocator::pointer CryptoPP::StandardReallocate >(CryptoPP::AlignedAllocator&, unsigned int*, CryptoPP::AlignedAllocator::size_type, CryptoPP::AlignedAllocator::size_type, bool)':
ClientCreditsList.cpp:(.text._ZN8CryptoPP18StandardReallocateIjNS_16AlignedAllocatorIjEEEENT0_7pointerERS3_PT_NS3_9size_typeES8_b[CryptoPP::AlignedAllocator::pointer CryptoPP::StandardReallocate >(CryptoPP::AlignedAllocator&, unsigned int*, CryptoPP::AlignedAllocator::size_type, CryptoPP::AlignedAllocator::size_type, bool)]+0x69): undefined reference to `CryptoPP::AlignedAllocator::deallocate(void*, unsigned int)'
ClientCreditsList.cpp:(.text._ZN8CryptoPP18StandardReallocateIjNS_16AlignedAllocatorIjEEEENT0_7pointerERS3_PT_NS3_9size_typeES8_b[CryptoPP::AlignedAllocator::pointer CryptoPP::StandardReallocate >(CryptoPP::AlignedAllocator&, unsigned int*, CryptoPP::AlignedAllocator::size_type, CryptoPP::AlignedAllocator::size_type, bool)]+0x85): undefined reference to `CryptoPP::AlignedAllocator::deallocate(void*, unsigned int)'
amule-ClientCreditsList.o: In function `CryptoPP::Integer::~Integer()':
ClientCreditsList.cpp:(.text._ZN8CryptoPP7IntegerD1Ev[CryptoPP::Integer::~Integer()]+0x25): undefined reference to `CryptoPP::AlignedAllocator::deallocate(void*, unsigned int)'
collect2: ld returned 1
usual compilation ended like this, so i tried that option and it worked.
amule 20060912 snaphot, wxgtk 2.6.3
don't know if it s important, but maybe: i use these flags
export CARCH="i686"
export CFLAGS="-march=prescott -O3 -pipe"
export CXXFLAGS="-march=prescott -O3 -pipe"