On May 6, 7:28 am, Mirko Grewing <[email protected]> wrote:
> 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

First line of GNUmakefile set CXXFLAGS to "-DNDEBUG -g -O2" regardless
previous value.
Change it in:
CXXFLAGS += -DNDEBUG -g -O2

> I'm under Intel Mac so I didn't use -DCRYPTOPP_DISABLE_ASM option.

I confirm,
if you compile under PCC instead you need it do add it.

My tests are on version 5.5.2,
but I tried now and the same is for 5.6.0.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cryptopp-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to