The continuing saga... I changed the makefile to use gcc-3.3, and now libcryptopp.a build fine.
But (you knew there was a but) I'm getting a raft of linker errors like this: /usr/bin/ld: Undefined symbols: CryptoPP::IteratedHashBase<unsigned int,CryptoPP::HashTransformation>::PadLastBlock(unsigned int,unsigned char) CryptoPP::IteratedHashBase<unsigned int,CryptoPP::HashTransformation>::SetBlockSize(unsigned int) CryptoPP::IteratedHashBase<unsigned int,CryptoPP::HashTransformation>::SetStateSize(unsigned int) CryptoPP::IteratedHashBase<unsigned int,CryptoPP::HashTransformation>::CreateUpdateSpace(unsigned int&) ad nauseum. Its like my app is finding the lib alright, but the lib isnt exporting correctly? -=Bob (still fighting with the mac)
