rustyrussell / ccan

The C Code Archive Network
http://ccodearchive.net/
1.1k stars 207 forks source link

Makefile build fail again! #59

Open johnlee175 opened 7 years ago

johnlee175 commented 7 years ago

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 7 years ago

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

What platform?

jsarenik commented 6 years ago

https://github.com/rustyrussell/ccan/issues/67 is the same

jsarenik commented 6 years ago

This is x86_64 musl libc Alpine Linux.