configopts.html, [...]: Add DOCTYPEs.
2002-10-07 Jonathan Wakely <jw@kayari.org>
* docs/html/configopts.html, docs/html/documentation.html,
docs/html/explanations.html, docs/html/install.html,
docs/html/17_intro/contribute.html, docs/html/17_intro/howto.html,
docs/html/17_intro/license.html, docs/html/18_support/howto.html,
docs/html/19_diagnostics/howto.html, docs/html/20_util/howto.html,
docs/html/21_strings/howto.html, docs/html/22_locale/codecvt.html,
docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html,
docs/html/22_locale/locale.html, docs/html/22_locale/messages.html,
docs/html/23_containers/howto.html, docs/html/24_iterators/howto.html,
docs/html/25_algorithms/howto.html, docs/html/26_numerics/howto.html,
docs/html/27_io/howto.html, docs/html/ext/howto.html,
docs/html/ext/sgiexts.html, docs/html/faq/index.html: Add DOCTYPEs.
From-SVN: r57903
2002-10-07 20:11:23 +02:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE html
|
|
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
2001-09-18 01:24:40 +02:00
|
|
|
<head>
|
Makefile: Use more portable shell wildcard.
2002-09-05 Jonathan Wakely <jw@kayari.org>
* docs/html/Makefile: Use more portable shell wildcard.
* docs/html/makedoc.awk: Nest elements correctly for XHTML conversion.
* docs/html/configopts.html, docs/html/documentation.html,
docs/html/explanations.html, docs/html/install.html,
docs/html/17_intro/contribute.html, docs/html/17_intro/howto.html,
docs/html/17_intro/license.html, docs/html/18_support/howto.html,
docs/html/19_diagnostics/howto.html, docs/html/20_util/howto.html,
docs/html/21_strings/howto.html, docs/html/22_locale/codecvt.html,
docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html,
docs/html/22_locale/locale.html, docs/html/22_locale/messages.html,
docs/html/23_containers/howto.html, docs/html/24_iterators/howto.html,
docs/html/25_algorithms/howto.html, docs/html/26_numerics/howto.html,
docs/html/27_io/howto.html, docs/html/ext/howto.html,
docs/html/ext/sgiexts.html, docs/html/faq/index.html: Convert
to XHTML.
* docs/html/faq/index.txt: Regenerate.
From-SVN: r56845
2002-09-05 17:47:54 +02:00
|
|
|
<meta name="AUTHOR" content="pme@gcc.gnu.org (Phil Edwards)" />
|
|
|
|
<meta name="KEYWORDS" content="libstdc++, libstdc++-v3, GCC, g++" />
|
|
|
|
<meta name="DESCRIPTION" content="README for the GNU libstdc++ effort." />
|
|
|
|
<meta name="GENERATOR" content="vi and eight fingers" />
|
2001-09-18 01:24:40 +02:00
|
|
|
<title>libstdc++-v3 Installation Instructions</title>
|
configopts.html, [...]: Add <link> tags.
2003-11-18 Jonathan Wakely <redi@gcc.gnu.org>
* docs/html/configopts.html, docs/html/debug.html,
docs/html/documentation.html, docs/html/explanations.html,
docs/html/install.html, docs/html/17_intro/contribute.html,
docs/html/17_intro/howto.html, docs/html/17_intro/license.html,
docs/html/18_support/howto.html, docs/html/19_diagnostics/howto.html,
docs/html/20_util/howto.html, docs/html/21_strings/howto.html,
docs/html/22_locale/codecvt.html, docs/html/22_locale/ctype.html,
docs/html/22_locale/howto.html, docs/html/22_locale/locale.html,
docs/html/22_locale/messages.html, docs/html/23_containers/howto.html,
docs/html/24_iterators/howto.html, docs/html/25_algorithms/howto.html,
docs/html/26_numerics/howto.html, docs/html/27_io/howto.html,
docs/html/ext/howto.html, docs/html/ext/sgiexts.html: Add <link> tags.
From-SVN: r73712
2003-11-18 21:56:12 +01:00
|
|
|
<link rel="StyleSheet" href="lib3styles.css" type="text/css" />
|
|
|
|
<link rel="Copyright" href="17_intro/license.html" type="text/html" />
|
2001-09-18 01:24:40 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2000-04-21 22:33:34 +02:00
|
|
|
|
2003-05-21 00:25:09 +02:00
|
|
|
<h1 class="centered"><a name="top">Getting started: configure, build, install</a></h1>
|
2000-04-21 22:33:34 +02:00
|
|
|
|
2003-03-13 19:26:23 +01:00
|
|
|
<p class="fineprint"><em>
|
|
|
|
The latest version of this document is always available at
|
2001-09-18 01:24:40 +02:00
|
|
|
<a href="http://gcc.gnu.org/onlinedocs/libstdc++/install.html">
|
|
|
|
http://gcc.gnu.org/onlinedocs/libstdc++/install.html</a>.
|
2003-03-13 19:26:23 +01:00
|
|
|
</em></p>
|
2000-04-21 22:33:34 +02:00
|
|
|
|
2003-03-13 19:26:23 +01:00
|
|
|
<p><em>
|
|
|
|
To the <a href="http://gcc.gnu.org/libstdc++/">libstdc++-v3 homepage</a>.
|
|
|
|
</em></p>
|
2000-04-21 22:33:34 +02:00
|
|
|
|
|
|
|
|
|
|
|
<!-- ####################################################### -->
|
Makefile: Use more portable shell wildcard.
2002-09-05 Jonathan Wakely <jw@kayari.org>
* docs/html/Makefile: Use more portable shell wildcard.
* docs/html/makedoc.awk: Nest elements correctly for XHTML conversion.
* docs/html/configopts.html, docs/html/documentation.html,
docs/html/explanations.html, docs/html/install.html,
docs/html/17_intro/contribute.html, docs/html/17_intro/howto.html,
docs/html/17_intro/license.html, docs/html/18_support/howto.html,
docs/html/19_diagnostics/howto.html, docs/html/20_util/howto.html,
docs/html/21_strings/howto.html, docs/html/22_locale/codecvt.html,
docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html,
docs/html/22_locale/locale.html, docs/html/22_locale/messages.html,
docs/html/23_containers/howto.html, docs/html/24_iterators/howto.html,
docs/html/25_algorithms/howto.html, docs/html/26_numerics/howto.html,
docs/html/27_io/howto.html, docs/html/ext/howto.html,
docs/html/ext/sgiexts.html, docs/html/faq/index.html: Convert
to XHTML.
* docs/html/faq/index.txt: Regenerate.
From-SVN: r56845
2002-09-05 17:47:54 +02:00
|
|
|
<hr />
|
2001-09-18 01:24:40 +02:00
|
|
|
<h2>Contents</h2>
|
2004-08-30 23:18:09 +02:00
|
|
|
|
|
|
|
<p>Because libstdc++-v3 is part of GCC, the primary source for
|
|
|
|
installation instructions is
|
|
|
|
<a href="http://gcc.gnu.org/install/">the GCC install page</a>.
|
|
|
|
Additional data is given here only where it applies to libstdc++-v3.
|
|
|
|
</p>
|
|
|
|
|
2001-09-18 01:24:40 +02:00
|
|
|
<ul>
|
Makefile: Use more portable shell wildcard.
2002-09-05 Jonathan Wakely <jw@kayari.org>
* docs/html/Makefile: Use more portable shell wildcard.
* docs/html/makedoc.awk: Nest elements correctly for XHTML conversion.
* docs/html/configopts.html, docs/html/documentation.html,
docs/html/explanations.html, docs/html/install.html,
docs/html/17_intro/contribute.html, docs/html/17_intro/howto.html,
docs/html/17_intro/license.html, docs/html/18_support/howto.html,
docs/html/19_diagnostics/howto.html, docs/html/20_util/howto.html,
docs/html/21_strings/howto.html, docs/html/22_locale/codecvt.html,
docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html,
docs/html/22_locale/locale.html, docs/html/22_locale/messages.html,
docs/html/23_containers/howto.html, docs/html/24_iterators/howto.html,
docs/html/25_algorithms/howto.html, docs/html/26_numerics/howto.html,
docs/html/27_io/howto.html, docs/html/ext/howto.html,
docs/html/ext/sgiexts.html, docs/html/faq/index.html: Convert
to XHTML.
* docs/html/faq/index.txt: Regenerate.
From-SVN: r56845
2002-09-05 17:47:54 +02:00
|
|
|
<li><a href="#prereqs">Tools you will need beforehand</a></li>
|
|
|
|
<li><a href="#config">Configuring</a></li>
|
|
|
|
<li><a href="#usage">Using the library</a></li>
|
2001-09-18 01:24:40 +02:00
|
|
|
</ul>
|
|
|
|
|
Makefile: Use more portable shell wildcard.
2002-09-05 Jonathan Wakely <jw@kayari.org>
* docs/html/Makefile: Use more portable shell wildcard.
* docs/html/makedoc.awk: Nest elements correctly for XHTML conversion.
* docs/html/configopts.html, docs/html/documentation.html,
docs/html/explanations.html, docs/html/install.html,
docs/html/17_intro/contribute.html, docs/html/17_intro/howto.html,
docs/html/17_intro/license.html, docs/html/18_support/howto.html,
docs/html/19_diagnostics/howto.html, docs/html/20_util/howto.html,
docs/html/21_strings/howto.html, docs/html/22_locale/codecvt.html,
docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html,
docs/html/22_locale/locale.html, docs/html/22_locale/messages.html,
docs/html/23_containers/howto.html, docs/html/24_iterators/howto.html,
docs/html/25_algorithms/howto.html, docs/html/26_numerics/howto.html,
docs/html/27_io/howto.html, docs/html/ext/howto.html,
docs/html/ext/sgiexts.html, docs/html/faq/index.html: Convert
to XHTML.
* docs/html/faq/index.txt: Regenerate.
From-SVN: r56845
2002-09-05 17:47:54 +02:00
|
|
|
<hr />
|
2000-04-21 22:33:34 +02:00
|
|
|
|
|
|
|
<!-- ####################################################### -->
|
|
|
|
|
2001-09-18 01:24:40 +02:00
|
|
|
<h2><a name="prereqs">Tools you will need beforehand</a></h2>
|
2004-08-30 23:18:09 +02:00
|
|
|
<p>The list of software needed to build the library is kept with the
|
|
|
|
rest of the compiler, at
|
|
|
|
<a href="http://gcc.gnu.org/install/prerequisites.html">
|
|
|
|
http://gcc.gnu.org/install/prerequisites.html</a>. The same page
|
|
|
|
also lists the tools you will need if you wish to modify the source.
|
2001-09-18 01:24:40 +02:00
|
|
|
</p>
|
2000-06-20 00:20:15 +02:00
|
|
|
|
2001-09-18 01:24:40 +02:00
|
|
|
<p>As of June 19, 2000, libstdc++ attempts to use tricky and
|
2000-07-11 23:45:08 +02:00
|
|
|
space-saving features of the GNU toolchain, enabled with
|
2004-08-30 23:18:09 +02:00
|
|
|
<code>-ffunction-sections -fdata-sections -Wl,--gc-sections</code>.
|
|
|
|
To obtain maximum benefit from this, binutils after this date should
|
|
|
|
also be used (bugs were fixed with C++ exception handling related
|
|
|
|
to this change in libstdc++-v3). The version of these tools should
|
|
|
|
be <code>2.10.90</code>, or later, and you can get snapshots (as
|
2002-07-02 08:17:36 +02:00
|
|
|
well as releases) of binutils
|
2002-05-13 15:58:00 +02:00
|
|
|
<a href="ftp://sources.redhat.com/pub/binutils">here</a>. The
|
2004-08-30 23:18:09 +02:00
|
|
|
configure process will automatically detect and use these features
|
|
|
|
if the underlying support is present.
|
2002-04-01 23:56:42 +02:00
|
|
|
</p>
|
2002-07-02 08:17:36 +02:00
|
|
|
|
Makefile: Use more portable shell wildcard.
2002-09-05 Jonathan Wakely <jw@kayari.org>
* docs/html/Makefile: Use more portable shell wildcard.
* docs/html/makedoc.awk: Nest elements correctly for XHTML conversion.
* docs/html/configopts.html, docs/html/documentation.html,
docs/html/explanations.html, docs/html/install.html,
docs/html/17_intro/contribute.html, docs/html/17_intro/howto.html,
docs/html/17_intro/license.html, docs/html/18_support/howto.html,
docs/html/19_diagnostics/howto.html, docs/html/20_util/howto.html,
docs/html/21_strings/howto.html, docs/html/22_locale/codecvt.html,
docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html,
docs/html/22_locale/locale.html, docs/html/22_locale/messages.html,
docs/html/23_containers/howto.html, docs/html/24_iterators/howto.html,
docs/html/25_algorithms/howto.html, docs/html/26_numerics/howto.html,
docs/html/27_io/howto.html, docs/html/ext/howto.html,
docs/html/ext/sgiexts.html, docs/html/faq/index.html: Convert
to XHTML.
* docs/html/faq/index.txt: Regenerate.
From-SVN: r56845
2002-09-05 17:47:54 +02:00
|
|
|
<p>Finally, a few system-specific requirements: </p>
|
|
|
|
<dl>
|
2002-08-20 02:44:19 +02:00
|
|
|
<dt> linux </dt>
|
|
|
|
|
2002-09-09 22:26:42 +02:00
|
|
|
<dd>If gcc 3.1.0 or later on is being used on linux, an attempt
|
|
|
|
will be made to use "C" library functionality necessary for C++
|
2003-02-03 17:44:44 +01:00
|
|
|
named locale support. For gcc 3.2.1 and later, this means that
|
|
|
|
glibc 2.2.5 or later is required.
|
2002-09-09 22:26:42 +02:00
|
|
|
|
|
|
|
<p>
|
|
|
|
The configure option --enable-clocale can be used force a
|
|
|
|
particular behavior.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
If the 'gnu' locale model is being used, the following locales
|
2003-04-10 07:31:39 +02:00
|
|
|
are used and tested in the libstdc++ testsuites. The first column
|
|
|
|
is the name of the locale, the second is the character set it is
|
|
|
|
expected to use.
|
|
|
|
</p>
|
|
|
|
<pre>
|
|
|
|
de_DE ISO-8859-1
|
|
|
|
de_DE@euro ISO-8859-15
|
|
|
|
en_HK ISO-8859-1
|
|
|
|
en_PH ISO-8859-1
|
|
|
|
en_US ISO-8859-1
|
|
|
|
en_US.ISO-8859-1 ISO-8859-1
|
|
|
|
en_US.ISO-8859-15 ISO-8859-15
|
|
|
|
en_US.UTF-8 UTF-8
|
|
|
|
es_MX ISO-8859-1
|
|
|
|
fr_FR ISO-8859-1
|
|
|
|
fr_FR@euro ISO-8859-15
|
2004-08-30 23:18:09 +02:00
|
|
|
is_IS UTF-8
|
2003-04-10 07:31:39 +02:00
|
|
|
it_IT ISO-8859-1
|
|
|
|
ja_JP.eucjp EUC-JP
|
|
|
|
se_NO.UTF-8 UTF-8
|
2004-08-30 23:18:09 +02:00
|
|
|
ta_IN UTF-8
|
|
|
|
zh_TW BIG5
|
2003-04-10 07:31:39 +02:00
|
|
|
</pre>
|
|
|
|
<p>Failure to have the underlying "C" library locale
|
2002-09-09 22:26:42 +02:00
|
|
|
information installed will mean that C++ named locales for the
|
|
|
|
above regions will not work: because of this, the libstdc++
|
|
|
|
testsuite will not pass the named locale tests. If this isn't an
|
|
|
|
issue, don't worry about it. If named locales are needed, the
|
|
|
|
underlying locale information must be installed. Note that
|
|
|
|
rebuilding libstdc++ after the "C" locales are installed is not
|
|
|
|
necessary.
|
|
|
|
</p>
|
2002-08-20 02:44:19 +02:00
|
|
|
|
2003-04-10 07:31:39 +02:00
|
|
|
<p>To install support for locales, do only one of the following:
|
|
|
|
</p>
|
|
|
|
|
2002-08-20 02:44:19 +02:00
|
|
|
<ul>
|
|
|
|
<li> install all locales
|
2003-04-10 07:31:39 +02:00
|
|
|
<ul>
|
|
|
|
<li>with RedHat Linux:
|
2002-08-20 02:44:19 +02:00
|
|
|
<p> <code> export LC_ALL=C </code> </p>
|
|
|
|
<p> <code> rpm -e glibc-common --nodeps </code> </p>
|
|
|
|
<p> <code> rpm -i --define "_install_langs all"
|
|
|
|
glibc-common-2.2.5-34.i386.rpm </code> </p>
|
2003-04-10 07:31:39 +02:00
|
|
|
</li>
|
|
|
|
<li> (instructions for other operating systems solicited) </li>
|
|
|
|
</ul>
|
2002-08-20 02:44:19 +02:00
|
|
|
</li>
|
|
|
|
<li> install just the necessary locales
|
2003-04-10 07:31:39 +02:00
|
|
|
<ul>
|
|
|
|
<li>with Debian Linux:
|
|
|
|
<p> Add the above list, as shown, to the file
|
|
|
|
<code>/etc/locale.gen</code> </p>
|
|
|
|
<p> run <code>/usr/sbin/locale-gen</code> </p>
|
|
|
|
</li>
|
|
|
|
<li> on most Unix-like operating systems:
|
2002-08-20 02:44:19 +02:00
|
|
|
<p> <code> localedef -i de_DE -f ISO-8859-1 de_DE </code> </p>
|
2003-04-10 07:31:39 +02:00
|
|
|
<p> (repeat for each entry in the above list) </p>
|
|
|
|
</li>
|
|
|
|
<li> (instructions for other operating systems solicited) </li>
|
|
|
|
</ul>
|
2002-08-20 02:44:19 +02:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</dd>
|
Makefile: Use more portable shell wildcard.
2002-09-05 Jonathan Wakely <jw@kayari.org>
* docs/html/Makefile: Use more portable shell wildcard.
* docs/html/makedoc.awk: Nest elements correctly for XHTML conversion.
* docs/html/configopts.html, docs/html/documentation.html,
docs/html/explanations.html, docs/html/install.html,
docs/html/17_intro/contribute.html, docs/html/17_intro/howto.html,
docs/html/17_intro/license.html, docs/html/18_support/howto.html,
docs/html/19_diagnostics/howto.html, docs/html/20_util/howto.html,
docs/html/21_strings/howto.html, docs/html/22_locale/codecvt.html,
docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html,
docs/html/22_locale/locale.html, docs/html/22_locale/messages.html,
docs/html/23_containers/howto.html, docs/html/24_iterators/howto.html,
docs/html/25_algorithms/howto.html, docs/html/26_numerics/howto.html,
docs/html/27_io/howto.html, docs/html/ext/howto.html,
docs/html/ext/sgiexts.html, docs/html/faq/index.html: Convert
to XHTML.
* docs/html/faq/index.txt: Regenerate.
From-SVN: r56845
2002-09-05 17:47:54 +02:00
|
|
|
</dl>
|
2000-04-21 22:33:34 +02:00
|
|
|
|
Makefile: Use more portable shell wildcard.
2002-09-05 Jonathan Wakely <jw@kayari.org>
* docs/html/Makefile: Use more portable shell wildcard.
* docs/html/makedoc.awk: Nest elements correctly for XHTML conversion.
* docs/html/configopts.html, docs/html/documentation.html,
docs/html/explanations.html, docs/html/install.html,
docs/html/17_intro/contribute.html, docs/html/17_intro/howto.html,
docs/html/17_intro/license.html, docs/html/18_support/howto.html,
docs/html/19_diagnostics/howto.html, docs/html/20_util/howto.html,
docs/html/21_strings/howto.html, docs/html/22_locale/codecvt.html,
docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html,
docs/html/22_locale/locale.html, docs/html/22_locale/messages.html,
docs/html/23_containers/howto.html, docs/html/24_iterators/howto.html,
docs/html/25_algorithms/howto.html, docs/html/26_numerics/howto.html,
docs/html/27_io/howto.html, docs/html/ext/howto.html,
docs/html/ext/sgiexts.html, docs/html/faq/index.html: Convert
to XHTML.
* docs/html/faq/index.txt: Regenerate.
From-SVN: r56845
2002-09-05 17:47:54 +02:00
|
|
|
<hr />
|
2000-04-21 22:33:34 +02:00
|
|
|
|
2001-09-18 01:24:40 +02:00
|
|
|
<h2><a name="config">Configuring</a></h2>
|
|
|
|
<p>If you have never done this before, you should read the basic
|
|
|
|
<a href="http://gcc.gnu.org/install/">GCC Installation
|
2002-04-01 23:56:42 +02:00
|
|
|
Instructions</a> first. Read <em>all of them</em>.
|
|
|
|
<strong>Twice.</strong>
|
2001-09-18 01:24:40 +02:00
|
|
|
</p>
|
|
|
|
<p>When building libstdc++-v3 you'll have to configure
|
|
|
|
the entire <em>gccsrcdir</em> directory. The full list of libstdc++-v3
|
2000-07-11 23:45:08 +02:00
|
|
|
specific configuration options, not dependent on the specific compiler
|
2001-09-18 01:24:40 +02:00
|
|
|
release being used, can be found <a href="configopts.html">here</a>.
|
|
|
|
</p>
|
|
|
|
<p>Consider possibly using --enable-languages=c++ to save time by only
|
2000-07-11 23:45:08 +02:00
|
|
|
building the C++ language parts.
|
2001-09-18 01:24:40 +02:00
|
|
|
</p>
|
2000-07-11 23:45:08 +02:00
|
|
|
|
2002-08-20 02:44:19 +02:00
|
|
|
<pre>
|
2001-09-18 01:24:40 +02:00
|
|
|
cd <em>gccbuilddir</em>
|
2001-10-09 22:18:14 +02:00
|
|
|
<em>gccsrcdir</em>/configure --prefix=<em>destdir</em> --other-opts...</pre>
|
2000-04-21 22:33:34 +02:00
|
|
|
|
|
|
|
|
Makefile: Use more portable shell wildcard.
2002-09-05 Jonathan Wakely <jw@kayari.org>
* docs/html/Makefile: Use more portable shell wildcard.
* docs/html/makedoc.awk: Nest elements correctly for XHTML conversion.
* docs/html/configopts.html, docs/html/documentation.html,
docs/html/explanations.html, docs/html/install.html,
docs/html/17_intro/contribute.html, docs/html/17_intro/howto.html,
docs/html/17_intro/license.html, docs/html/18_support/howto.html,
docs/html/19_diagnostics/howto.html, docs/html/20_util/howto.html,
docs/html/21_strings/howto.html, docs/html/22_locale/codecvt.html,
docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html,
docs/html/22_locale/locale.html, docs/html/22_locale/messages.html,
docs/html/23_containers/howto.html, docs/html/24_iterators/howto.html,
docs/html/25_algorithms/howto.html, docs/html/26_numerics/howto.html,
docs/html/27_io/howto.html, docs/html/ext/howto.html,
docs/html/ext/sgiexts.html, docs/html/faq/index.html: Convert
to XHTML.
* docs/html/faq/index.txt: Regenerate.
From-SVN: r56845
2002-09-05 17:47:54 +02:00
|
|
|
<hr />
|
2001-09-18 01:24:40 +02:00
|
|
|
<h2><a name="usage">Using the library</a></h2>
|
2002-08-20 02:44:19 +02:00
|
|
|
<h3>Find the new library at runtime (shared linking only)</h3>
|
2001-09-18 01:24:40 +02:00
|
|
|
<p>If you only built a static library (libstdc++.a), or if you
|
2000-04-21 22:33:34 +02:00
|
|
|
specified static linking, you don't have to worry about this.
|
|
|
|
But if you built a shared library (libstdc++.so) and linked
|
|
|
|
against it, then you will need to find that library when you
|
|
|
|
run the executable.
|
2001-09-18 01:24:40 +02:00
|
|
|
</p>
|
|
|
|
<p>Methods vary for different platforms and different styles, but
|
2000-04-21 22:33:34 +02:00
|
|
|
the usual ones are printed to the screen during installation.
|
|
|
|
They include:
|
2002-08-20 02:44:19 +02:00
|
|
|
</p>
|
Makefile: Use more portable shell wildcard.
2002-09-05 Jonathan Wakely <jw@kayari.org>
* docs/html/Makefile: Use more portable shell wildcard.
* docs/html/makedoc.awk: Nest elements correctly for XHTML conversion.
* docs/html/configopts.html, docs/html/documentation.html,
docs/html/explanations.html, docs/html/install.html,
docs/html/17_intro/contribute.html, docs/html/17_intro/howto.html,
docs/html/17_intro/license.html, docs/html/18_support/howto.html,
docs/html/19_diagnostics/howto.html, docs/html/20_util/howto.html,
docs/html/21_strings/howto.html, docs/html/22_locale/codecvt.html,
docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html,
docs/html/22_locale/locale.html, docs/html/22_locale/messages.html,
docs/html/23_containers/howto.html, docs/html/24_iterators/howto.html,
docs/html/25_algorithms/howto.html, docs/html/26_numerics/howto.html,
docs/html/27_io/howto.html, docs/html/ext/howto.html,
docs/html/ext/sgiexts.html, docs/html/faq/index.html: Convert
to XHTML.
* docs/html/faq/index.txt: Regenerate.
From-SVN: r56845
2002-09-05 17:47:54 +02:00
|
|
|
<ul>
|
2001-09-18 01:24:40 +02:00
|
|
|
<li>At runtime set LD_LIBRARY_PATH in your environment correctly,
|
2000-04-21 22:33:34 +02:00
|
|
|
so that the shared library for libstdc++ can be found and
|
|
|
|
loaded. Be certain that you understand all of the other
|
|
|
|
implications and behavior of LD_LIBRARY_PATH first (few
|
|
|
|
people do, and they get into trouble).
|
Makefile: Use more portable shell wildcard.
2002-09-05 Jonathan Wakely <jw@kayari.org>
* docs/html/Makefile: Use more portable shell wildcard.
* docs/html/makedoc.awk: Nest elements correctly for XHTML conversion.
* docs/html/configopts.html, docs/html/documentation.html,
docs/html/explanations.html, docs/html/install.html,
docs/html/17_intro/contribute.html, docs/html/17_intro/howto.html,
docs/html/17_intro/license.html, docs/html/18_support/howto.html,
docs/html/19_diagnostics/howto.html, docs/html/20_util/howto.html,
docs/html/21_strings/howto.html, docs/html/22_locale/codecvt.html,
docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html,
docs/html/22_locale/locale.html, docs/html/22_locale/messages.html,
docs/html/23_containers/howto.html, docs/html/24_iterators/howto.html,
docs/html/25_algorithms/howto.html, docs/html/26_numerics/howto.html,
docs/html/27_io/howto.html, docs/html/ext/howto.html,
docs/html/ext/sgiexts.html, docs/html/faq/index.html: Convert
to XHTML.
* docs/html/faq/index.txt: Regenerate.
From-SVN: r56845
2002-09-05 17:47:54 +02:00
|
|
|
</li>
|
2001-09-18 01:24:40 +02:00
|
|
|
<li>Compile the path to find the library at runtime into the
|
2000-04-21 22:33:34 +02:00
|
|
|
program. This can be done by passing certain options to g++,
|
|
|
|
which will in turn pass them on to the linker. The exact
|
|
|
|
format of the options is dependent on which linker you use:
|
2001-09-18 01:24:40 +02:00
|
|
|
<ul>
|
Makefile: Use more portable shell wildcard.
2002-09-05 Jonathan Wakely <jw@kayari.org>
* docs/html/Makefile: Use more portable shell wildcard.
* docs/html/makedoc.awk: Nest elements correctly for XHTML conversion.
* docs/html/configopts.html, docs/html/documentation.html,
docs/html/explanations.html, docs/html/install.html,
docs/html/17_intro/contribute.html, docs/html/17_intro/howto.html,
docs/html/17_intro/license.html, docs/html/18_support/howto.html,
docs/html/19_diagnostics/howto.html, docs/html/20_util/howto.html,
docs/html/21_strings/howto.html, docs/html/22_locale/codecvt.html,
docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html,
docs/html/22_locale/locale.html, docs/html/22_locale/messages.html,
docs/html/23_containers/howto.html, docs/html/24_iterators/howto.html,
docs/html/25_algorithms/howto.html, docs/html/26_numerics/howto.html,
docs/html/27_io/howto.html, docs/html/ext/howto.html,
docs/html/ext/sgiexts.html, docs/html/faq/index.html: Convert
to XHTML.
* docs/html/faq/index.txt: Regenerate.
From-SVN: r56845
2002-09-05 17:47:54 +02:00
|
|
|
<li>GNU ld (default on Linux):<code> -Wl,--rpath,<em>destdir</em>/lib</code></li>
|
|
|
|
<li>IRIX ld:<code> -Wl,-rpath,<em>destdir</em>/lib</code></li>
|
|
|
|
<li>Solaris ld:<code> -Wl,-R<em>destdir</em>/lib</code></li>
|
|
|
|
<li>More...? Let us know!</li>
|
2001-09-18 01:24:40 +02:00
|
|
|
</ul>
|
Makefile: Use more portable shell wildcard.
2002-09-05 Jonathan Wakely <jw@kayari.org>
* docs/html/Makefile: Use more portable shell wildcard.
* docs/html/makedoc.awk: Nest elements correctly for XHTML conversion.
* docs/html/configopts.html, docs/html/documentation.html,
docs/html/explanations.html, docs/html/install.html,
docs/html/17_intro/contribute.html, docs/html/17_intro/howto.html,
docs/html/17_intro/license.html, docs/html/18_support/howto.html,
docs/html/19_diagnostics/howto.html, docs/html/20_util/howto.html,
docs/html/21_strings/howto.html, docs/html/22_locale/codecvt.html,
docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html,
docs/html/22_locale/locale.html, docs/html/22_locale/messages.html,
docs/html/23_containers/howto.html, docs/html/24_iterators/howto.html,
docs/html/25_algorithms/howto.html, docs/html/26_numerics/howto.html,
docs/html/27_io/howto.html, docs/html/ext/howto.html,
docs/html/ext/sgiexts.html, docs/html/faq/index.html: Convert
to XHTML.
* docs/html/faq/index.txt: Regenerate.
From-SVN: r56845
2002-09-05 17:47:54 +02:00
|
|
|
</li>
|
|
|
|
</ul>
|
2001-09-18 01:24:40 +02:00
|
|
|
<p>Use the <code>ldd(1)</code> utility to show which library the system
|
2000-04-21 22:33:34 +02:00
|
|
|
thinks it will get at runtime.
|
2001-09-18 01:24:40 +02:00
|
|
|
</p>
|
|
|
|
<p>A libstdc++.la file is also installed, for use with Libtool. If
|
2001-05-30 23:55:05 +02:00
|
|
|
you use Libtool to create your executables, these details are
|
|
|
|
taken care of for you.
|
2001-09-18 01:24:40 +02:00
|
|
|
</p>
|
2000-04-21 22:33:34 +02:00
|
|
|
|
|
|
|
|
|
|
|
<!--
|
Makefile: Use more portable shell wildcard.
2002-09-05 Jonathan Wakely <jw@kayari.org>
* docs/html/Makefile: Use more portable shell wildcard.
* docs/html/makedoc.awk: Nest elements correctly for XHTML conversion.
* docs/html/configopts.html, docs/html/documentation.html,
docs/html/explanations.html, docs/html/install.html,
docs/html/17_intro/contribute.html, docs/html/17_intro/howto.html,
docs/html/17_intro/license.html, docs/html/18_support/howto.html,
docs/html/19_diagnostics/howto.html, docs/html/20_util/howto.html,
docs/html/21_strings/howto.html, docs/html/22_locale/codecvt.html,
docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html,
docs/html/22_locale/locale.html, docs/html/22_locale/messages.html,
docs/html/23_containers/howto.html, docs/html/24_iterators/howto.html,
docs/html/25_algorithms/howto.html, docs/html/26_numerics/howto.html,
docs/html/27_io/howto.html, docs/html/ext/howto.html,
docs/html/ext/sgiexts.html, docs/html/faq/index.html: Convert
to XHTML.
* docs/html/faq/index.txt: Regenerate.
From-SVN: r56845
2002-09-05 17:47:54 +02:00
|
|
|
<hr />
|
2001-09-18 01:24:40 +02:00
|
|
|
<h2><a name=""></a></h2>
|
|
|
|
<p>
|
|
|
|
</p>
|
2000-04-21 22:33:34 +02:00
|
|
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
<!-- ####################################################### -->
|
|
|
|
|
Makefile: Use more portable shell wildcard.
2002-09-05 Jonathan Wakely <jw@kayari.org>
* docs/html/Makefile: Use more portable shell wildcard.
* docs/html/makedoc.awk: Nest elements correctly for XHTML conversion.
* docs/html/configopts.html, docs/html/documentation.html,
docs/html/explanations.html, docs/html/install.html,
docs/html/17_intro/contribute.html, docs/html/17_intro/howto.html,
docs/html/17_intro/license.html, docs/html/18_support/howto.html,
docs/html/19_diagnostics/howto.html, docs/html/20_util/howto.html,
docs/html/21_strings/howto.html, docs/html/22_locale/codecvt.html,
docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html,
docs/html/22_locale/locale.html, docs/html/22_locale/messages.html,
docs/html/23_containers/howto.html, docs/html/24_iterators/howto.html,
docs/html/25_algorithms/howto.html, docs/html/26_numerics/howto.html,
docs/html/27_io/howto.html, docs/html/ext/howto.html,
docs/html/ext/sgiexts.html, docs/html/faq/index.html: Convert
to XHTML.
* docs/html/faq/index.txt: Regenerate.
From-SVN: r56845
2002-09-05 17:47:54 +02:00
|
|
|
<hr />
|
2001-10-09 22:18:14 +02:00
|
|
|
<p class="fineprint"><em>
|
2001-10-04 22:03:22 +02:00
|
|
|
See <a href="17_intro/license.html">license.html</a> for copying conditions.
|
2000-04-21 22:33:34 +02:00
|
|
|
Comments and suggestions are welcome, and may be sent to
|
2001-10-09 22:18:14 +02:00
|
|
|
<a href="mailto:libstdc++@gcc.gnu.org">the libstdc++ mailing list</a>.
|
2001-09-18 01:24:40 +02:00
|
|
|
</em></p>
|
2000-04-21 22:33:34 +02:00
|
|
|
|
|
|
|
|
2001-09-18 01:24:40 +02:00
|
|
|
</body>
|
|
|
|
</html>
|
2000-04-21 22:33:34 +02:00
|
|
|
|