[Patch] update FAQ for new header location

Jonathan Wakely cow@compsoc.man.ac.uk
Tue Mar 11 18:19:00 GMT 2003


Hi,

This patch updates the FAQ about the g++-3 headers, which still claims
the v3 headers live in include/g++-v3, rather than include/c++/3.x

2003-03-11  Jonathan Wakely  <redi@gcc.gnu.org>

	* docs/html/faq/index.html: Update text about location of headers.
	* docs/html/faq/index.txt: Regenerate.

Can someone confirm it was with 3.2 that they started being installed
under ${prefix}/include/c++/${version} and if so, OK to commit?

jon

P.S. basic_string doxygenation almost done.


-- 
"The tools we use have a profound (and devious!) influence on our
 thinking habits, and, therefore, on our thinking abilities."
	- Edsger Dijkstra
-------------- next part --------------
Index: docs/html/faq/index.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/faq/index.html,v
retrieving revision 1.51
diff -u -r1.51 index.html
--- docs/html/faq/index.html	3 Feb 2003 16:47:44 -0000	1.51
+++ docs/html/faq/index.html	11 Mar 2003 18:10:46 -0000
@@ -723,11 +723,11 @@
          and unmaintained.  Do not report problems with -v2 to the -v3
          mailing list.
       </p>
-      <p>Currently our header files are installed in
-         <code>${prefix}/include/g++-v3</code> (see the 'v'?).  This may
-         change with the next release of GCC, as it may be too confusing,
-         but <a href="http://gcc.gnu.org/ml/gcc/2000-10/msg00732.html">the
-         question has not yet been decided</a>.
+      <p>For GCC versions 3.0 and 3.1 the libstdc++-v3 header files are
+        installed in <code>${prefix}/include/g++-v3</code> (see the 'v'?). 
+        Starting with version 3.2 the headers are installed in
+        <code>${prefix}/include/c++/${version}</code> as this prevents
+        headers from previous versions being found by mistake.
       </p>
       <p><a name="4_4_glibc"><strong>glibc</strong></a>
          If you're on a GNU/Linux system and have just upgraded to


More information about the Libstdc++ mailing list