Hello, environment: Mac OSX 10.4 Tiger on Intel, Crypto++ CVS Head gcc 4.0.1 (build5341)
I'm trying to compile libcryptopp.a as a universal binary, and so far I've done the following. - change GNUmakefile to add -arch ppc and -arch i386 to CPPFLAGS and LDFLAGS Everything seems to build perfectly, but when I try to use libcryptopp.a when I link my application, I get an error that the table of contents is out of date and I should re-run ranlib. I re-ran ranlib, and get the same error. Does anyone have a strategy (XCode or scons or something) that successfully creates a OSX universal binary? Thanks, -Jim
