On Wednesday 15 March 2006 20:43, Anthony Kozar wrote: > You will want the generic source package from the Sourceforge site > (Csound5.00_src_all.tar.gz). Alternatively, you can get the 5.01 sources from CVS with a command like cvs -z9 -d :pserver:anonymous@cvs.sf.net:/cvsroot/csound checkout -r csound-5_01_0 -P csound5 > Unfortunately, I do not think that the build script (SConstruct) is designed > to compile for Linux on any platform but x86. Most especially, the linux > build code assumes a little-endian system, and PPC is big-endian. That should not really matter in most cases, with the exception of the STK and possibly the Maldonado SoundFont opcodes. The latter needs WORDS_BIGENDIAN to be defined (note that this macro is not defined anywhere in SConstruct, even on OS X - a possible bug ?).