This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[v3/wwwdocs] Explain situation with library snapshots and GCC 3.0.



There've been a few users complaining that older versions of libstdc++-v3
won't work with GCC 3.0, when in fact GCC 3.0 already has newer, more
correct, versions of the library.  Here're some notes to clarify the
situation until the next library snapshot.


2001-06-25  Phil Edwards  <pme@sources.redhat.com>

	* index.html:  Mention GCC 3.0 (as containing libstdc++-v3).
	* status.html:  Likwise.


Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/index.html,v
retrieving revision 1.11
diff -u -3 -p -r1.11 index.html
--- index.html	2001/04/13 04:50:18	1.11
+++ index.html	2001/06/25 20:11:06
@@ -36,6 +36,9 @@
 <H3>News</H3>
 
 <DL>
+ <DT>2001-06-18
+ <DD> First major compiler release using libstdc++-v3 by default,
+   <A HREF="http://gcc.gnu.org/gcc-3.0/gcc-3.0.html";>GCC 3.0</A>.
  <DT>2001-04-06
  <DD> Eleventh snapshot release, <A HREF="download.html">libstdc++-2.92.tar.gz</A>.
  <DT>2000-11-17
Index: status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/status.html,v
retrieving revision 1.13
diff -u -3 -p -r1.13 status.html
--- status.html	2001/05/25 20:27:08	1.13
+++ status.html	2001/06/25 20:11:06
@@ -11,6 +11,17 @@
 
 
 <H3>Status</H3>
+
+<HR>
+<P><STRONG>If you have downloaded GCC 3.0, STOP.  You have the most
+   recent libstdc++-v3 code available.  All library snapshots are older
+   than the code contained in GCC 3.0.</STRONG>  We will continue to
+   roll library snapshots on a pseudo-independant basis (at least, that's
+   the plan).  Once we have released another snapshot, superceding the
+   version in GCC 3.0, this paragraph will be replaced with that information.
+</P>
+<HR>
+
 <P>Compiling this library requires sources of a recent version of GCC.
    We suggest using CVS GCC.  The latest library snapshot has also been
    tested with this recent GCC snapshot:  <STRONG>2001-05-14</STRONG>,


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]