Le 10/10/2022 à 19:27, Joseph Porter a écrit :

I've tried building with explicit flags to encourage the libraries to
include the cxx11 symbol (in python/CMakeLists.txt).  That doesn't seem to
impact this issue:

set (CMAKE_CXX_STANDARD 11)
set (CMAKE_CXX_STANDARD_REQUIRED ON)
set (CMAKE_CXX_EXTENSIONS OFF)

I also added
export PYARROW_CXXFLAGS="-std=c++11"
for the wheel build of pyarrow (no effect).

Can you try adding "-D_GLIBCXX_USE_CXX11_ABI=1" to those flags?

Reply via email to