Changeset 8f244f27
- Timestamp:
- 01/19/2005 07:30:54 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 06c048c
- Parents:
- 5a3d8ccb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/gcc3.xml
r5a3d8ccb r8f244f27 14 14 <sect1 id="gcc3" xreflabel="GCC-&gcc3-version;"> 15 15 <sect1info> 16 <othername>$LastChangedBy : archaic$</othername>17 <date>$Date : 2004-08-09 23:25:57 -0500 (Mon, 09 Aug 2004)$</date>16 <othername>$LastChangedBy$</othername> 17 <date>$Date$</date> 18 18 </sect1info> 19 19 <?dbhtml filename="gcc3.html" ?> … … 23 23 24 24 <sect2> 25 <title>Introduction to <application><acronym>GCC</acronym></application>-&gcc3-version;</title> 25 <title>Introduction to 26 <application><acronym>GCC</acronym></application>-&gcc3-version;</title> 26 27 27 28 <para>The reason for installing 28 29 <application><acronym>GCC</acronym></application>-&gcc3-version; is that 29 some <acronym>BLFS</acronym> packages (such as compiled Java and OpenOffice) 30 some <acronym>BLFS</acronym> packages (such as compiled 31 <application>Java</application> and <application>OpenOffice</application>) 30 32 have not been updated to be compilable by 31 33 <application><acronym>GCC</acronym></application>-&gcc-version;. Additionally, … … 74 76 make install && 75 77 mv /opt/gcc-&gcc3-version;/lib/libstdc++.so.5* /usr/lib && 78 ln -sf /usr/lib/libstdc++.so.5.0.6 /opt/gcc-&gcc3-version;/lib && 79 ln -sf libstdc++.so.5.0.6 /opt/gcc-&gcc3-version;/lib/libstdc++.so.5 && 76 80 chown -R root:root \ 77 81 /opt/gcc-&gcc3-version;/lib/gcc-lib/i686-pc-linux-gnu/&gcc3-version;/include</command></userinput></screen> … … 131 135 <seg>c++, cpp, g++, gcc, gccbug, gcov and architecture specific names of these 132 136 programs.</seg> 133 <seg>libgcc_s.so, libiberty.a, libstdc++.[a,so] andlibsupc++.a and other137 <seg>libgcc_s.so, libiberty.a, libstdc++.[a,so], libsupc++.a and other 134 138 support libraries and files.</seg> 135 139 <seg>/opt/gcc-&gcc3-version;</seg> -
introduction/welcome/changelog.xml
r5a3d8ccb r8f244f27 24 24 25 25 <listitem><para>January 19th, 2005 [randy]: Added installation of 26 HTML documentation to the FFmpeg instructions.</para></listitem> 26 HTML documentation to the FFmpeg instructions; added commands to create 27 symlinks to the moved libstdc++ library in the GCC3 28 instructions.</para></listitem> 27 29 28 30 <listitem><para>January 17th, 2005 [randy]: Updated to
Note:
See TracChangeset
for help on using the changeset viewer.