This is the mail archive of the
libstdc++-prs@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: libstdc++/39
- To: bkoz at cygnus dot com
- Subject: Re: libstdc++/39
- From: Benjamin Kosnik <bkoz at cygnus dot com>
- Date: 22 Mar 2000 19:17:00 -0000
- Cc: libstdc++-prs at sourceware dot cygnus dot com,
- Reply-To: Benjamin Kosnik <bkoz at cygnus dot com>
The following reply was made to PR libstdc++/39; it has been noted by GNATS.
From: Benjamin Kosnik <bkoz@cygnus.com>
To: "James A. Bednar" <jbednar@cs.utexas.edu>
Cc: libstdc++-gnats@sourceware.cygnus.com, pme@sourceware.cygnus.com
Subject: Re: libstdc++/39
Date: Wed, 22 Mar 2000 11:09:51 -0800 (PST)
Phil, it looks like other people are running into the same bug: any word
from the GNATS people?
> | You're not using the v-3 headers, instead you are picking up the v-2 headers from your compiler install.
> |
> | You can tell this from your include path:
> |
> | include/g++-3
> |
> | instead of
> |
> | include/g++-v3
> |
> | go horns!
>
> :-)
>
> | benjamin
>
> I'm not sure what you mean. The v3 headers were indeed located in
> /usr/include/g++-3:
No. libstdc++-v3 is a separate package than gcc-2.95.2.
Please see:
http://sourceware.cygnus.com/libstdc++
> pale:~> rpm -qlp /p/arc/gcc-c++-2.95.1-3.i386.rpm | grep vector
Please try using the tarball, I have no idea what this rpm is up to.
> /usr/include/g++-3/bvector.h
> /usr/include/g++-3/stl_bvector.h
> /usr/include/g++-3/stl_vector.h
> /usr/include/g++-3/vector
> /usr/include/g++-3/vector.h
libstdc++-v2, which comes with gcc-2.95.x, puts the c++ includes in
include/g++-3
libstdc++-v3, which you will have to build yourself, puts the c++
includes in
include/g++-v3
confusing, I know, but I didn't make these decisions
> By the way, this link didn't work properly in my copy of Netscape 4.7.
> After typing password and user "guest" as suggested, it says "hold
> on...redirecting" and then just spits me back to the password prompt.
> The database wasn't automatically selected, either, even though I can
> see it in the URL. I was eventually able to get to the page by
> logging in, failing, then going directly to the address
> http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl by hand.
Phil is working on this
-benjamin