recherche

Maison  >  Questions et réponses  >  le corps du texte

c++ - 如何用 libcxxrt 编译 boost ?

编译 llvm 时可以在 ./configure 时加参数 -ldl=libcxxrt,
而 boost 需要用自带的 boost.build (b2) 编译, b2 没有 -ldl 选项, 看文档也没能确定应该用的选项。

请问应该如何编译 boost 才能让它 link 的是 libcxxrt.so 而不是 libstdc++.so 呢?

迷茫迷茫2804 Il y a quelques jours587

répondre à tous(1)je répondrai

  • 迷茫

    迷茫2017-04-17 11:32:17

    linkflags="-stdlib=libc++ -ldl -lcxxrt"

    répondre
    0
  • Annulerrépondre