rustyrussell/ccan

Makefile build fail again!

johnlee175 opened this issue · 3 comments

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

Interesting... ccan/asort should be a NOP if asort is found, so seems like ccan config.h is incorrect.

What platform?

#67 is the same

This is x86_64 musl libc Alpine Linux.