Re: Bison for a PC ?

"Elliot H. Mednick" <elliot@wellspring.com>
Thu, 2 Jul 1992 19:41:41 GMT

          From comp.compilers

Related articles
Bison for a PC ? prg@sun.central-services.umist.ac.uk (1992-07-01)
Re: Bison for a PC ? elliot@wellspring.com (Elliot H. Mednick) (1992-07-02)
| List of all articles for this month |

Newsgroups: comp.compilers
From: "Elliot H. Mednick" <elliot@wellspring.com>
Organization: Wellspring Solutions
Date: Thu, 2 Jul 1992 19:41:41 GMT
Keywords: yacc, GCC, MSDOS
References: 92-07-007

  > Has anyone ported GNU Bison to a PC running DOS ? I would be
  > particularly interested to hear from anyone with a version that
  > compiles under Borland/Turbo C.


[This would make a good FAQ.]
FTP to either OAK.Oakland.Edu (141.210.10.117), wuarchive.wustl.edu
(128.252.135.4), or src.doc.ic.ac.uk (146.169.3.7)
(or another SIMTEL mirror), and get
/pub/msdos/txtutl/bison111.zip (or /mirrors/msdos/... on wuarchive).


Note that BISON uses alloca() which is NOT included in the Borland libs.
A (very) temporary patch is to substute malloc() in BISON.SIM. A (much)
better solution is to get .../msdos/turbo-c/allocaap.zip.


Regards,
-Elliot
--
Elliot H. Mednick P.O. Box 150
Wellspring Solutions Sutton, MA. 01590
elliot@Wellspring.com +1 508 865 7271
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.