You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "guanyun (Jira)" <ji...@apache.org> on 2019/12/08 13:35:03 UTC

[jira] [Created] (HBASE-23523) CLONE - [C++] Don't compile with -D_GLIBCXX_USE_CXX11_ABI=0

guanyun created HBASE-23523:
-------------------------------

             Summary: CLONE - [C++] Don't compile with -D_GLIBCXX_USE_CXX11_ABI=0
                 Key: HBASE-23523
                 URL: https://issues.apache.org/jira/browse/HBASE-23523
             Project: HBase
          Issue Type: Sub-task
            Reporter: guanyun
         Attachments: Makefile_HBASE_18726.patch

Not using the newer C++11 ABI seems odd, and makes it so that we [mostly] can't link against pre-compiled libraries (such as those provided by Ubuntu).

I also believe that if we stopped doing this, we could switch (in the docker image) to using the system boost (i.e. apt-get install libboost-all-dev) instead of compiling our own.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)