Compiler: Default compiler
Building Makefile: "C:\C_algorithms_with_C\examples\bistree\Makefile.win"
Executing make...
make.exe -f "C:\C_algorithms_with_C\examples\bistree\Makefile.win" all
gcc.exe bistree_main.o bistree.o bitree.o -o "bistree_Project.exe" -L"C:/Dev-Cpp/lib"
gcc.exe: Internal error: Aborted (program collect2)
Please submit a full bug report.
See <url:http: www.mingw.org="" bugs.shtml=""> for instructions.</url:http:>
make.exe: *** [bistree_Project.exe] Error 1
Execution terminated
I originally posted this under troubleshooting, my mistake, so here it is in the correct forum! The above is the compiler list of the project that I tried to compile. This project is an exact copy of what I had on my older computer, I updated DevC++ on my newer computer and copied the old, working DevC++ projects into the new computer. When I open and compile this previously working project in my new IDE, I get the above compiler error. This is probably a simple fix, but, so far, I cannot find the problem. Maybe somewhere in the program properties menu there is something that I missed!
help, scf
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I 've had so many issues with Dev-C++. When I posted one of them on Stack Overflow a contributor asked "Why are you using Dev-C++?" I'm beginning to ask myself that question.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Compiler: Default compiler
Building Makefile: "C:\C_algorithms_with_C\examples\bistree\Makefile.win"
Executing make...
make.exe -f "C:\C_algorithms_with_C\examples\bistree\Makefile.win" all
gcc.exe bistree_main.o bistree.o bitree.o -o "bistree_Project.exe" -L"C:/Dev-Cpp/lib"
gcc.exe: Internal error: Aborted (program collect2)
Please submit a full bug report.
See <url:http: www.mingw.org="" bugs.shtml=""> for instructions.</url:http:>
make.exe: *** [bistree_Project.exe] Error 1
Execution terminated
I originally posted this under troubleshooting, my mistake, so here it is in the correct forum! The above is the compiler list of the project that I tried to compile. This project is an exact copy of what I had on my older computer, I updated DevC++ on my newer computer and copied the old, working DevC++ projects into the new computer. When I open and compile this previously working project in my new IDE, I get the above compiler error. This is probably a simple fix, but, so far, I cannot find the problem. Maybe somewhere in the program properties menu there is something that I missed!
help, scf
I 've had so many issues with Dev-C++. When I posted one of them on Stack Overflow a contributor asked "Why are you using Dev-C++?" I'm beginning to ask myself that question.