Hi Nathan, I know about this problem. Apple's compiler generates 64-bit binaries by default now. So passing USE_64=1 to make is one solution to the build problem, but it produces a 64-bit build.
To generate a 32-bit build, your workaround of passing CC="gcc -arch i386" CXX="g++ -arch i386" to make should work. I don't know why it doesn't. Wan-Teh -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto