Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

multiple definition of `_Unwind_RaiseException' #9

Open
BorgesLu opened this issue Nov 13, 2021 · 1 comment
Open

multiple definition of `_Unwind_RaiseException' #9

BorgesLu opened this issue Nov 13, 2021 · 1 comment

Comments

@BorgesLu
Copy link

when I link the seastar library,the linker throws an error:

/usr/bin/ld.bfd: /usr/lib/gcc/x86_64-linux-gnu/9/libgcc_eh.a(unwind-dw2.o): in function _Unwind_RaiseException': (.text+0x2510): multiple definition of _Unwind_RaiseException'; /usr/local/lib/libseastar.a(exception_hacks.cc.o):/home/kvgroup/lmx/chogori-seastar-rd/build/release/../../include/seastar/core/deleter.hh:121: first defined here

@iafuture
Copy link
Contributor

Hi,
How are you building the library? What is the environment setup? Are you following the steps here: https://github.com/futurewei-cloud/chogori-seastar-rd#readme?

The build should work if you follow those steps in a clean environment (e.g. ubuntu-20 container with build-essentials installed)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants