After installing the following into my msys/mingw set: http://prdownloads.sourceforge.net/mingw/bison-1.875.0-2003.02.10-1.exe?download and http://www.cs.colorado.edu/~main/mingw32/flex-2_5_4a.zip (Not sure if this was needed, but I did it anyway) and then running "configure --without-zlib --without-readline", I was able to "make" the branch right through to the stage where it fails to link because of missing fork/signmask/etc. Bison ran just fine, apparently.
If you do this make sure you install everything in default locations - the bison binary has a hardcoded location for m4 (yuck). cheers andrew ----- Original Message ----- From: "Darko Prenosil" <[EMAIL PROTECTED]> > On Thursday 11 September 2003 18:08, Darko Prenosil wrote: > > On Thursday 11 September 2003 18:00, Zeugswetter Andreas SB SD wrote: > > > > > I'm confused. Right on the MinGW download page is a link for > > > > > bison-1.875. > > > > > > > > Yep, but I had problems with it. Author confirmed that there could be > > > > some problems creating processes (for example M4). However if You make > > > > it work, I'll be interested to know how. Check the MinGW mailing list > > > > for last few weeks, and see what I'm talking about. By the way the last > > > > tip of the author : "reconfigure & make", was not working for me :-( > > > > > > Download the bin package at > > > http://prdownloads.sf.net/mingw/bison-1.875.0-2003.02.10-1.exe?download > > > and use it. You do not need to compile bison yourself. > > > > > > Andreas > > > > Did You actually succeed to make output from postgresql yacc definition > > files with that package ? Can You explain how? > > > I forgot to mention that I succeed to make that output, but only from shell, > not from makefile. Maybe there is something wrong with my MinGW setup ? > However I do not like Idea that people might give up MinGW bison only because > I misinformed the group. > ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match