Dave,
Yes, I struggled with this a few months ago but fortunately there is a
very easy solution.
In integer.h, comment out the line that says:
#define SSE2_INSTRINSICS_AVAILABLE
It's about 30 lines in.
I *think* that's all I had to do to get it to compile. It's all I can
remember ATM.
HTH,
Kevin
Dave Melenka wrote:
Hi:
I have compiled cryptolib on a PPC version of Xcode 2.3 to produce
a PPC binary after using the GCC 4.0 patch. That appears to work.
When I set Xcode to compile to an i386 binary it aborts the compiler
on Integer.cpp with exit code 1.
Is there a way to not compile the Intel integer math extensions so as
to match the behavior of the PPC compile.
Thanks
- Dave Melenka