Make Error: Undefined symbols for architecture x86_64
问题 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.