Hi, I'm trying to compile Crypto++ Universal Binary on Mac OS Leopard. I have to admit that the documentation is quite poor but after some hour spent on Google I came out with this:
$ CXXFLAGS="-isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc" make I'm under Intel Mac so I didn't use -DCRYPTOPP_DISABLE_ASM option. That builds Crypto++ with no error. When finished I run: $ sudo make install PREFIX=/usr/local/cryptopp but every time I try to compile an application (Universal Binary) that needs libcryptopp, I get errors about libcryptopp.a not of required architecture... Did anyone figure out how to solve? --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
