abentkus wrote:
> ./cstrike/addons/metamod/dlls/metamod_i386.so: undefined symbol:
> __gxx_personality_v0
That error means that the library is not properly linked with the
standard C++ library. You should try editing the metamod/Makefile
and set GCC to g++ instead of gcc.
Hope that helps.
Florian