A collection of Glaurung binaries can be found here. The downloadable file unpacks to two directories, "leopard" and "tiger", which contain binaries for the two platforms. Both directories contain five files:
- glaurung-intel-32, for 32-bit x86 CPUs.
- glaurung-intel-64, for 64-bit x86 CPUs.
- glaurung-ppc-32, for 32-bit PowerPC CPUs
- glaurung-ppc-64, for 64-bit PowerPC CPUs.
- glaurung-universal, a universal binary containing all of the above.
The Leopard Intel binaries are compiled with the Intel compiler, and are a lot faster (52% for the 32-bit version, 27% for the 64-bit version) than the Tiger Intel binaries, which are compiled with GCC (I haven't been able to compile a Tiger compatible binary with the Intel compiler, despite hours of frustrating work). Another somewhat annoying thing about the Tiger binaries is that they don't detect the number of CPUs correctly, and always start with a single search thread.
Tord