When I try to build a program using Eclipse CDT
, I get the following:
/mingw/lib/libmingw32.a(main.o):main.c:(.text+0x106): undefined reference to `[email protected]
Why is that? And, how can I solve this issue?
When I try to build a program using Eclipse CDT
, I get the following:
/mingw/lib/libmingw32.a(main.o):main.c:(.text+0x106): undefined reference to `[email protected]
Why is that? And, how can I solve this issue?