Hi all, Building PA on Solaris (Sparc), at the end i get for esdcompat following : bash: -c: line 2: syntax error near unexpected token `>' The related lines are (/src/Makefile) : esdcompat: daemon/esdcompat.in Makefile sed -e 's, at PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' \ -e 's, at PACKAGE_NAME\@,$(PACKAGE_NAME),g' \ -e 's, at PA_BINARY\@,$(PA_BINARY),g' < $< > $@ chmod +x esdcompat Removing the first "<", i get an escompat called empty file, like it should be attempting any input/output. And, of course, the build hangs. What can be any action to make about this situation ? Best regards, Sergio