Re: installing ld64 and/or llvm problem

2013-08-13 Thread Ryan Schmidt
On Aug 13, 2013, at 11:27, M A wrote: > dyld: Library not loaded: /opt/local/lib/libffi.5.dylib > Referenced from: /opt/local/libexec/llvm-3.2/bin/llvm-config > Reason: image not found So the problem seems to be that llvm-3.2 uses libffi, and on your system is linked with libffi library ver

installing ld64 and/or llvm problem

2013-08-13 Thread M A
While trying to upgrade gcc47 (from 4.7.2 to 4.7.3) I ran into a problem when port was trying to install ld64. (Error message below.) In particular it could not find the file "llvm-c/lto.h", even though I was able to confirm it existed in /opt/local/libexec/llvm-3.2/include/llvm-c/lto.h. Looking at