Quote:
Originally Posted by Josh_Borke
L 07/18/2004 - 10:26:54: [META] ERROR: dll: Failed query plugin '<realbot_mm_i386>'; Couldn't open file '/home/hlds/csds/cstrike/../realbot/dll/realbot_mm_i386.so': /home/hlds/csds/cstrike/../realbot/dll/realbot_mm_i386.so: undefined symbol: __gxx_personality_v0
|
Josh,
I was also experimenting the same problem, I had to modify the Makefile to define CPP as g++ (explained in README.linux) like in:
Code:
# CPP must be g++ on Linux
CPP = g++
# If option -g, additional information is added for GDB
DEBUG=-g
As far as I can remember, this fixed a similar problem for me.
Hope it helps
-eric