Changeset d496aea


Ignore:
Timestamp:
09/03/2004 02:43:18 AM (20 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
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
Children:
65e7508
Parents:
e7c81851
Message:

added stop gap for j2sdk compiled

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

Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re7c81851 rd496aea  
    135135<!ENTITY gcc2-version                 "2.95.3">
    136136<!ENTITY NASM-version                 "0.98.38">
    137                                      
     137<!ENTITY gcc3-version                 "3.3.3">                                     
    138138<!-- Part IV -->                     
    139139                                     
  • general/prog/j2sdk.xml

    re7c81851 rd496aea  
    9292<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
    9393<xref linkend="zip"/>, <xref linkend="unzip"/>, <xref linkend="cpio"/>,
    94 <xref linkend="alsa"/>, and <xref linkend="tcsh"/>
     94<xref linkend="alsa"/>, <xref linkend="tcsh"/> and <xref linkend="gcc3"/>
    9595</para></sect4>
    9696</sect3>
     
    143143<screen><userinput><command>for PATCH in fix_inline_asm-1 gcc33-1 \
    144144             motif_mkmsgcat-1 remove_debug_image-1 remove_fixed_paths-1 \
    145              static_cxx-1
     145             static_cxx-1 nptl-1
    146146do
    147147   patch -Np1 -i j2sdk-&j2sdk-src-version;-$PATCH.patch
     
    161161export INSANE=true &amp;&amp;
    162162export MAKE_VERBOSE=true &amp;&amp;
    163 export ALT_CACERTS_FILE=${ALT_BOOTDIR}/jre/lib/security/cacerts</command></userinput></screen>
     163export ALT_CACERTS_FILE=${ALT_BOOTDIR}/jre/lib/security/cacerts
     164export PATH_HOLD=$PATH
     165export PATH=/opt/gcc-&gcc3-version;/bin:$PATH</command></userinput></screen>
    164166
    165167<warning><para>Setting CFLAGS/CXXFLAGS/LDFLAGS is guaranteed to make the build
     
    189191cd ../.. &amp;&amp;
    190192cd control/build/linux-i?86 &amp;&amp;
    191 cp -a j2sdk-image /opt/j2sdk/j2sdk-&j2sdk-src-version;</command></userinput></screen>
     193cp -a j2sdk-image /opt/j2sdk/j2sdk-&j2sdk-src-version; &amp;&amp;
     194export PATH=$PATH_HOLD</command></userinput></screen>
    192195
    193196</sect2>
  • general/prog/prog.xml

    re7c81851 rd496aea  
    2828<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gcc.xml"/>
    2929<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gcc2.xml"/>
     30<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gcc3.xml"/>
    3031<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nasm.xml"/>
    3132
  • introduction/welcome/changelog.xml

    re7c81851 rd496aea  
    2323<itemizedlist>
    2424
     25<listitem><para>September 2nd, 2004 [larry]: Added a page for GCC-3.3 to
     26allow j2sdk to be built. Stop Gap measure until patches
     27appear.</para></listitem>
     28
    2529<listitem><para>September 2nd, 2004 [randy]: Updated to
    2630Dillo-0.8.2.</para></listitem>
Note: See TracChangeset for help on using the changeset viewer.