mirror of https://github.com/PurpleI2P/i2pd.git
Browse Source
Otherwise linking fails with undefined symbol ... basic_string ... and
libstdc++: DSO not on included in link command.
or with
Host compiler must support std::atomic!
which is due to
undefined reference to `__gxx_personality_v0' and __cxa_begin_catch and
std::terminate()
This was already patched in 7b537a4e94
PR #972 but it got lost, and also needed some tweaking.
Thested with Clan 5.0.1 on Arch Linux (on armv7h).
pull/1109/head
redfish
7 years ago
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue