source: general/prog/gcc2.xml@ 52d29f7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 52d29f7 was 52d29f7, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML Updates to Part III from DJ

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2304 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gcc2-download-http "http://ftp.gnu.org/gnu/gcc/gcc-&gcc2-version;.tar.gz">
8 <!ENTITY gcc2-download-ftp "ftp://ftp.gnu.org/gnu/gcc/gcc-&gcc2-version;.tar.gz">
9 <!ENTITY gcc2-size "9.4 MB">
10 <!ENTITY gcc2-buildsize "150 MB">
11 <!ENTITY gcc2-time "2.60 SBU">
12]>
13
14<sect1 id="gcc2" xreflabel="GCC-&gcc2-version;">
15<?dbhtml filename="gcc2.html" ?>
16<title>GCC-&gcc2-version;</title>
17
18<sect2>
19<title>Introduction to <application><acronym>GCC</acronym></application>-&gcc2-version;</title>
20
21
22<para>There are two reasons for installing
23<acronym>GCC</acronym>-&gcc2-version;. The first is that the kernel
24developers have certified <acronym>GCC</acronym>-&gcc2-version; as the
25preferred compiler for compiling the kernel. The other (and more compelling
26reason) is that some commercial closed-source packages (such as Netscape
27Navigator, Yahoo Pager) and precompiled packages (such as Mozilla)
28are linked against <acronym>GCC</acronym>-&gcc2-version; libs.</para>
29
30<sect3><title>Package information</title>
31<itemizedlist spacing='compact'>
32<listitem><para>Download (HTTP): <ulink
33url="&gcc2-download-http;"/></para></listitem>
34<listitem><para>Download (FTP): <ulink
35url="&gcc2-download-ftp;"/></para></listitem>
36<listitem><para>Download size: &gcc2-size;</para></listitem>
37<listitem><para>Estimated Disk space required:
38&gcc2-buildsize;</para></listitem>
39<listitem><para>Estimated build time:
40&gcc2-time;</para></listitem></itemizedlist>
41</sect3>
42
43<sect3><title>Additional downloads</title>
44<itemizedlist spacing='compact'>
45<listitem><para><ulink url="&patch-root;/gcc-2.95.3-2.patch"/></para></listitem>
46<listitem><para><ulink url="&patch-root;/gcc-2.95.3-no-fixinc.patch"/></para></listitem>
47<listitem><para><ulink url="&patch-root;/gcc-2.95.3-returntype-fix.patch"/></para></listitem>
48</itemizedlist>
49</sect3>
50
51</sect2>
52
53<sect2>
54<title>Configuring <application><acronym>GCC</acronym></application></title>
55
56<sect3><title>Configuration Information</title>
57
58<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
59
60<para>The instructions given above make compatibility symlinks that pre-compiled
61packages in <acronym>BLFS</acronym> require. You may create additional
62compatibility links based on your requirements.</para>
63
64<para>If you only need the GCC-&gcc2-version; libraries, you may delete
65<filename>/opt/gcc-&gcc2-version;</filename>.</para>
66
67<para>Whenever you need to use GCC-&gcc2-version; instead of your system
68installed compiler, add
69<filename class="directory">/opt/gcc-&gcc2-version;/bin</filename> to the front of your <envar>PATH</envar> or (preferably) set the <envar>CC</envar>
70environment variable before compiling the concerned package.</para>
71
72</sect3>
73
74</sect2>
75
76<sect2>
77<title>Contents</title>
78
79<para>The GCC-&gcc2-version; package contains the
80<command>gcc</command>-&gcc2-version; <application>C</application> and
81<application>C++</application> compilers and GCC-&gcc2-version;
82<filename>libstdc++.so</filename> that is required by some commercial and
83pre-compiled packages.</para>
84
85</sect2>
86
87</sect1>
88
Note: See TracBrowser for help on using the repository browser.