i'm working on multi-agent system like Robocup soccerrSim2d
On Gnu-linux .
My distb is Ubuntu 11.10(kernel 3.2 - gcc 4.6 )
I installed librcsc from source . (it compiled and installed successfully)
then I installed agent2d from src . (it compiled and installed successfully too !)
But there is a problem with running the agent2d code : (when I run src/start.sh
: )
this Error happens :
./src/sample_player: symbol lookup error: /usr/local/lib/librcsc_agent.so.7: undefined symbol: _ZN4rcsc9UDPSocketC1EPKci
What do you think about it guys? Actually, when does "Symbol lookup Error " happen?