Question:
Why Bloodshed Dev-C++ won't let me compile stuff twice?
Agent11
2009-03-25 02:09:11 UTC
Im using bloodshed dev-c++ and i can compile a program once but when i try to compile it again it won't work, it dosn't even give me a syntax error, but it says i have 2 totals errors in the complie log and it says
"Compiler: Default compiler
Building Makefile: "C:\Users\Mike\Documents\C++ Programs\My looping program\Makefile.win"
Executing make...
make.exe -f "C:\Users\Mike\Documents\C++ Programs\My looping program\Makefile.win" all
gcc.exe -c "main lopper.cpp" -o "main lopper.o" -I"D:/Dev-Cpp/include"

gcc.exe "main lopper.o" -o "my looping program.exe" -L"D:/Dev-Cpp/lib"

D:\Dev-Cpp\Bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot open output file my looping program.exe: Permission denied
collect2: ld returned 1 exit status

make.exe: *** ["my] Error 1

Execution terminated"

and wont complie im using dev-C++ 4.9.9.2 and my OS windows 7 beta build 7000. thanks!
Three answers:
tbshmkr
2009-03-25 03:10:24 UTC
Why compile twice?

=

Compile.

-If errors, correct errors.

Compile.
cierra
2016-05-25 08:09:20 UTC
C++ is the name of the language. It is basically a OOP version of C. Why ++? You'll find out as you learn the language. Dev is most likely stands for Development or Developer. Never used Dev-C++ (Emacs/GCC/GDB person), so I can't say anything about the reason for Bloodshed name.
Chance
2009-03-25 04:34:36 UTC
Well, all i will say is that uninstall it and install againt.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...