From 572cd73ac976578951d38adf15c43d4dc9abb299 Mon Sep 17 00:00:00 2001 From: Phil Edwards Date: Wed, 19 Dec 2001 21:36:33 +0000 Subject: configopts.html: Describe recent options. 2001-12-19 Phil Edwards * docs/html/configopts.html: Describe recent options. * docs/html/documentation.html: Point to new doxygen tarballs. * docs/html/install.html: Brief updates. * docs/html/17_intro/RELEASE-NOTES: Remove weird control character. * docs/html/ext/howto.html: Fix typos, describe filebuf::fd(). * docs/html/faq/index.html: Update for 3.0.95. * docs/html/faq/index.txt: Regenerate. From-SVN: r48184 --- libstdc++-v3/docs/html/install.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'libstdc++-v3/docs/html/install.html') diff --git a/libstdc++-v3/docs/html/install.html b/libstdc++-v3/docs/html/install.html index 16b49d3..38d1c1d 100644 --- a/libstdc++-v3/docs/html/install.html +++ b/libstdc++-v3/docs/html/install.html @@ -39,11 +39,13 @@

Tools you will need beforehand

You will need a recent version of g++ to compile the snapshot of libstdc++, such as one of the GCC 3.x snapshots (insert standard - caveat about using snapshots rather than formal releases). You - will need the full source - distribution to whatever compiler release you are using. The - GCC snapshots can be had from one of the sites on their - mirror list. + caveat about using snapshots rather than formal releases). You will + need the full source distribution to whatever compiler release you are + using. The GCC snapshots can be had from one of the sites on their + mirror list. If you are + using a 2.x compiler, see + the status page + first.

In addition, if you plan to modify the makefiles or regenerate the @@ -57,9 +59,6 @@ worries as long as the versions are correct).

-

GNU Make is the only 'make' that will parse the makefiles correctly. -

-

To test your build, you will need either DejaGNU 1.4 (to run 'make check' like the rest of GCC), @@ -120,8 +119,9 @@

-

Check out or download the gcc sources: the resulting source directory - (gcc or gcc-3.0, for example) is gccsrcdir. +

Check out or download the GCC sources: the resulting source directory + (gcc or gcc-3.0.3, for example) is + gccsrcdir. Once in gccsrcdir, you'll need to rename or delete the libstdc++-v3 directory which comes with that snapshot:

@@ -145,7 +145,7 @@
 

Configuring

If you have never done this before, you should read the basic GCC Installation - Instructions first. + Instructions first. Read all of them. Twice.

When building libstdc++-v3 you'll have to configure the entire gccsrcdir directory. The full list of libstdc++-v3 -- cgit v1.1