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