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
This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:43:29 MET