bornd37
bornd37
I have gotten MinGW 64 7.1.0 to successfully compile and link by putting -static in the g++ command (I have to execute the g++ command via a command prompt after...
I believe I may have found the correct file to modify to correctly inject the -static parameter. In bmk_util.bmx I inserted the following at line 338: If Not makelib cmd:+"...
Yeah, the addldopt affects the ld.exe commands and this needs to execute as a param of g++. If there was an addgppopt command or something like it that would work...
Now I'm understanding. Would work great using bmk on command line but not sure how to implement that in MaxIDE. Yes, interested in what Brucey decides on! :)