Skip to content

Instantly share code, notes, and snippets.

@kobi-ca
kobi-ca / README.md
Created October 23, 2023 18:19 — forked from ernstki/README.md
List the ABI versions of all detected libc and libstdc++'s (GNU/Linux only)

Linker error messages related to libc and libstdc++

We run into the dreaded

/usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.18' not found

error messages a lot around here. This article is an attempt to explain what's going on with that.

@kobi-ca
kobi-ca / gist:f217bffabbd1e612bbc1af1b772d410f
Created November 15, 2018 04:25
diff between 629303...0c3c7cb65
diff --git a/.travis.yml b/.travis.yml
index ff3aba5..5c8309d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,6 @@
-language:
- - cpp
- - python
-python:
- - "2.7"