This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
GCC cvsweb incompatible with MSIE
- From: "Aaron W. LaFramboise" <aaronavay62 at aaronwl dot com>
- To: gcc at gcc dot gnu dot org
- Date: Sat, 30 Oct 2004 21:46:13 -0500
- Subject: GCC cvsweb incompatible with MSIE
I've noticed that when using Microsoft Internet Explorer
6.0.2900.2180.xpsp_sp2_rtm.040803-2158 (I think a cat stepped on the
keyboard after the Microsoft engineer typed in that version number.)
with gcc.gnu.org's cvsweb, the browser is unable to access
subdirectories of the libstdc++-v3/ directory.
For example, I start at <http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/>. I
click on <libstdc++-v3/>, and the browser shows that folder. Then I
click on <src/>. The browser URL is:
<http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc%2b%2b-v3/src/>, and
this error is displayed:
Error
Error: gcc/libstdc%2b%2b-v3/src: no such file or directory
----------------------------------
gcc@gcc.gnu.org
However, on Mozilla 1.7.3, run on the same machine, I don't have this
problem.
Apparently there aren't very many libstdc++-v3 developers who use MSIE. :-)
Aaron W. LaFramboise