how to mingw64 cross compiling with flex and bison?

774 Views Asked by At

I have installed mingw64 on my ubuntu 14 trusty with the command:

sudo apt-get install mingw64

Now I figured out there is no flex or bison linked to it?

I have downloaded this flex: https://github.com/westes/flex.git

and this bison: http://ftp.gnu.org/gnu/bison/bison-3.0.4.tar.xz

can somebody tell me how to link them properly to my compiler?

0

There are 0 best solutions below