Error: undefined reference to «WinMain@16» collect2.exe: error ld returned 1 exit status. Как исправить?
Перевёл код с python в C с помощью cpython. При дальнейшей компиляции в .exe вылезает ошибка: undefined reference to "WinMain@16" collect2.exe: error ld returned 1 exit status. Компилирую через gcc.
Как исправить?
Warning: resolving _WinMain@16 by linking to _WinMain
Use --enable-stdcall-fixup to disable these warnings
Use --disable-stdcall-fixup to disable these fixups
C:\Users\MIKHAIL\AppData\Local\Temp\ccyaehQT.o:gg3.c:(.text+0xab): undefined ref
erence to `_imp__PyModuleDef_Init'
C:\Users\MIKHAIL\AppData\Local\Temp\ccyaehQT.o:gg3.c:(.text+0xba): undefined ref
erence to `_imp__PyThreadState_Get'...(и т.д.)
.......
C:\Users\MIKHAIL\AppData\Local\Temp\ccyaehQT.o:gg3.c:(.text+0x1a08): undefined r
eference to `_imp__PyErr_Format'
collect2.exe: error: ld returned 1 exit status