Author Topic: Relocation error while debugging under Linux  (Read 3870 times)

chrisharper

  • New Community Member
  • Posts: 2
  • Hero Points: 0
Relocation error while debugging under Linux
« on: June 13, 2014, 03:35:08 PM »
I am trying to get debugging working from SE under Linux. Debugging my application with gdb works fine, but from within SE I get a relocation error with one of our libraries. The error appears to be related to libstdc++.so.6:

relocation error: i3moduleregistry-l64.so: symbol _ZNKSt9type_info32strings_used_for_type_comparisonEv, version GLIBCXX_3.4 not defined in file libstdc++.so.6 with link time reference

We use a modified version of libstdc++, so I wonder if this is causing a problem.

I appreciate any insight anyone can provide. I'd really like to get debugging inside SE working.