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: "James A. Bednar" <jbednar at cs dot utexas dot edu>
- Date: 22 Mar 2000 18:57:00 -0000
- Cc: libstdc++-prs at sourceware dot cygnus dot com,
- Reply-To: "James A. Bednar" <jbednar at cs dot utexas dot edu>
The following reply was made to PR libstdc++/39; it has been noted by GNATS.
From: "James A. Bednar" <jbednar@cs.utexas.edu>
To: bkoz@cygnus.com
Cc: libstdc++-gnats@sourceware.cygnus.com, nobody@sourceware.cygnus.com
Subject: Re: libstdc++/39
Date: Wed, 22 Mar 2000 12:50:11 -0600 (CST)
| Date: 22 Mar 2000 08:13:08 -0000
| From: bkoz@cygnus.com
|
| Synopsis: allocator::address declared twice
|
| Responsible-Changed-From-To: unassigned->bkoz
| Responsible-Changed-By: bkoz
| Responsible-Changed-When: Wed Mar 22 00:13:08 2000
| Responsible-Changed-Why: mine
| State-Changed-From-To: open->feedback
| State-Changed-By: bkoz
| State-Changed-When: Wed Mar 22 00:13:08 2000
| State-Changed-Why:
| 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:
pale:~> rpm -qlp /p/arc/gcc-c++-2.95.1-3.i386.rpm | grep vector
/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
On some of my systems there are v-2 headers are in /usr/include/g++-2
or /usr/include/g++, depending on the compiler version, but none have
an include/g++-v3 directory.
| http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?cmd=view&pr=39&database=libstdc++
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.
Thanks,
Jim