Hi,
I'm using the nightly build from 09 March 2007 with the GCC4.1.2 (from http://forums.codeblocks.org/index.php/topic,5282.0.html (http://forums.codeblocks.org/index.php/topic,5282.0.html)).
A simple new console project (with the default std::cout << "Hello world!" << std::endl;) gives
Build started on: 12-03-2007 at 21:06.14
Build ended on: 12-03-2007 at 21:06.15
-------------- Build: Debug in cbtest1 ---------------
mingw32-g++.exe -g -IC:\MinGW\include\c++\4.1.2 -IC:\MinGW\include -c K:\arbeit\cpp\sonst\cbtest1\main.cpp -o obj\Debug\main.o
abnormal program termination
Process terminated with status 3 (0 minutes, 0 seconds)
0 errors, 0 warnings
MinGW is installed in C:\MinGW. All programs under Compiler and Debugger => Toolchain executables => Program Files are correct (the mingw32-g++.exe is in C:\MinGW\bin etc). Search directories are also set.
If I take the old GCC from the C::B 1.0RC2 (which I used a long time) now in the nightly build, it also fails.
If I choose the compiler from OpenWatcom it works fine.
What did I forget? What is left to do to make MinGW work? Why do both versions of MinGW fail? What does status 3 mean?
Thanks
kardi