James Mackay wrote: > > > yacc -d -v -p mgd preparser-parser.y && mv y.tab.c preparser-parser.c > > > /bin/sh: yacc: command not found > > > make[1]: *** [preparser-parser.c] Error 127 > > > make[1]: Leaving directory `/home/tmp/midgard-php4-1.4.2' > > > make: *** [install-recursive] Error 1 > > > > You need yacc or bison to be installed. But one of them must be, or > > you wouldn't have been able to compile midgard-lib. > > Nothing doing, still get make: *** [install-recursive] Error 1
Still command not found? What if you run 'yacc' from the command line? Did you make the scrip executable? And are you sure the script wasn't allready installed somewhere? I've never seen a bison installation that didn't install the yacc script too. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
