[ROOT] __gnu_cxx not defined error message

From: Alexandr Malusek (Alexandr.Malusek@imv.liu.se)
Date: Tue Oct 22 2002 - 17:03:31 MEST


Hi,

I write a C++ class library (libRCTmod.so) based on ROOT. It compiles
and runs OK with root-3.03.08 and gcc-3.2 but with root-3.03.09 I
receive the following error messages when I try to load the shared
library in ROOT or when I start a program linked with the library:

root [0] gSystem->Load("libRCTmod.so");
Error: class,struct,union or type __gnu_cxx not defined  FILE:/home/malusek/src/ctmod/lib/libRCTmod.so LINE:1
*** Interpreter error recovered ***
root [1]

$ ./ctmod
Error: class,struct,union or type __gnu_cxx not defined  FILE: LINE:0

The tutorials and tests in root-3.03.09 run OK so I suppose the
problem is somewhere in my code but the error message is not very
helpful. Does anybody have a tip what to search for? (I don't use the
symbol gnu_cxx in my code.)

I use SuSE-7.3 IA32, gcc-3.2, binutils-2.11.90.0.29-14.

--
Alexandr.Malusek@imv.liu.se



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:51:15 MET