I have created an executable on XP/Cygwin linked with root library.
I could run it fine in cygwin.
Now I would like to run the executable on a XP environement without cygwin and Root but with needed dll.
This executable seems to works fine for creating root file, but when trying to fit a TH1F histogram a segmentation fault appears .
…
TF1 *fitf = new TF1(“fitf”,fitf1,22200,22800,7);
…
hpe->Fit(“fitf”,“r”,"",xmin,xmax);
Any idea ?
Best regards, Jean