Hi, Recently I built Csound from CVS under Linux and found that installing using "scons install" works different than before. Now instead of just installing everything it rebuilds the whole Csound and installs it at the same time (I had to enable the "enable install target" option in order to get it to work). Before, doing a "scons install" would only show a list of files being copied and finish. Is install.py supposed to be used instead? I liked "scons install" because it always copied the python files and install.py doesn't copy them so I thought it was more accurate. Thanks. Hector