This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Bug in new Bison parser generator


The switches for which compiler is compiling the output of Bison
are in the bison.simple or bison.hairy file.  There isn't any pre-
configuration to set up which compiler you will be using...what you're
trying to do is to generate portable C or C++ code.
The problem is that the compiler switching in bison.simple used to
work, and now it doesn't.  The patch is very small and simple.
Indeed if you compile with gcc, you won't have a problem.
----- Original Message ----- 
From: "Andrew Markebo" <flognat@flognat.myip.org>
To: "David Gluss" <dgluss@marple-tech.com>
Cc: "Stephan Mueller" <smueller@microsoft.com>; <cygwin@cygwin.com>
Sent: Friday, February 01, 2002 12:02 AM
Subject: Re: Bug in new Bison parser generator


> Just a quick question, isn't the base problem somehthing like Bison
> thinks that the target compiler is gcc.. 
> 
> If you create/configure a bison for msvc++, it doesn't do this include?
> 
>         /Andy 
> 
> -- 
>  The eye of the beholder rests on the beauty!
> 


--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]