Hello,
I need to build the root 5.28.00a rpm.
I have always done it (with 5.27.xxx) by performing the following steps:
1 ./configure --enable-afs --enable-gdml --enable-globus --enable-minuit2 --disable-monalisa --enable-qt --enable-qtgsi --enable-roofit --enable-soversion --enable-table --enable-unuran --enable-rfio --enable-xrootd --with-pythia6-uscore=SINGLE --with-f77=g77 --enable-builtin-freetype --disable-editline
2 . make -j3
and until this point it works
- make static
I get the following error:
Making bin/roota…
g++ -m64 -O2 -o bin/roota main/src/rmain.o cint/reflex/src/G__Reflex.o core/base/src/G__Base1.o core/base/src/G__Base2.o core/base/src/G__Base3.o core/clib/src/G__Clib.o core/cont/src/G__Cont.o core/meta/src/G__Meta.o core/meta/src/G__TCint.o core/metautils/src/G__MetaUtils.o core/rint/src/G__Rint.o core/thread/src/G__Thread.o core/unix/src/G__Unix.o geom/geom/src/G__Geom1.o geom/geom/src/G__Geom2.o geom/geombuilder/src/G__GeomBuilder.o geom/geompainter/src/G__GeomPainter.o graf2d/gpad/src/G__GPad.o graf2d/graf/src/G__Graf.o graf2d/postscript/src/G__PostScript.o graf2d/x11/src/G__X11.o graf2d/x11ttf/src/G__X11TTF.o graf3d/g3d/src/G__G3D.o graf3d/x3d/src/G__X3D.o gui/fitpanel/src/G__FitPanel.o gui/ged/src/G__Ged.o gui/gui/src/G__Gui1.o gui/gui/src/G__Gui2.o gui/gui/src/G__Gui3.o gui/guibuilder/src/G__GuiBld.o gui/guihtml/src/G__GuiHtml.o gui/recorder/src/G__Recorder.o gui/sessionviewer/src/G__SessionViewer.o hist/hist/src/G__Hist.o hist/histpainter/src/G__HistPainter.o hist/spectrum/src/G__Spectrum.o hist/spectrumpainter/src/G__Spectrum2Painter.o html/src/G__Html.o io/io/src/G__IO.o io/sql/src/G__SQL.o io/xml/src/G__XML.o math/foam/src/G__Foam.o math/fumili/src/G__Fumili.o math/genvector/src/G__GenVector32.o math/genvector/src/G__GenVector.o math/mathcore/src/G__MathCore.o math/mathcore/src/G__MathFit.o math/mathcore/src/G__Math.o math/matrix/src/G__Matrix.o math/minuit/src/G__Minuit.o math/mlp/src/G__MLP.o math/physics/src/G__Physics.o math/smatrix/src/G__Smatrix32.o math/smatrix/src/G__Smatrix.o math/splot/src/G__SPlot.o montecarlo/eg/src/G__EG.o montecarlo/vmc/src/G__VMC.o net/net/src/G__Net.o proof/proof/src/G__Proof.o proof/proofplayer/src/G__ProofDraw.o proof/proofplayer/src/G__ProofPlayer.o roofit/histfactory/src/G__HistFactory.o tree/tree/src/G__Tree.o tree/treeplayer/src/G__TreePlayer.o tree/treeviewer/src/G__TreeViewer.o lib/libRoot.a -lXpm -lXext -lX11 -lXft -lm -ldl -pthread -rdynamic lib/libpcre.a lib/libfreetype.a -lz
lib/libRoot.a(Getline.o): In function Gl_histadd': [b]Getline.c:(.text+0x4e5): warning: the use of
tmpnam’ is dangerous, better use mkstemp' roofit/histfactory/src/G__HistFactory.o: In function
RooStats::HistFactory::LinInterpVar::ShowMembers(TMemberInspector&)’:
G__HistFactory.cxx:(.text+0x1dbf9): undefined reference to RooAbsReal::ShowMembers(TMemberInspector&)' roofit/histfactory/src/G__HistFactory.o: In function
PiecewiseInterpolation::ShowMembers(TMemberInspector&)’:
G__HistFactory.cxx:(.text+0x1df30): undefined reference to `RooAbsReal::ShowMembers(TMemberInspector&)’[/b]
and many others of the type: undefined reference to …
Can you please help me?
Thanks in advance.
Best regards
Adriana