hi,

Am Mittwoch, 13. März 2013, 16:23:13 schrieb meik michalke:
> the binaries seem to expect R to be installed to
>   /Library/Frameworks/R.framework/
> but the bundle places R in
>   /opt/rkward/Library/Frameworks/R.framework/
>
> i tried to hotfix this with a symlink, but apparently, libgfortran.2.dylib
> is  actually not available at all

after some digging, here's a workaround:

  cd /opt/rkward/Library/Frameworks/R.framework/Versions/2.15/Resources/lib
  sudo ln -s /opt/rkward/lib/gcc45/libgfortran.3.dylib ./libgfortran.2.dylib
  sudo ln -s /opt/rkward/lib/gcc45/libgcc_s.1.dylib .

  cd /Library/Frameworks/R.framework/Versions/
  sudo ln -s /opt/rkward/Library/Frameworks/R.framework/Versions/2.15 .
  sudo ln -snF 2.15 Current

well, i wasn't able to verify whether libgfortran.3.dylib is fully backward
compatible with libgfortran.2.dylib. but after these steps, the binary package
of lme4 loaded without any errors or warnings.


viele grüße :: m.eik

--
  dipl. psych. meik michalke
  abt. f"ur diagnostik und differentielle psychologie
  institut f"ur experimentelle psychologie
  heinrich-heine-universit"at d"usseldorf

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel

Reply via email to