I don't think there is a newer version of GAS for MacOS yet. What you have to do is compile your projects with
-DCRYPTOPP_DISABLE_X86ASM so that the headers included from Crypto++ won't try to use AlignedAllocator. Alternatively, put this line at the top of Crypto++'s config.h: #define CRYPTOPP_DISABLE_X86ASM ----- Original Message ----- From: "Sandlord" <[EMAIL PROTECTED]> To: "Crypto++ Users" <[EMAIL PROTECTED]> Sent: Saturday, January 20, 2007 11:26 PM Subject: Cryptopp54 and MacOSX > > Hello, > > > > I get warnings when I compile cryptopp54 on macosx. > Scince MacOSX has an old version of the gnu assembler <2.0 I get > wanrings like > "You do not have GCC 3.3 or later, or did not specify -msse2 compiler > option, so use of SSE2 intrinsics will be disabled." > > > > Unfortunatly I with some projects I get a linking error: > > /usr/bin/ld: Undefined symbols: > CryptoPP::AlignedAllocator<unsigned int>::deallocate(void*, unsigned > long) > > > Is there a way to compile cryptopp with sse2 enabled ? Is there a newer > verison of GAS for macosx available ? > > > Greetings, > > Roman > > > > --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
