Commits

Antoine Pitrou authored 6339ff89ac8
ARROW-12142: [Python][Doc] Mention the CXX ABI flag in the docs Getting weird linker errors when trying to compile C++ code against the manylinux-provided Arrow shared library is common. Give the solution explicitly in the docs. Closes #10582 from pitrou/ARROW-12142-cxx-abi-flag Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>