Hello everyone (first post, and I hope I don't come off as too much off a newbie).

Currently I'm developing a system that I want to get up and running for OS X and Windows but I'm having issues doing the compilation for Windows from OS X.

The stage I'm at is I've got MinGW32 installed, which works as I've made some test .exe's which are all fine, but I'm either being a bit slow or I've missed something obvious as I just cannot get Qt files to compile at all, I just get:

Qt Code:
  1. ld: unknown option: -enable-stdcall-fixup
  2. collect2: ld returned 1 exit status
  3. make[1]: *** [debug/tut2.exe] Error 1
  4. make: *** [debug] Error 2
To copy to clipboard, switch view to plain text mode 

Any ideas? Sorry if this has been covered before, I had a good search on the forums and couldn't spot it!