Ok, so I made a patch against current cvs. It follows a similar logic to what is done for libcsound, and makes a small change in python csnd logic because it couldn't find libcsnd.so (since it no longer existed). 2 things came to my mind: 1. Why use the literal name in the python LIBS? I thought using the scons object would be a better idea (no longer need to worry about different names on different platforms). 2. How to create the libcsnd.so->libcsnd.so.5.1 symlink? I'm not sure how to do that "the scons way", if there's any? I just made it do an os.symlink(), but that won't get installed. -- Felipe Sateler