Re: Version 1.01, link problem on SGI

Rene Brun (Rene.Brun@cern.ch)
Fri, 04 Jul 1997 14:34:15 +0200


Robert Loke wrote:
>
> On Fri, 4 Jul 1997, Rene Brun wrote:
>
> > Robert,
> > The only difference I can see with our standard Makefile options in root/test
> > is the option PW. Please add option -lPW in your links options
> > and let me know.
> >
> > Rene Brun
> >
> This didn't changed anything. All the options are now:
>
> -L $(ROOTSYS)/lib -lBase -lCint -lClib -lCont -lFunc
> -lGraf -lGraf3d -lHist -lHtml -lMeta -lMinuit -lNet -lPostscript -lProof
> -lTree -lUnix -lZip -lGpad -lGX11 -lMotif -lWidgets -lX3d
> -L/usr/local/X11R6/lib -lXm -lXpm -lXt -lXext -lX11 -lg++ -lm -ldl
> -Wl,-u,__builtin_new -Wl,-u,__builtin_delete -Wl,-u,__nw__FUiPv -lPW
>

The following link sequence works correctly on IRIX5.3 under g++.
g++ -o user user.o -g -Wl,-u,__builtin_new -Wl,-u,__builtin_delete
-Wl,-u,__nw__FUiPv \
-L$(ROOTSYS)/lib -lBase -lCint -lClib -lCont -lFunc -lGraf \
-lGraf3d -lHist -lHtml -lMeta -lMinuit -lNet -lPostscript \
-lProof -lTree -lUnix -lZip \
-lGpad -lGX11 -lMotif -lWidgets -lX3d \
-lXm -lXt -lX11 -lg++ -lm -lPW -ldl

In case you run on IRIX6.2 or above, it could be that you have
problems. We did not test yet Root with the latest releases of IRIX.

Rene Brun