Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting libstdc++-v3/python

I am trying to download libstdc++-v3/python to enable pretty printing of stl containers. However, my provider returns: svn: Unknown hostname 'gcc.gnu.org' error. This is the command:

svn co svn://gcc.gnu.org/svn/gcc/trunk/libstdc++-v3/python

Is there an alternative way to get this package?

like image 232
vehomzzz Avatar asked Mar 23 '10 14:03

vehomzzz


1 Answers

try http:// instead of svn:// that would be : svn co http://gcc.gnu.org/svn/gcc/trunk/libstdc++-v3/python

like image 187
f4. Avatar answered Sep 25 '22 08:09

f4.