Error upon starting root

Hello, I am running on Ubuntu version 14.04 LTS, gcc 4.8.4. .When I try to start Root version 6.06 I get this error message :

ERROR in cling::CIFactory::createCI(): cannot extract standard library include paths!
Invoking:
echo | LC_ALL=C c++ -pipe -m64 -Wall -W -Woverloaded-virtual -fsigned-char -fPIC -pthread -std=c++11 -Wno-deprecated-declarations -Wno-comment -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-missing-field-initializers -fPIC -fvisibility-inlines-hidden -std=c++11 -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wcast-qual -fno-strict-aliasing -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-unused-local-typedefs -O2 -DNDEBUG -xc++ -E -v - 2>&1 >/dev/null | awk ‘/^#include </,/^End of search/{if (!/^#include </ && !/^End of search/){ print }}’ | grep -E "(c|g)++"
results in
with exit code 256
input_line_1:1:10: fatal error: ‘new’ file not found
#include
^
input_line_3:38:10: fatal error: ‘string’ file not found
#include
^
What could be done to fix the error ?. Thank you in advance.

Hi,

it looks like you don’t have all the build prerequisites installed.
You can have a look to:
o root.cern.ch/build-prerequisites
o Root 6.04 on Ubuntu 15.04

Cheers,
D