there is a problem loading the TLinearFitter class via the plug-in manager.
If you don’t care about using the linear fitter you can use the option “F”,
force to use Minuit, and that should work,
aHisto->Fit("f1","F");
otherwise do before running the first fit you can do
gSystem->Load("libMinuit")
or add “-lMinuit” in the list of linking libraries of your application.
Thank you for reporting this. We will fix this problem in the next release
Best Regards
Lorenzo