Getting libstdc ++ - v3 / python

I am trying to load libstdC ++ - v3 / python to allow stl lines to print. However, my provider returns: svn: unknown hostname gcc.gnu.org . 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?

+5
source share
2 answers

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

+7
source

I had the same problem that he worked with

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

0
source

All Articles