> > bison -p sensors_yy -d lib/conf-parse.y -o lib/conf-parse.c > > make: bison: Command not found > > make: *** [lib/conf-parse.c] Error 127 You need to install bison. It is packaged for most (if not all) distributions. On some distributions, you have to look for yacc instead. Just find a package that provides bison, as a binary or as a symbolic link to yacc, and you're done. -- Jean Delvare http://www.ensicaen.ismra.fr/~delvare/