debug.win32/metamod.o: In function `Z15metamod_startupv':C:\MSYS\1.0\home\petrovich\metamod\metamod/metamod.cpp:96: undefined reference to `__gxx_personality_sj0'
debug.win32/metamod.o: In function `MPlayerList':C:\MSYS\1.0\home\petrovich\metamod\metamod/metamod.cpp:86: undefined reference to `__gxx_personality_sj0'
collect2: ld returned 1 exit status
make: [debug.win32/metamod.dll] Error 1 (ignored)
help me ;) i am noob ;(
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
undefined reference to __gxx_personality should be fixed by using 'g++' instead of 'gcc' when linking. Or by defining -lstdc++ on link libraries setting in Makefile. Metamod-p should compile/link correctly with gcc3 & gcc4.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Error :(
debug.win32/metamod.o: In function `Z15metamod_startupv':C:\MSYS\1.0\home\petrovich\metamod\metamod/metamod.cpp:96: undefined reference to `__gxx_personality_sj0'
debug.win32/metamod.o: In function `MPlayerList':C:\MSYS\1.0\home\petrovich\metamod\metamod/metamod.cpp:86: undefined reference to `__gxx_personality_sj0'
collect2: ld returned 1 exit status
make: [debug.win32/metamod.dll] Error 1 (ignored)
help me ;) i am noob ;(
SORRY ALL!! I AM USEs GCC version 3.* =))))))
source work in gcc 2.95
Jussi Kivilinna i love you! you megaman! ;) Thx for you plugins!! you are best!!
sorry my bad eng
undefined reference to __gxx_personality should be fixed by using 'g++' instead of 'gcc' when linking. Or by defining -lstdc++ on link libraries setting in Makefile. Metamod-p should compile/link correctly with gcc3 & gcc4.