c++ - reproduce libc++/libstdc++ ABI incompatibility on Linux -
a friend of mine , working on project using c++11. using os x , using linux.
as libc++
, libstdc++
not abi-compatibel, have make sure not mix between our libraries , our application.
however have linker issue caused mixing libc++
, libstdc++
, want try figure out, libraries it's caused.
ideally @ home, don't own mac , don't want pay multiple hundreds of dollars 1 bugfix try reproduce issue on linux system.
appereantly mac os x only platform full libc++ support.
a windows , linux port on way, not functional yet (2013-07-18)
however, down below build instructions linux exist, going try out.
Comments
Post a Comment