[Matplotlib-users] Matplotlib 1.4.2 / 1.4.3 doesn't install from source

fbarbuto fausto_barbuto at yahoo.ca
Tue Oct 13 19:57:57 EDT 2015


Hi,

On Monday, October 12, 2015 1:48 PM, Eric Firing [via matplotlib] <ml-node+s1069221n46319h88 at n5.nabble.com> wrote:

>It's odd that something like libstdc++ is being found in /usr/local. 
>This is not the ubuntu version. It sounds like the basic problem is that 
>some earlier manual installation of software has messed up your 
>development environment; files in /usr/local are masking the files from 
>the ubuntu distro. 

There are indeed two "versions" of libstdc++.a on my computer, and they're
different in size:

fausto at fausto:/$ sudo find -name "libstdc++.a" -print
./usr/lib/gcc/x86_64-linux-gnu/4.8/libstdc++.a
./usr/local/lib64/libstdc++.a
fausto at fausto:/$ ls -la /usr/lib/gcc/x86_64-linux-gnu/4.8/libstdc++.a
-rw-r--r-- 1 root root 2900518 Mai 14 15:45 /usr/lib/gcc/x86_64-linux-gnu/4.8/libstdc++.a
fausto at fausto:/$ ls -la /usr/local/lib64/libstdc++.a
-rw-r--r-- 1 root root 16713082 Abr 21 18:55 /usr/local/lib64/libstdc++.a


I wonder what package placed the 2nd version into /usr/local/lib64 and how
to get rid of it (I'm not even sure if I should do that). Apparently, all

is working fine here (aside from the aforementioned problems with Matplotlib
1.43/1.4.2).

Fausto




--
View this message in context: http://matplotlib.1069221.n5.nabble.com/Matplotlib-1-4-2-1-4-3-doesn-t-install-from-source-tp46170p46321.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20151013/17f7a183/attachment.html>


More information about the Matplotlib-users mailing list