On Tue, 30 Oct 2012, Mirko Weber wrote:
i have some problems running Gretl on Mac OSX Lion. [...]
with this being the relevant error:
dyld: Library not loaded: @executable_path/../lib/libgmp.3.dylib
Referenced from: /Applications/Gretl.app/Contents/Resources/bin/gretl_x11
Reason: no suitable image found. Did find:
/Applications/Gretl.app/Contents/Resources/bin/../lib/libgmp.3.dylib:
file too short
OS X Lion is truncating libgmp.3.dylib to zero bytes on copy
from the mounted disk image to /Applications. Don't ask me
why! But you can fix this from the command line. I'm not at a
Mac right now so I can't verify the exact commands, but the
following is close:
sudo rm -rf /Applications/Gretl.app
sudo cp -r /Volumes/gretl/Gretl.app /Applications
Allin Cottrell