Shown here is a list of filenames that are used by Dev-C++ when performing specific tasks. Each filename should be present in any binary folder specified .

gcc
The C compiler, used for auto-configuring compiler set, performing C file compiling and linking (based on file extension) and queries about compiler set properties.
g++
The C++ compiler, used for performing C++ file compiling and linking (based on file extension).
make
The makefile processor, used for project compilations.
gdb
The debugger.
windres
The resource processor, used to process Windows GUI resource files.
dllwrap
The DLL wrapper, used to build DLL's
gprof
The profiler.