diff options
Diffstat (limited to 'libstdc++-v3/docs/faq/index.html')
-rw-r--r-- | libstdc++-v3/docs/faq/index.html | 58 |
1 files changed, 28 insertions, 30 deletions
diff --git a/libstdc++-v3/docs/faq/index.html b/libstdc++-v3/docs/faq/index.html index 2b26466..5387090 100644 --- a/libstdc++-v3/docs/faq/index.html +++ b/libstdc++-v3/docs/faq/index.html @@ -2,26 +2,26 @@ <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> - <META NAME="AUTHOR" CONTENT="pme@sourceware.cygnus.com (Phil Edwards)"> + <META NAME="AUTHOR" CONTENT="pme@sources.redhat.com (Phil Edwards)"> <META NAME="KEYWORDS" CONTENT="libstdc++, libstdc++-v3, egcs, g++, libg++, STL"> <META NAME="DESCRIPTION" CONTENT="FAQ for the GNU libstdc++ effort."> <META NAME="GENERATOR" CONTENT="vi and eight fingers"> <TITLE>libstdc++-v3 FAQ</TITLE> -<LINK REL="home" HREF="http://sourceware.cygnus.com/libstdc++/"> +<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/"> <LINK REL=StyleSheet HREF="../lib3styles.css"> <!-- ** Locations of "the most recent snapshot is the Nth" text are ** answers 1_1, 1_4, 4_1, 5_6. --> -<!-- $Id: index.html,v 1.3 2000/05/24 18:35:37 pme Exp $ --> +<!-- $Id: index.html,v 1.4 2000/06/28 18:57:27 pme Exp $ --> </HEAD> <BODY> <H1 CLASS="centered">libstdc++ Frequently Asked Questions</H1> <P>The latest version of this document is always available at -<A HREF="http://sourceware.cygnus.com/libstdc++/faq/index.html"> -http://sourceware.cygnus.com/libstdc++/faq/</A>.</P> +<A HREF="http://sources.redhat.com/libstdc++/faq/index.html"> +http://sources.redhat.com/libstdc++/faq/</A>.</P> <P>To the <A HREF="../index.html">libstdc++-v3 homepage</A>. @@ -94,7 +94,7 @@ http://sourceware.cygnus.com/libstdc++/faq/</A>.</P> as described in chapters 17 through 27 and annex D. As the library reaches stable plateaus, it is captured in a snapshot and released. The current release is <A -HREF="ftp://sourceware.cygnus.com/pub/libstdc++/libstdc++-2.90.8.tar.gz">the +HREF="ftp://sources.redhat.com/pub/libstdc++/libstdc++-2.90.8.tar.gz">the ninth snapshot</A>. For those who want to see exactly how far the project has come, or just want the latest bleeding-edge code, the up-to-date source is available over @@ -148,7 +148,7 @@ HREF="http://gcc.gnu.org/gcc-2.95/buildstat.html">portability</A> <HR> <H2><A NAME="1_4">1.4 How do I get libstdc++?</A></H2> <P>The ninth (and latest) snapshot of libstdc++-v3 is <A -HREF="ftp://sourceware.cygnus.com/pub/libstdc++/libstdc++-2.90.8.tar.gz"> +HREF="ftp://sources.redhat.com/pub/libstdc++/libstdc++-2.90.8.tar.gz"> available via ftp</A>. </P> <P>The <A HREF="../index.html">homepage</A> @@ -165,7 +165,7 @@ HREF="ftp://sourceware.cygnus.com/pub/libstdc++/libstdc++-2.90.8.tar.gz"> <H2><A NAME="1_5">1.5 When is libstdc++ going to be finished?</A></H2> <P>Nathan Myers gave the best of all possible answers in <A HREF="http://www.deja.com/getdoc.xp?AN=469581698&fmt=text">a - recent Usenet article</A>.</P> + Usenet article</A>.</P> <HR> <H2><A NAME="1_6">1.6 How do I contribute to the effort?</A></H2> @@ -225,12 +225,12 @@ HREF="ftp://sourceware.cygnus.com/pub/libstdc++/libstdc++-2.90.8.tar.gz"> At present, you do not need to be subscribed to the list to send a message to it. More information is available on the homepage (including how to browse the list archives); to send - to the list, use <A HREF="mailto:libstdc++@sourceware.cygnus.com"> - <TT>libstdc++@sourceware.cygnus.com</TT></A>. + to the list, use <A HREF="mailto:libstdc++@sources.redhat.com"> + <TT>libstdc++@sources.redhat.com</TT></A>. </P> <P>If you have a question that you think should be included here, or if you have a question <EM>about</EM> a question/answer here, - contact <A HREF="mailto:pme@sourceware.cygnus.com">Phil Edwards</A> + contact <A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or <A HREF="mailto:gdr@egcs.cygnus.com">Gabriel Dos Reis</A>. </P> @@ -247,8 +247,8 @@ HREF="ftp://sourceware.cygnus.com/pub/libstdc++/libstdc++-2.90.8.tar.gz"> than building the GCC 2.[78] series was. <LI> If you plan on hacking around with the makefiles, you will need the tools <A -HREF="http://sourceware.cygnus.com/autoconf/">autoconf</A>and <A -HREF="http://sourceware.cygnus.com/automake/">automake</A>. +HREF="http://sources.redhat.com/autoconf/">autoconf</A>and <A +HREF="http://sources.redhat.com/automake/">automake</A>. <LI> GNU Make is the only make that supports these makefiles. </UL> </P> @@ -283,13 +283,13 @@ HREF="http://sourceware.cygnus.com/automake/">automake</A>. <HR> <H2><A NAME="2_3">2.3 What is this CVS thing that you keep mentioning?</A></H2> - <P>The <EM>Concurrent Versions System</EM> is one of several - revision control packages. It was selected for GNU projects - because it's free and very high quality. The <A + <P>The <EM>Concurrent Versions System</EM> is one of several revision + control packages. It was selected for GNU projects because it's + free (speech), free (beer), and very high quality. The <A HREF="http://www.gnu.org/software/cvs/cvs.html">CVS entry in the GNU software catalogue</A> has a better description as - well as a <A HREF="http://www.cyclic.com/">link to the makers - of CVS</A>. + well as a + <A HREF="http://www.cyclic.com/">link to the makers of CVS</A>. </P> <P>The "anonymous client checkout" feature of CVS is similar to anonymous FTP in that it allows anyone to retrieve @@ -369,14 +369,12 @@ HREF="http://sourceware.cygnus.com/automake/">automake</A>. occasions when the test does not hang, the zero-division is in fact trapped. That doesn't prevent hanging elsewhere. </P> - <P>You have two options. - You can wait until the signal-handling in Cygwin is reworked - and released; this is planned to take "a few weeks" - and will result in a fix sometime in late December or early January. + <P>You have two options. You can get a newer cygwin1.dll (see the + Cygwin paragraph in the + <A HREF="../install.html">installation instructions</A>). Or you can get a prebuilt set of bits/std_limits.h and src/limitsMEMBERS.cc files from Mumit Khan's - <A HREF="http://www.xraylith.wisc.edu/~khan/software/gnu-win32/libstdc++-v3.html">Cygwin-related - website</A>. + <A HREF="http://www.xraylith.wisc.edu/~khan/software/gnu-win32/libstdc++-v3.html">Cygwin-related website</A>. </P> <HR> @@ -543,10 +541,10 @@ to the list</A>, Nathan Myers announced that he has started a list of instance) will of course be a continuing task. </P> <P><A -HREF="http://sourceware.cygnus.com/ml/libstdc++/1999/msg00080.html">This +HREF="http://sources.redhat.com/ml/libstdc++/1999/msg00080.html">This question</A> about the next libstdc++ prompted some brief but interesting <A -HREF="http://sourceware.cygnus.com/ml/libstdc++/1999/msg00084.html">speculation</A>. +HREF="http://sources.redhat.com/ml/libstdc++/1999/msg00084.html">speculation</A>. </P> <HR> @@ -610,10 +608,10 @@ HREF="http://sourceware.cygnus.com/ml/libstdc++/1999/msg00084.html">speculation< <P>This is assuming that your idea of "multithreaded" is the same as ours... The general question of multithreading and libstdc++-v3 is addressed in the chapter-specific advice for -<A HREF="http://sourceware.cygnus.com/libstdc++/17_intro/howto.html#3">Library +<A HREF="http://sources.redhat.com/libstdc++/17_intro/howto.html#3">Library Introduction</A>. Threadsafe containers are covered in more detail in -<A HREF="http://sourceware.cygnus.com/libstdc++/23_containers/howto.html">the +<A HREF="http://sources.redhat.com/libstdc++/23_containers/howto.html">the Received Wisdom section on containers</A>. <!-- I have successfully evaded the topic; my work here is done- no, wait, I have to write those other sections... --> @@ -643,9 +641,9 @@ HREF="http://sourceware.cygnus.com/ml/libstdc++/1999/msg00084.html">speculation< <HR> <P CLASS="fineprint"><EM> Comments and suggestions are welcome, and may be sent to -<A HREF="mailto:pme@sourceware.cygnus.com">Phil Edwards</A> or +<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or <A HREF="mailto:gdr@egcs.cygnus.com">Gabriel Dos Reis</A>. -<BR> $Id: index.html,v 1.3 2000/05/24 18:35:37 pme Exp $ +<BR> $Id: index.html,v 1.4 2000/06/28 18:57:27 pme Exp $ </EM></P> |