Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: andriusr on August 20, 2015, 06: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?
-
I will check it next week back from vacation. In the mean time try to use 7.0alpha1
-
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++.