From 5666c4eceee9964ecd6a74602c8e9450547a725a Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 13 Dec 2016 19:24:45 +0330 Subject: trying to see what gcc version is on the host Ubuntu VM... --- extra-tools/CITPreBuildDep.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'extra-tools') diff --git a/extra-tools/CITPreBuildDep.sh b/extra-tools/CITPreBuildDep.sh index d73e247..5b4e190 100755 --- a/extra-tools/CITPreBuildDep.sh +++ b/extra-tools/CITPreBuildDep.sh @@ -2,7 +2,9 @@ "sudo" apt-get -qq update -"sudo" apt-get install libstdc++ +#installing libstdc++ 4.8 +"gcc" -v + #building cmkae 3.4.3 since the CI Travis virtual host is Ubuntu(???) "wget" http://www.cmake.org/files/v3.4/cmake-3.4.3.tar.gz -- cgit v1.2.3