computerwhiz
Programmer
I keep getting this error I have listed below but I cannot figure out what is causing it. Please help. I would show you code but I don't even know what is causing the error.
Compiler: Default compiler
Building Makefile: "C:\WINDOWS\Desktop\mysource\Makefile.win"
Executing make...
make.exe -f "C:\WINDOWS\Desktop\mysource\Makefile.win" all
windres.exe -i chkparser_private.rc -I rc -o chkparser_private.res -O coff
gcc.exe Main.o chkparser_private.res -o "chkparser.exe" -L"C:/DEV-CPP/lib" -mwindows
Main.o(.eh_frame+0x11):Main.c: undefined reference to `__gxx_personality_v0'
Execution terminated
Compiler: Default compiler
Building Makefile: "C:\WINDOWS\Desktop\mysource\Makefile.win"
Executing make...
make.exe -f "C:\WINDOWS\Desktop\mysource\Makefile.win" all
windres.exe -i chkparser_private.rc -I rc -o chkparser_private.res -O coff
gcc.exe Main.o chkparser_private.res -o "chkparser.exe" -L"C:/DEV-CPP/lib" -mwindows
Main.o(.eh_frame+0x11):Main.c: undefined reference to `__gxx_personality_v0'
Execution terminated