This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Can't access libstdc++ from mirror sites
- To: Bob_Olson-P26487 at email dot mot dot com
- Subject: Re: Can't access libstdc++ from mirror sites
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Tue, 2 Jan 2001 18:58:42 -0800 (PST)
- cc: libstdc++ at gcc dot gnu dot org
> All the mirror sites (and the main site) return the error "File Not
> Found" when trying to download libstdc++. Anyone know why this is not
> available anywhere?
Hmm. Maybe the URL is wrong.
ftp ftp.freesoftware.com
cd pub/sourceware/libstdc++
ls
ncftp /.0/sourceware/libstdc++ > ls
20000420-libstdc++-v3.tar.gz libstdc++-2.90.8.tar.gz
libstdc++-2.90.2.tar.gz libstdc++-2.91.tar.gz
libstdc++-2.90.3.tar.gz mail-archives/
libstdc++-2.90.4.tar.gz md5.sum
libstdc++-2.90.5.tar.gz old-libg++-releases/
libstdc++-2.90.6.1.tar.gz old-releases/
libstdc++-2.90.6.tar.gz README
libstdc++-2.90.7.tar.gz
so the sourceware mirrors have it. I couldn't figure out how to put it on
the gcc mirrors. Is that were you were looking?
-benjamin