configopts.html: Mention new options.

2000-08-28  Phil Edwards  <pme@sources.redhat.com>

	* docs/configopts.html:  Mention new options.
	* docs/install.html:  Formatting changes for platform-specific
	  pre-reqs, previously only Cygwin.
	* docs/mail.html:  Fix new link.
	* docs/thanks.html:  A couple more people.
	* docs/26_numerics/howto.html:  Fix typo.

From-SVN: r36018
This commit is contained in:
Phil Edwards 2000-08-28 18:41:24 +00:00
parent 456b618266
commit 58fdec72e2
6 changed files with 49 additions and 17 deletions

View File

@ -1,3 +1,12 @@
2000-08-28 Phil Edwards <pme@sources.redhat.com>
* docs/configopts.html: Mention new options.
* docs/install.html: Formatting changes for platform-specific
pre-reqs, previously only Cygwin.
* docs/mail.html: Fix new link.
* docs/thanks.html: A couple more people.
* docs/26_numerics/howto.html: Fix typo.
2000-08-24 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
* docs/22_locale/howto.html: Add notes on codecvt implementation.

View File

@ -9,7 +9,7 @@
<TITLE>libstdc++-v3 HOWTO: Chapter 26</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/26_numerics/">
<LINK REL=StyleSheet HREF="../lib3styles.css">
<!-- $Id: howto.html,v 1.3 2000/07/07 21:13:28 pme Exp $ -->
<!-- $Id: howto.html,v 1.4 2000/07/11 21:45:08 pme Exp $ -->
</HEAD>
<BODY>
@ -46,7 +46,7 @@
<P>Using <TT>complex&lt;&gt;</TT> becomes even more comple- er, sorry,
<EM>complicated</EM>, with the not-quite-gratuitously-incompatible
addition of complex types to the C language. David Tribble has
compiled a list of C++89 and C99 conflict points; his description of
compiled a list of C++98 and C99 conflict points; his description of
C's new type versus those of C++ and how to get them playing together
nicely is
<A HREF="http://home.flash.net/~dtribble/text/cdiffs.htm#C99.complex">here</A>.
@ -135,7 +135,7 @@
Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@egcs.cygnus.com">Gabriel Dos Reis</A>.
<BR> $Id: howto.html,v 1.3 2000/07/07 21:13:28 pme Exp $
<BR> $Id: howto.html,v 1.4 2000/07/11 21:45:08 pme Exp $
</EM></P>

View File

@ -9,7 +9,7 @@
<TITLE>libstdc++-v3 configure options</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/">
<LINK REL=StyleSheet HREF="lib3styles.css">
<!-- $Id: configopts.html,v 1.6 2000/07/11 21:45:07 pme Exp $ -->
<!-- $Id: configopts.html,v 1.7 2000/08/09 07:33:39 bkoz Exp $ -->
</HEAD>
<BODY>
@ -152,6 +152,14 @@ options</A></H1>
and -fno- forms of the same. Tell us (the mailing list) if
you discover more!
</P>
<DT><TT>--enable-wchar </TT>[default]
<DD><P>Certain template specializations are required for wide character
conversion support. This is tricky and currently changing rapidly,
and can cause problems on new platforms. Disabling wide character
specializations is useful for initial porting steps, but builds
only a subset of what is required by ISO.
</P>
</DL>
</P>
<P>Return <A HREF="#top">to the top of the page</A> or
@ -163,7 +171,7 @@ options</A></H1>
<HR>
<P CLASS="fineprint"><EM>
$Id: configopts.html,v 1.6 2000/07/11 21:45:07 pme Exp $
$Id: configopts.html,v 1.7 2000/08/09 07:33:39 bkoz Exp $
</EM></P>

View File

@ -9,7 +9,7 @@
<TITLE>libstdc++-v3 Installation Instructions</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/">
<LINK REL=StyleSheet HREF="lib3styles.css">
<!-- $Id: install.html,v 1.6 2000/07/26 21:30:45 pme Exp $ -->
<!-- $Id: install.html,v 1.7 2000/08/01 18:07:23 bkoz Exp $ -->
</HEAD>
<BODY>
@ -74,15 +74,26 @@
<A HREF="ftp://sources.redhat.com/pub/binutils">here</A>.
</P>
<P>Finally, if you are using Cygwin to compile libstdc++-v3 on
Win32, you'll have to get a version of the cygwin1.dll that is
dated on or after February 1, 2000. This is necessary to
successfully run the script "mknumeric_limits" which probes the
floating-point environment of the host in question -- before this
date, Cygwin would freeze when running this script. In addition,
you may want to get a current version of libtool (say
libtool-1.3.4 and above) as earlier versions supposedly had
problems creating shared libraries.
<P>Finally, a few system-specific requirements:
<DL>
<DT>Cygwin
<DD>If you are using Cygwin to compile libstdc++-v3 on Win32, you'll
have to get a version of the cygwin1.dll that is dated on or
after February 1, 2000. This is necessary to successfully run
the script &quot;mknumeric_limits&quot; which probes the
floating-point
environment of the host in question -- before this date, Cygwin
would freeze when running this script. In addition, you may
want to get a current version of libtool (say libtool-1.3.4
and above) as earlier versions supposedly had problems creating
shared libraries.
<DT>Solaris
<DD>We recommend installing the <TT>SUNWxcu4</TT> package from the
Solaris CD before configuring the library. You can check for
this package as a non-privileged user with the command
&quot;pkginfo SUNWxcu4&quot;.
</DL>
</P>
<HR>
@ -393,7 +404,7 @@
Comments and suggestions are welcome, and may be sent to
<A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
<A HREF="mailto:gdr@egcs.cygnus.com">Gabriel Dos Reis</A>.
<BR> $Id: install.html,v 1.6 2000/07/26 21:30:45 pme Exp $
<BR> $Id: install.html,v 1.7 2000/08/01 18:07:23 bkoz Exp $
</EM></P>

View File

@ -59,7 +59,7 @@
</P>
<P>For more info, and features of the mailing list software, please consult
<A HREF="http://sources.redhat.com/ml/index.html#faqs">the
<A HREF="http://sources.redhat.com/lists.html#faqs">the
documentation page for sources.redhat mailing lists</A>.
</P>

View File

@ -85,6 +85,9 @@
<LI>Petter Urkedal for CXXFLAGS, math, and algorithms fixes.
<LI>Brent Verner for work with the cshadow files and their associated
configure steps.
</UL></P>
<P>We'd also like to thank the folks who have contributed time and
@ -93,6 +96,7 @@
<UL>
<LI>Levente Farkas
<LI>J&uuml;rgen Freyh
<LI>llewelly <!-- Honest, that's the only name in the messages. -->
<LI>Loren James Rittle