Makefile build fail again!
johnlee175 opened this issue · 3 comments
johnlee175 commented
duplicate symbol __asort in:
ccan/asort/asort.o
ld: 1 duplicate symbol for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [tools/ccanlint/ccanlint] Error 1
rustyrussell commented
Interesting... ccan/asort should be a NOP if asort is found, so seems like ccan config.h is incorrect.
What platform?
jsarenik commented
This is x86_64 musl libc Alpine Linux.