I have an OS X.4 Intel machine with Developer Tools 2.5 that I use to compile ClamAV for use on other similar [Intel] machines.
Can I also compile a PowerPC version of ClamAV on the same Intel machine? It seems like this is possible (based on some internet discussions) but I have not found the right mix of configuration options yet. These settings are working for me when I compile the Intel version (just in case the info is useful): export CFLAGS="-O3 -march=i686" export CXXFLAGS="-O3 -march=i686" export LDFLAGS="-O3 -march=i686 -L/opt/local/lib" export CC=/usr/local/llvm-gcc4.2-2.3-x86-darwin8/bin/i686-apple-darwin8-gcc-4.2.1 ./configure --prefix=/usr/local/clamav --build=i686-apple-darwin`uname -r` --enable-llvm --enable-check (Fat binaries would also be good...in the past, though, my efforts to achieve that have not been successful.) Thanks for any help. ----------------- Russ Tyndall Wake Forest, NC _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml