<br/>Hi,
<br/><br/>On Monday, October 12, 2015 1:48 PM, Eric Firing [via matplotlib] <<a href="/user/SendEmail.jtp?type=node&node=46321&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>> wrote:
<br/><br/>>It's odd that something like libstdc++ is being found in /usr/local.
<br/>>This is not the ubuntu version. It sounds like the basic problem is that
<br/>>some earlier manual installation of software has messed up your
<br/>>development environment; files in /usr/local are masking the files from
<br/>>the ubuntu distro.
<br/><br/>There are indeed two "versions" of libstdc++.a on my computer, and they're
<br/>different in size:
<br/><br/>fausto@fausto:/$ sudo find -name "libstdc++.a" -print
<br/>./usr/lib/gcc/x86_64-linux-gnu/4.8/libstdc++.a
<br/>./usr/local/lib64/libstdc++.a
<br/>fausto@fausto:/$ ls -la /usr/lib/gcc/x86_64-linux-gnu/4.8/libstdc++.a
<br/>-rw-r--r-- 1 root root 2900518 Mai 14 15:45 /usr/lib/gcc/x86_64-linux-gnu/4.8/libstdc++.a
<br/>fausto@fausto:/$ ls -la /usr/local/lib64/libstdc++.a
<br/>-rw-r--r-- 1 root root 16713082 Abr 21 18:55 /usr/local/lib64/libstdc++.a
<br/><br/><br/>I wonder what package placed the 2nd version into /usr/local/lib64 and how
<br/>to get rid of it (I'm not even sure if I should do that). Apparently, all
<br/><br/>is working fine here (aside from the aforementioned problems with Matplotlib
<br/>1.43/1.4.2).
<br/><br/>Fausto
<br/>
<br/><hr align="left" width="300" />
View this message in context: <a href="http://matplotlib.1069221.n5.nabble.com/Matplotlib-1-4-2-1-4-3-doesn-t-install-from-source-tp46170p46321.html">Re: Matplotlib 1.4.2 / 1.4.3 doesn't install from source</a><br/>
Sent from the <a href="http://matplotlib.1069221.n5.nabble.com/matplotlib-users-f3.html">matplotlib - users mailing list archive</a> at Nabble.com.<br/>