Jun 21, 2010

ERROR: Matlab `GCC_4.2.0' not found

A matlab error: /usr/local/matlab7/bin/glnx86/../../sys/os/glnx86/libgcc_s.so.1: version `GCC_4.2.0' not found (required by /usr/lib/libstdc++.so.6)

Solution:

$ cd /usr/local/matlab/sys/os/glnx86 OR /YOUR_PATH_TO_MATLAB/sys/os/glnx86
$ mv libgcc_s.so.1 libgcc_s.so.1_back
$ ln -s /lib/libgcc_s.so.1 libgcc_s.so.1

1 comment:

  1. Thanks for the solution, was worried for a little bit !

    ReplyDelete

Visual Studio Keyboard Shortcuts

Playing with keyboard shortcuts is very interesting and reduce the headache of using the mouse again and again while programming with visu...