On Thu, 29 May 2003, Diego Iastrubni wrote:

> I am tring to compile dosemu, and got into problems. The system is mdk9.1:
> gcc 3.2.2
> bison 1.35-3mdk
> byacc 1.9-13mdk
> dosemu dosemu-1.1.4
>
> Here is the compile output
> make[2]: Leaving directory `/home/cuco/sources/1/dosemu-1.1.4/src/dosext/misc'
> make[2]: Entering directory `/home/cuco/sources/1/dosemu-1.1.4/src/base/init'
> yacc -v -do parser.c  parser.y
> usage: yacc [-dlrtv] [-b file_prefix] [-p symbol_prefix] filename

I don't know why it uses "yacc" and not "bison" (as it should) but you can
try

make YACC=bison

as a workaround.

Bart

-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to