[Dev-C++] Changing 'C:\Dev-Cpp\lib', or is this a wrong thing to do?
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: Matthew R. <mri...@gm...> - 2012-01-17 22:13:52
|
Hello, I have a newer version of MinGW with all the includes and libs, and have told Dev-C++ so in the Tools->Compiler Options->Binaries | Libraries | C Includes | C++ Includes panes. But when I compile, in the compile log, it still says, when I compile a C program, for instance: ***make.exe -f "C:\C_Programs\Practice\Makefile.win" all gcc.exe main.o -o "Const_Practice.exe" -L"C:/Dev-Cpp/lib" Execution terminated Compilation successful *I can't find where it's told to add that -L"C:/Dev-Cpp/lib" but I feel like it should be reaching to C:/MinGW/lib where all my newer libraries for things like libstdc++.a and even the things I've added such as glut already are. With Dev-C++, do I HAVE to use C:/Dev-Cpp/lib? If not, where do I go to change it? Thanks. |