I am trying to compile my project and I keep getting this error:
cannot find `ld'
C:\Dev-Cpp\Projects\Makefile.win [Build Error] ["Final] Error 1
The Compiler Log says:
Compiler: Default compiler
Building Makefile: "C:\Dev-Cpp\Projects\Makefile.win"
Executing make...
make.exe -f "C:\Dev-Cpp\Projects\Makefile.win" all
g++.exe FinalProgram.o -o "Final Program.exe" -L"lib"
collect2: cannot find `ld'
make.exe: *** ["Final] Error 1
Execution terminated
If anyone knows what I should do, it would be very much appreciated. Thanks.