Octave error: dyld: Library not loaded: /usr/X11/lib/libfreetype.6.dylib -
when try open octave, following error:
$ exec '/applications/octave.app/contents/resources/bin/octave' dyld: library not loaded: /usr/x11/lib/libfreetype.6.dylib referenced from: /applications/octave.app/contents/resources/bin/octave-3.4.0 reason: no suitable image found. did find: /usr/local/lib/libfreetype.6.dylib: mach-o, wrong architecture /applications/octave.app/contents/resources/bin/octave: line 68: 60135 trace/bpt trap: 5 octave_home="${octave_home}" path="${path}" dyld_library_path="${dyld_library_path}" cc="${cc}" cxx="${cxx}" cflags="${cflags}" cppflags="${cppflags}" cxxflags="${cxxflags}" fflags="${fflags}" ldflags="${ldflags}" dl_ldflags="${dl_ldflags}" sed="$sed" magick_home="${root}" fontconfig_path="${root}/etc/fonts" "${root}/bin/octave-3.4.0" "$@" [process completed]
i don't know whether caused when upgraded osx 10.9 10.10, reinstalled xcode, or replaced rvm rbenv (i've done 3 within past 24 hours). reinstalling octave (installed via , gnuplot (installed via brew) not fix issue. how past error?
reinstalling x11 (xquartz) fixed issue.
Comments
Post a Comment