M
M
mikhailbildin2020-04-25 13:30:11
Python
mikhailbildin, 2020-04-25 13:30:11

Error: undefined reference to "[email protected]" collect2.exe: error ld returned 1 exit status. How to fix?

Translated code from python to C using cpython. Upon further compilation into .exe, an error appears: undefined reference to "[email protected]" collect2.exe: error ld returned 1 exit status. Compiling with gcc.
How to fix?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Ananiev, 2020-04-25
@SaNNy32

You have the WinMain function declared somewhere, but there is no implementation.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question