Running rootcint: Undefined symbols

Dear all,
trying to compile a library based on ROOT I get this crash (I’m copying here only part
of the output).

In attachment there are the header and the implementation of the ROOTCINT file.

I’m using root 5.28 under Mac OS X 10.6.6

It used to complile it with no problems with root 5.24.

Many thanks in advance.

Regards,
Marco Bomben

SbtCint.cpp (1.04 MB)
SbtCint.h (21 KB)

[quote]Making tmp//libSbt.so
Undefined symbols:[/quote]It looks like you are missing a long list of libraries on your link line. You might want to add:`root-config --libs` -lGeomPainter -lMatrix -lGeo

Cheers,
Philippe.