I'm using flex(http://www.gnu.org/software/flex/flex.html) on windows and I'm having problems linking.
I don't know how much more I can explain, here is my output:
Compiling: F:\fun\flex\bin\lex.yy.cc
Execution of 'mingw32-g++.exe -IF:\fun\flex\include -c F:\fun\flex\bin\lex.yy.cc -o F:\fun\flex\bin\lex.yy.o' in 'F:\fun\flex\lib' failed.
Nothing to be done.
Under link libraries I have: F:\fun\flex\lib\libfl.a
Under other linker options I have: -lfl
I'm mostly a Java programmer so I'm not to familiar with the C++ compilers. I'm using MinGW to try to compile this. Am I doing something stupid?
I've added all the MinGW stuff to my path and when I try to compile(from the command line) I get this:
gcc installation problem cannot exec 'cc1plus': Invalid Argument
I figure that once I get it working from the command line I could possibly get it working from codeblocks.