#include <stdio.h>
#include <stdlib.h>
int main()
{
printf("Hello world!\n");
return 0;
}
На любом (Code Blocks,pelles-c,mingw-developer studio) ide не компилируется.
Вот что показывает КодБлокс
mingw32-gcc.exe -Wall -g -c C:\Users\Admin\CodeBlocks\example\main.c -o obj\Debug\main.o
mingw32-g++.exe -o bin\Debug\example.exe obj\Debug\main.o
mingw32-g++.exe: Internal error: Aborted (program collect2)
Please submit a full bug report.
See for instructions.
Process terminated with status 1 (0 minute(s), 0 second(s))
0 error(s), 0 warning(s) (0 minute(s), 0 second(s))