Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 114341
Collapse All | Expand All

(-)gentoo/xml/htdocs/proj/en/base/x86/gcc-upgrading-guide.xml (-7 / +10 lines)
Lines 22-29 Link Here
22
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
22
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
23
<license/>
23
<license/>
24
24
25
<version>1.0</version>
25
<version>1.1</version>
26
<date>2005-12-01</date>
26
<date>2005-12-03</date>
27
27
28
<chapter>
28
<chapter>
29
	<title>Introduction</title>
29
	<title>Introduction</title>
Lines 138-143 Link Here
138
			them.
138
			them.
139
			</warn>
139
			</warn>
140
			<p>
140
			<p>
141
			To provide compatibility with binary C++ applications,
142
			<c>sys-libs/libstdc++-v3</c> needs to be merged onto your system.
143
			<pre caption="Installing libstdc++-v3">
144
# <i>emerge -1 sys-libs/libstdc++-v3</i>
145
			</pre>
146
			<p>
141
			Now we will go about first rebuilding the system target, then the
147
			Now we will go about first rebuilding the system target, then the
142
			world target.  This will take a very long time, depending on the
148
			world target.  This will take a very long time, depending on the
143
			number of packages that you have installed, as it will rebuild your
149
			number of packages that you have installed, as it will rebuild your
Lines 151-162 Link Here
151
# <i>emerge -e world</i>
157
# <i>emerge -e world</i>
152
			</pre>
158
			</pre>
153
			<p>
159
			<p>
154
			To provide compatibility with binary C++ applications,
160
			It is also safe to remove older GCC versions at this time.
155
			<c>sys-libs/libstdc++-v3</c> needs to be merged onto your system.
156
			It will also be safe to remove older GCC versions at this time.
157
			</p>
161
			</p>
158
			<pre caption="Installing libstdc++-v3 and cleaning up">
162
			<pre caption="Cleaning up">
159
# <i>emerge -1 sys-libs/libstdc++-v3</i>
160
# <i>emerge -aC =sys-devel/gcc-3.3*</i>
163
# <i>emerge -aC =sys-devel/gcc-3.3*</i>
161
			</pre>
164
			</pre>
162
		</body>
165
		</body>

Return to bug 114341