I get this error below when try to compile my code in Matlab.Why did this happen?
dyld: Library not loaded: /usr/local/opt/mpfr2/lib/libmpfr.1.dylib
Referenced from: /usr/local/Cellar/gcc45/4.5.4/libexec/gcc/x86_64-apple-darwin13.4.0/4.5.4/cc1plus
Reason: Incompatible library version: cc1plus requires version 4.0.0 or later, but libmpfr.1.dylib provides version 3.0.0
g++: Internal error: Trace/BPT trap: 5 (program cc1plus)
Hi,
I get this error below when try to compile my code in Matlab.Why did this happen?