Xref: news-dnh.mv.net comp.os.msdos.djgpp:1280 Path: news-dnh.mv.net!mv!news.sprintlink.net!cs.utexas.edu!usc!elroy.jpl.nasa.gov!lll-winken.llnl.gov!ames!hpg30a.csc.cuhk.hk!cwlou From: cwlou AT cs DOT cuhk DOT hk (Water) Newsgroups: comp.os.msdos.djgpp Subject: Re: Bison and Flex for TCC or BCC Date: 1 Aug 1995 06:37:43 GMT Organization: The Chinese University of Hong Kong Lines: 25 References: Nntp-Posting-Host: @sparc15.cs.cuhk.hk To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp "Chris Pennifold, REO2-F/G9, 830-4951" writes: >Hi, >Has anyone had experiance in compiling the flex247 src and bison122 code on >turbo-C or Borland C? If anyone has would they mind sharing it with me. >What I would ideally like is a list of all the changes I would have to make if I >were to compile these tools using the compilers named above. >I'd be grateful for any help. >Regards >Chris I used bcpp, flex and bison a long time ago. I use bcc -2 -DYY_USE_PROTOS -D_AIX -w- -c -ml ???.c to compile the generated file successfully. Hope this help. water.