I'm a pretty novice programmer (as in I only code when I need to), but I mostly work in television. I've been trying to compile a tool I downloaded (bmdtools) for compilation on OSX because we (for whatever reason) are not allowed to use Linux machines.
So, after installing all the libraries and linking what I need to, I ran "make" and got the error message:
ld: symbol(s) not found for architecture x86_64
I had then read that adding -stdlib=libc++ would fix whatever issue was being reflected. And this time it finishes, creating all three files that should be created. However, those three files are completely blank. Zero bytes.
Any help or insight would be greatly appreciated. Thanks!
See Question&Answers more detail:os