WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: cmake error  (Read 2955 times)

Offline andriusr

  • Newbie
  • *
  • Posts: 34
cmake error
« on: August 20, 2015, 03:52:15 AM »
Installed cmake from repository on piCore 6.0 -SSH (headless) (arm6).
However, when I run cmake from terminal it gives me following errors:

cmake: /usr/lib/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by cmake)
cmake: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by cmake)

What might be the problem? Any ideas?

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: cmake error
« Reply #1 on: August 20, 2015, 08:53:09 AM »
I will check it next week back from vacation. In the mean time try to use 7.0alpha1
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline andriusr

  • Newbie
  • *
  • Posts: 34
Re: cmake error
« Reply #2 on: August 20, 2015, 11:32:45 PM »
Managed to compile cmake against libstdc++ on my system, so the problem solved. Probably, the best would be to place into repository older cmake.tcz (it was updated number of times) that was compiled with correct version of libstdc++.