Re: [matplotlib-devel] getting error: command 'gcc' failed with exit status 1 while installing matplotlib in CentOS

2013-05-08 Thread rad
Anything else I can try to get this going? Is the OS the problem? I am using CentOS x64 6.4 Final -- View this message in context: http://matplotlib.1069221.n5.nabble.com/getting-error-command-gcc-failed-with-exit-status-1-while-installing-matplotlib-in-CentOS-tp41007p41023.html Sent from the

Re: [matplotlib-devel] getting error: command 'gcc' failed with exit status 1 while installing matplotlib in CentOS

2013-05-08 Thread Michael Droettboom
On 05/07/2013 11:53 AM, rad wrote: > Try -- > > yum install freetype-devel > > This installed successfully. > > Or as a shortcut to get all of the build dependencies installed: > > yum-builddep python-matplotlib I'm not sure why this is failing for you -- I've never had that fail in that

Re: [matplotlib-devel] getting error: command 'gcc' failed with exit status 1 while installing matplotlib in CentOS

2013-05-08 Thread rad
Thanks Mike! yum-builddep python-matplotlib did not fix the problem but installing the headers did the trick: sudo yum install libpng-devel It installed successfully now :) Rad -- View this message in context: http://matplotlib.1069221.n5.nabble.com/getting-error-command-gcc-failed-wit