dyld: Library not loaded

Hi everyone,

I am running MNE on a mac (OSX 10.5.6) and I'm having trouble using
the matlab tools. For example, mne_epochs2mat produces the error:
dyld: Library not loaded: ../../bin/maci/libmat.dylib
  Referenced from: /MNE/mne/bin/mne/i686-apple-darwin/mne_epochs2mat
  Reason: image not found
Trace/BPT trap

This is apparently a not uncommon error associated with running Matlab
on a Mac that derives from mismatches between the default matlab
dependencies and the relative paths between a current location and
those default dependencies. Currently I have a symbolic link to Matlab
in MNE/matlab, but this does not appear to be sufficient.

I'm hoping other users have encountered and solved this error before.

Thanks for you help,
Linnaea

Hi Linnaea,