pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
How to force clang to use pkgsrc's libcxx?
I noticed lang/libcxx doesn't get installed together with lang/clang and after I installed lang/libcxx manually lang/clang still default to link with system's libc++.
A ldd on the generated binary showed this:
libc++.so.1 => /usr/lib64/libc++.so.1 (0x00007f70cf321000)
libc++abi.so.1 => /usr/lib64/libc++abi.so.1 (0x00007f70cf0f1000)
It's the system's libc++, not the libc++ of lang/libcxx.
Home |
Main Index |
Thread Index |
Old Index