1
General / Makefile & MinGW problems
« on: August 14, 2009, 10:52:40 am »Quote from: "Laurent"
Maybe the arguments provided to g++ in your makefile are not in the correct order?
Oh wow, that worked!
I tried moving them around and at a certain point, it started working.. I had no clue this could be the problem, I assumed that the parameter order was correct after it had compiled successfuly on Linux.
Thank you very much, for helping out a C# & Java spoiled coder