LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Running MATcont. (https://www.linuxquestions.org/questions/linux-newbie-8/running-matcont-878549/)

Nambandi 05-03-2011 07:56 AM

Running MATcont.
 
while calling matcont on >>, I got a complaint as 'cannot find -lstdc++'

What should I do now?

gdejonge 05-03-2011 08:34 AM

Hi,
It probably means matcont tries to load the libstdc++ library, but cant find it. Check if it is installed. Normally it should be installed in the /usr/lib directory.
If it is installed make sure that ldconfig has it in it list.

Code:

$ ldconfig -p | grep stdc
        libstdc++.so.6 (libc6) => /usr/lib/libstdc++.so.6
        libstdc++.so.5 (libc6) => /usr/lib/libstdc++.so.5

Otherwise you probably have to install it.


All times are GMT -5. The time now is 05:01 AM.