pbiering/ipv6calc

Build problem on macOS

Closed this issue · 5 comments

I wanted to upgrade Homebrew formula to 0.99.2 but I'm unable to build.

https://gist.github.com/8ecd657bb5d62ea4d605b07acf1cb4de

Not seen on Linux using "clang", can one investigate the root cause for:

ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

meanwhile I will check why the shared library is built even if "--enable-shared" is not selected

try build applying following patch on top: 128cb3b
(this would at least skip unnecessary build of the shared library)

@pbiering Nice! It built on all our VMs. Would it be possible to release new version?

Currently, I want to avoid creating a new version. Would it be possible for you to create packages including the small patch until next release is published (like e.g. possible in RPM builds)?

That works on our end, thanks!