views:

126

answers:

1

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?

+2  A: 

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

f4
same problem: svn: PROPFIND request failed on svn/gcc/trunk/libstdc++-v3/python svn: PROPFIND of /svn/gcc/trunk/libstdc++-v3/python: Could not resolve hostname 'gcc.gnu.org': Host not found (http://gcc.gnu.org))
vehomzzz
do you have dns problems? on my machine the svn:// adress isn't working but the http one is working just fine. Maybe you're behind a proxy?
f4
I think I am behind proxy... I will try it externally.
vehomzzz
Is there a way to get it without svn -- say by way of a regular download?
vehomzzz
well, you can point your browser to http://gcc.gnu.org/svn/gcc/trunk/libstdc++-v3/python/
f4
not that many files.. I can just copy them one by one )
vehomzzz