This one has been solved before. For some reason older versions of gcc hangs when trying to compile a `.s' file. Everything works fine when one tries to compile the same file when it is named `.S'. I resolved this in Xmms back in February, but some of the Xmms team changed it back to the old behaviour (i.e., with an `.s' sufffix) because of problems with non-gcc Solaris compilers. Anyone got any idea of how to solve this in a clean manner in the main Xmms tree. If so, I'll be happy to patch it in. Fix: For now, the following patch to audio/xmms/Makefile does the trick.
State Changed From-To: open->closed Committed, thanks!