Changeset 0e92f49
- Timestamp:
- 02/28/2005 08:39:06 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:
- bd839f8
- Parents:
- 09c3df0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/netprogs/tcpwrappers.xml
r09c3df0 r0e92f49 60 60 61 61 <screen><userinput><command>patch -Np1 -i ../tcp_wrappers-&tcpwrappers-version;-shared_lib_plus_plus-1.patch && 62 sed -i -e "s,^extern char \*malloc();,/* & */," scaffold.c 62 sed -i -e "s,^extern char \*malloc();,/* & */," scaffold.c && 63 63 make REAL_DAEMON_DIR=/usr/sbin STYLE=-DPROCESS_OPTIONS linux && 64 64 make install</command></userinput></screen> -
general/prog/gcc.xml
r09c3df0 r0e92f49 14 14 <!ENTITY gnat-download-http " "> 15 15 <!ENTITY gnat-download-ftp "ftp://cs.nyu.edu/pub/gnat/3.15p/gnat-3.15p-i686-pc-redhat71-gnu-bin.tar.gz"> 16 <!ENTITY gnat-md5sum "57c060cd1ccef8b1ae9165b11d98780a"> 16 17 <!ENTITY gnat-size "13.5 MB"> 17 18 <!ENTITY gnat-buildsize "48 MB"> 18 19 <!ENTITY gnat-time "0.01 SBU"> 20 21 <!ENTITY gcc-testsuite-url "http://mirrors.rcn.net/pub/sourceware/gcc/releases/gcc-&gcc-version;/gcc-testsuite-&gcc-version;.tar.bz2"> 22 <!ENTITY gcc-testsuite-md5sum "641f45606e17db4a3079cb7364a9e295"> 19 23 ]> 20 24 … … 55 59 <sect3><title>Additional Downloads</title> 56 60 <itemizedlist spacing='compact'> 57 <listitem><para>Required Patch: <ulink61 <listitem><para>Required patch: <ulink 58 62 url="&patch-root;/gcc-&gcc-version;-no_fixincludes-1.patch"/></para></listitem> 59 <listitem><para>Required Patch: <ulink63 <listitem><para>Required patch: <ulink 60 64 url="&patch-root;/gcc-&gcc-version;-linkonce-1.patch"/></para></listitem> 61 <listitem><para>Test Suite: <ulink 62 url="http://mirrors.rcn.net/pub/sourceware/gcc/releases/gcc-&gcc-version;/gcc-testsuite-&gcc-version;.tar.bz2"/></para> 63 </listitem> 65 <listitem><para>Test suite: <ulink url="&gcc-testsuite-url;"/></para></listitem> 66 <listitem><para>Test suite MD5 sum: &gcc-testsuite-md5sum;</para></listitem> 64 67 </itemizedlist></sect3> 65 68 … … 70 73 <listitem><para><xref linkend="dejagnu"/></para></listitem> 71 74 </itemizedlist> 72 </sect4></sect3> 75 </sect4> 76 </sect3> 73 77 74 78 </sect2> … … 89 93 <listitem><para>Download (FTP): <ulink 90 94 url="&gnat-download-ftp;"/></para></listitem> 95 <listitem><para>Download MD5 sum: &gnat-md5sum;</para></listitem> 91 96 <listitem><para>Download size: &gnat-size;</para></listitem> 92 97 <listitem><para>Estimated disk space required: … … 162 167 may also want to refer to the information found in the 163 168 <application><acronym>GCC</acronym></application>-Pass 2 section of Chapter 5 164 in the <acronym>LFS</acronym> book.</para></important> 169 in the <acronym>LFS</acronym> book 170 (<ulink url="&lfs-root;/chapter05/gcc-pass2.html"/>).</para></important> 165 171 166 172 <note><para>Some of the <application>Java</application> programs installed by … … 169 175 you're installing the <application>Java</application> language from the 170 176 <application><acronym>GCC</acronym></application> package but you wish to 171 use the programs from the <application>J DK</application> as the defaults,177 use the programs from the <application>J2SDK</application> as the defaults, 172 178 ensure <filename class='directory'>$JAVA_HOME/bin</filename> is listed before 173 179 <filename class='directory'>/usr/bin</filename> in your <envar>PATH</envar> … … 180 186 cd ../gcc-build && 181 187 ../gcc-&gcc-version;/configure --prefix=/usr --libexecdir=/usr/lib \ 182 --enable-shared --enable- languages=c,c++,objc,f77,ada,java\183 --enable- threads=posix --enable-__cxa_atexit --enable-clocale=gnu&&188 --enable-shared --enable-threads=posix --enable-__cxa_atexit \ 189 --enable-clocale=gnu --enable-languages=c,c++,objc,f77,ada,java && 184 190 make bootstrap && 185 191 make -C gcc gnatlib-shared && … … 194 200 ln -v -sf gcc /usr/bin/cc && 195 201 ln -v -sf g77 /usr/bin/f77 && 196 chown -v -R root:root /usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include</command></userinput></screen> 202 chown -v -R root:root /usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include && 203 chown -v -R root:root /usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/ada{lib,include}</command></userinput></screen> 197 204 198 205 <para>You may remove the <application><acronym>GNAT</acronym></application> … … 216 223 building the package in a dedicated build directory.</para> 217 224 225 <para><parameter>--enable-shared --enable-threads=posix 226 --enable-__cxa_atexit</parameter>: These commands are required to build 227 the <application>C++</application> libraries to published standards.</para> 228 229 <para><parameter>--enable-clocale=gnu</parameter>: This command is a 230 failsafe for incomplete locale data.</para> 231 218 232 <para><parameter>--enable-languages=c,c++,objc,f77,ada,java</parameter>: 219 233 This command identifies which languages to build. You may modify this command 220 234 to remove undesired languages.</para> 221 222 <para><parameter>--enable-shared --enable-threads=posix223 --enable-__cxa_atexit</parameter>: These commands are required to build224 the <application>C++</application> libraries to published standards.</para>225 226 <para><parameter>--enable-clocale=gnu</parameter>: This command is a227 failsafe for incomplete locale data.</para>228 235 229 236 <para><command>make -C gcc gnatlib-shared</command>: This command builds the … … 252 259 using an alternate name.</para> 253 260 254 <para><command>chown -R root:root 255 /usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include</command>: 261 <para><command>chown -R root:root /usr/lib/gcc/i686-pc-linux-gnu/...</command>: 256 262 If the package is built by a user other than root, the ownership of the 257 installed <filename class='directory'>include</filename> directory (and its 258 contents) will be incorrect. This command changes the ownership to 259 root:root.</para> 263 installed <filename class='directory'>include</filename> and 264 <filename class='directory'>adalib</filename> directories (and their 265 contents) will be incorrect. These commands change the ownership to 266 root:root. Omit the command changing the Ada directories if you did not 267 include Ada as one of the installed languages.</para> 260 268 261 269 </sect2> -
introduction/welcome/changelog.xml
r09c3df0 r0e92f49 24 24 25 25 <listitem><para>February 28th, 2005 [randy]: Changed the tcp_wrappers 26 instructions to use a sed command instead of a GCC-34 patch.</para></listitem> 26 instructions to use a sed command instead of a GCC-34 patch; added more 27 MD5 sums and some additional commands/notes to the GCC 28 instructions.</para></listitem> 27 29 28 30 <listitem><para>February 27th, 2005 [randy]: Added dependencies and
Note:
See TracChangeset
for help on using the changeset viewer.