Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Fri, 11 Apr 2003 10:56:09 +0100 (WEST) From: Andrey Romanenko To: cygwin AT cygwin DOT com Subject: g77 + gcc + flex + bison woes Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hello, Could you please help me out with the following: I have an application that has portions in C and Fortran. Besides, the configuration parser is implemented using flex and bison. It compiles and run fine in Linux. I am able to build it in the latest cygwin without a single warning. Yet, when I run it, the application hangs, apparently it doesn't even make it to main(). I have already tried to shuffle the order in which I link the libraries (my own, g2c, fl) but so far I haven't been able to fix the rpoblem. Strace reports that the application is waiting for console input. The program can be terminated by ctrl-c or ctrl-d. I suspect the flex library is at fault... Does anybody know a solution for this? Thank you very much. Regards, Andrey Romanenko -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/