RE: lex yacc looking

2002-10-23 Thread Harig, Mark A.
two options for you to try: 1. If your Makefiles use macros, such as LEX=lex or YACC=yacc (which are predefined in GNU make), then you can override them from the command line and avoid changing your Makefiles, for example: $ make LEX=flex YACC=bison 2. If your Makefiles do NOT use ma

Re: lex yacc looking

2002-10-23 Thread Roland Schwingel
Hi Nemrut, I also have seen your recent threads 1) Please follow the list instructions for posting! 2) Read the faqs! 3) Use the archive! 4) You said you want to port a unix project. So normally nearly all projects on UNIX use makefiles. When the person who made the UNIX project observed the

RE: lex yacc looking

2002-10-22 Thread Pavel Rozenboim
> -Original Message- > From: nemrut cesetevi [mailto:cesetevi@;hotmail.com] > Sent: Tue, October 22, 2002 1:33 PM > To: [EMAIL PROTECTED] > Subject: lex yacc looking > > > > > i want to use lex&yacc instead of flex&bison. i have > makefile.i dont want to > make any change. Why don't

Re: lex yacc looking

2002-10-22 Thread Max Bowsher
nemrut cesetevi <[EMAIL PROTECTED]> wrote: > i want to use lex&yacc instead of flex&bison. i have makefile.i dont > want to make any change. So? Why do are you telling _us_ this? Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bug