Hi all For anyone who wants to compile speech dispatcher, and used the flite RPMs posted to this list earlier, there is a slight workaround that you need to do before speech dispatcher will compile. The RPM installs flite.h and flite_version.h in /usr/include, rather than in /usr/include/flite. You can symlink the proper locations. As root, do the following: cd /usr/include mkdir flite cd flite ln -s ../flite.h flite.h ln -s ../flite_version.h flite_version.h After that, speech dispatcher will compile without problems. HTH