Re: problem with linking

Witold Przygoda (Witold.Przygoda@physik.tu-muenchen.de)
Thu, 11 Feb 1999 23:04:48 +0100 (MET)


On Thu, 11 Feb 1999, Patrick Decowski wrote:

>
> hi wit,
> make sure you add '-fno-rtti -fno-exceptions' to the compile options
> when compiling with egcs. if you don't have it, add it and recompile all
> your code from scratch (see $ROOTSYS/test/Makefile for the options).
>

It helped! (at least with the problem I had reported).

At the end I still have:

hrichring.o: In function `HRichRing::~HRichRing(void)':
hrichring.cc:21: undefined reference
to `HRichRing::ShowMembers(TMemberInspector &, char *)'
hrichring.cc:21: undefined reference
to `HRichRing::Streamer(TBuffer &)'

Line 21 is a dummy destr.: HRichRing::~HRichRing() {}
It looks like CINT hasn't generated ShowMembers / Streamer functions?

Thanx,
Witek