Re: Dead link to MinGW in Windows documentation

2022-01-17 Thread Liam Bowen
If one is to recommend MSYS2, after downloading and installing it, the command to install bison and flex is just: pacman -S flex bison Then the bins end up (by default) in C:\MSYS64\usr\bin On Mon, Jan 17, 2022 at 5:37 AM Magnus Hagander wrote: > On Mon, Jan 17, 2022 at 11:25 AM Daniel Gustafs

Re: Dead link to MinGW in Windows documentation

2022-01-17 Thread Magnus Hagander
On Mon, Jan 17, 2022 at 11:25 AM Daniel Gustafsson wrote: > > > On 17 Jan 2022, at 07:21, Liam Bowen wrote: > > > > From https://www.postgresql.org/docs/14/install-windows-full.html -- > > > > > Both Bison and Flex are included in the msys tool suite, available from > > > http://www.mingw.org/wi

Re: Dead link to MinGW in Windows documentation

2022-01-17 Thread Daniel Gustafsson
> On 17 Jan 2022, at 07:21, Liam Bowen wrote: > > From https://www.postgresql.org/docs/14/install-windows-full.html -- > > > Both Bison and Flex are included in the msys tool suite, available from > > http://www.mingw.org/wiki/MSYS as part of the MinGW compiler suite. > > Aforementioned link i

Dead link to MinGW in Windows documentation

2022-01-16 Thread Liam Bowen
>From https://www.postgresql.org/docs/14/install-windows-full.html -- > Both Bison and Flex are included in the msys tool suite, available from http://www.mingw.org/wiki/MSYS as part of the MinGW compiler suite. Aforementioned link is to a domain squatter. Perhaps MSYS2 could be used instead? ht