Polynomial.h

I was trying to run this example in ROOT-6:

root.cern.ch/drupal/content/fun … erpolation

but it is not able to find:

In file included from input_line_9:1:
/home/turra/interpolation.C:1:10: fatal error: 'Math/Polynomial.h' file not found
#include "Math/Polynomial.h"

I have installed ROOT from binaries, and actually the file does not exist, but it is present in the repository:

root.cern.ch/gitweb?p=root.git; … f7;hb=HEAD

Hi,

which binaries did you install on what platform?
Could you check if the file $ROOTSYS/include/Math/Polynomial.h is there?

Cheers,
Danilo

I have installed binaries from the webpage

Production Version 6.04

Fedora 20 x86-64 with gcc 4.8, version 6.04.00 (133 MB).

the file is missing

The binaries for Fedora were generated with mathmore=OFF because of GSL. In this case the Math/Polynomial.h is not installed. I’ll check why we didn’t use a builtin GSL for this platform.

I have re-generated the binaries of root_v6.04.00.Linux-fedora20-x86_64-gcc4.8.tar.gz
enabling builtin_gsl=ON. Can you please try to re-install it with the new tar file.

[quote=“mato”]I have re-generated the binaries of root_v6.04.00.Linux-fedora20-x86_64-gcc4.8.tar.gz
enabling builtin_gsl=ON. Can you please try to re-install it with the new tar file.[/quote]

thank you, now it works