I think the reason I'm getting that error is because LLVM is compiled with a newer libstdc++ (for LLVM 6 this is required on Ubuntu 14.04), but since I'm compiling with gcc 4.8.x the flags `-static-libstdc++ -static-libgcc` are causing a conflict
[ Full content available at: https://github.com/apache/arrow/pull/2695 ] This message was relayed via gitbox.apache.org for [email protected]
