XML problem

Hi Rooters,

I have a problem with writing XML files.

This instruction
TXMLEngine* xml = new TXMLEngine;

provides this error message
/home/user/root/bin/root.exe: symbol lookup error: /home/user/root/lib/libGeomBuilder.so: undefined symbol: _ZN10TXMLEngineC1Ev

could someone tell me why ?

Thanks in advance, Mozher (Ismail binomial)

[quote=“ismail2007”]Hi Rooters,

I have a problem with writing XML files.

This instruction
TXMLEngine* xml = new TXMLEngine;

provides this error message
/home/user/root/bin/root.exe: symbol lookup error: /home/user/root/lib/libGeomBuilder.so: undefined symbol: _ZN10TXMLEngineC1Ev

could someone tell me why ?

Thanks in advance, Mozher (Ismail binomial)[/quote]

gSystem.Load(“libXMLIO.so”);