Re: what is this ?

Rene Brun (Rene.Brun@cern.ch)
Wed, 11 Jun 1997 08:38:20 +0200


Wouter Hulsbergen wrote:
>
> This afternoon I downloaded version 1.01/04, I now I have some serious
> trouble in my analysis code. On run time:
>
> Warning in <Add>: class TUnixSystem allready in TClassTable
> Warning in <Add>: class TTreeFormula allready in TClassTable
> Warning in <Add>: class TTree allready in TClassTable
> .
> .
> .
> Segmentation fault (core dumped)
>
> What is wrong?
>
> This is rather urgent as I would like to present some results on a meeting
> tomorrow. Thanks, Wouter

When linking under IRIX with g++, the following exotic LD parameters
are required:
LDFLAGS = -g -Wl,-u,__builtin_new -Wl,-u,__builtin_delete -Wl,-u,__nw__FUiPv

I have modified the Makefile in the distribution for IRIX/g++ to include
this sequence.

Rene Brun