Hi Christian, First of all, I'm sorry for the late answer.
On Friday 20 November 2009 10:27:54 Christian Holm Christensen wrote: > In that case, that you only need Minuit2 and not the `rest' of ROOT, you > should link your program against the stand-alone version of Minuit2 > available from > Note, that if you link against libMinuit2.so from ROOT you _will_ pull > in a lot of ROOT stuff, just try to do > > > ldd /usr/lib/root/5.24/libMinuit2.so.5.24 Ok, you are of course right. I missed that the libMinuit2.so from ROOT was linked to other ROOT libraries. > > So basically I'm using Minuit2 just as a standalone library and therefore > > need its header files. > > Then, you should truly use it as stand-alone and get the stand-alone > package :-) Since the ROOT source package already includes the Minuit2 sources, could stand-alone packages of it (e.g. libminuit2 and libminuit2-dev) be built from the ROOT source package? Or is it required to introduce an independent source package for Minuit2? Cheers Frank -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

