Re: compiling wine/twin

1997-11-14 Thread Britton
You know that 'yacc' stands for Yet Another Compiler Compiler' don't you? Don't know about you, but this scares me a little. However if you think you are up to it or have something to contribute to WINE: What you want are the GNU versions of lex and yacc, known I think as flex and bison. Hope

Re: compiling wine/twin

1997-11-13 Thread Ben Pfaff
Paul Miller <[EMAIL PROTECTED]> writes: > I tried to compile wine 11-01 and twin today and I'm missing some > compilers... I couldn't find them w/ dpkg -S .. either.. > > where can I find 'lex' or 'yacc'? lex (flex) is in package `flex'. yacc is in package `bison' or `byacc', your choice. -- Ben