On Wednesday 15 March 2006 21:25, Anthony Kozar wrote: > Yes this probably is a bug on OS X! I recently discovered that the sfont > library opcodes were crashing on MacOS 9 and it was because I failed to > define WORDS_BIGENDIAN. Yes, -DWORDS_BIGENDIAN should probably be added to the compiler flags when building the Mac release packages. > Is there really no other endian reliant code in Csound anymore? What about > the utilities and the file formats that they read/write? The PVOC-EX code (old pvanal format was removed) detects endianness at run-time; convolve files have always been platform specific and are just read and written with the native endiannes and word size. Note sure about hetro and lpanal, but those are probably also like cvanal.