Closed dgrisham closed 5 years ago
Hey there, what OS and C compiler are you using?
@benswift I'm on Arch Linux and using Clang (I ran the build commands again after doing export CC=clang
to be sure, and I got the same error):
$ uname -a
Linux archlinux 5.3.1-arch1-1-ARCH #1 SMP PREEMPT Sat Sep 21 11:33:49 UTC 2019 x86_64 GNU/Linux
$ clang --version
clang version 8.0.1 (tags/RELEASE_801/final)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
I'm getting an error at the step of linking
sndfile-metadata-set
:I've tried adding the
-lm
in a few places, as per the advice here: https://github.com/NanoComp/libctl/issues/1, but haven't figured it out yet.Here's more context to the output: