On 27/11/05, Carlos Pino <pinojazz@xxxxxxxxx> wrote: > scons: Reading SConscript files ... > Package libfst was not found in the pkg-config search path. > Perhaps you should add the directory containing `libfst.pc' > to the PKG_CONFIG_PATH environment variable > No package 'libfst' found Do you have a file /usr/local/lib/pkgconfig/libfst.pc ? If so, do export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig and try the build again. (If you have libfst.pc somewhere else then export that location instead) If you don't have libfst.pc anywhere, try something else ;-) - Pete.