I am trying to run my model using dynare++ standalone on Macbook with El Capitan OS X. However I get the following error
- Code: Select all
hntvlan538:terminal myMac$ dynare model.mod
dyld: lazy symbol binding failed: Symbol not found: _dgetrf_
Referenced from: /Applications/Dynare/4.4.3/dynare++/dynare++
Expected in: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
dyld: Symbol not found: _dgetrf_
Referenced from: /Applications/Dynare/4.4.3/dynare++/dynare++
Expected in: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
Trace/BPT trap: 5
Do you maybe know if there is an easy way to overcome it?
EDIT:
I have found a similar post, so will just follow the instructions:
http://www.dynare.org/phpBB3/viewtopic.php?f=1&t=7359