(03-23-2023, 01:55 AM)DSMan195276 Wrote: A few clarifications:
...
4. Is it possible you have another version of MinGW installed on your machine? Errors like the `-auxbase-strip` thing are related to the `cc1plus.exe` not understanding internal parameters passed to it from the main `g++.exe`. AFAIK this should never happen as long as the `cc1plus.exe` and `g++.exe` are from the same version of MinGW. Check that you don't have something like a `C:\MinGW\` folder, and check your `PATH` for anything that looks related to `MinGW`.
Thanks for your reply!
It's not only possible there is another version of MinGW on my PC - there most definitely is, because I still have (and use) QB64 2.0.2. Is it possible to have both QB64 and QB64PE working side by side?
I have some household chores to do now - as soon as I get a minute, I will look at the QB64PE config file, where I saw some path variable pointing to the compiler. Maybe I can point both QB64 & PE to the same folder.