but running with the makefile causes the above error. Also I have MinGW installed in C:/MinGW so how do I tell Dev-C++ to use it's own install of mingw?
ie
where gcc
C:\MinGW\bin\gcc.exe
also
where mingw32-make.exe
C:\MinGW\bin\mingw32-make.exe
I hope this makes sense. thank you.
Last edit: Scott Harding 2019-10-21
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please help me figure out what I'm doing wrong with my makefile/compile options. I'm getting this error:
I think I have some path issues. It runs fine when I run from the command line:
``
If I run each of these commands at the command line they run fine:
but running with the makefile causes the above error. Also I have MinGW installed in C:/MinGW so how do I tell Dev-C++ to use it's own install of mingw?
ie
where gcc
also
I hope this makes sense. thank you.
Last edit: Scott Harding 2019-10-21