Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Date: Thu, 6 May 1999 11:55:20 +0530 (IST) From: "Raju K. V." X-Sender: rajukv AT tagore To: cygwin AT sourceware DOT cygnus DOT com Subject: some missing libraries Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII hi all, I am porting a unix application(one with cscope like functionalities) to windows. It uses lex to generate a c file from a given scanner.l for the scanner. I used flex (from the cgwin distribution). But this generated a lot of errors. So I ran unix lex on the scanner.l file and got the scanner.c file. Then I compiled the scanner.c file using cgwin's gcc. No problems. But when I try to link all the object files I get an error saying certian identifiers are not defined. The variables are yyless yyreject yywrap errno statdir Does anybody have any idea as to which libraries these variables may be defined? Thanks and regards, Raju -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com