Changeset 2537aba


Ignore:
Timestamp:
04/08/2003 03:42:15 PM (21 years ago)
Author:
Tushar Teredesai <tushar@…>
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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
036393e1
Parents:
3e248486
Message:

removed optimization flags; other minor changes

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

Files:
10 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/gpm/gpm-inst.xml

    r3e248486 r2537aba  
    77    configuring gpm.</para></note>
    88   
    9 <para><screen><userinput>export LDFLAGS="-lm" &amp;&amp;
    10 ./configure --prefix=/usr &amp;&amp;
     9<para><screen><userinput>LDFLAGS="-lm" ./configure --prefix=/usr &amp;&amp;
    1110make &amp;&amp;
    1211make install</userinput></screen></para>
     
    1918<para><userinput>export LDFLAGS="-lm": </userinput>The math library
    2019 must be linked with gpm, as ceil() is used in some cursor scrolling
    21  logic.</para>
     20 logic. LDFLAGS is only needed if you optimize gpm for size.</para>
    2221
    2322</sect2>
  • introduction/important/beyond.xml

    r3e248486 r2537aba  
    1414
    1515<listitem><para>If you know the name of the package, then search FreshMeat for
    16 the package at <ulink url="http://freshmeat.net/"/>. Also search Google at
     16at <ulink url="http://freshmeat.net/"/>. Also search Google at
    1717<ulink url="http://google.com/"/>. Sometimes a search for the rpm at
    1818<ulink url="http://rpmfind.net/"/> or the deb at
     
    3434
    3535<listitem><para>Many of the newer packages follow the <command>./configure
    36 &amp;&amp; make &amp;&amp; make install</command> routine. Help of the
     36&amp;&amp; make &amp;&amp; make install</command> <emphasis>dance</emphasis>
     37routine. Help on the
    3738options accepted by configure can be obtained via the command
    3839<command>./configure --help</command>.</para></listitem>
     
    5152
    5253<tip><para>If you have found a package that is only available in .deb or .rpm format,
    53 there is are two small scripts rpm2targz and deb2targz that are available at
     54there are two small scripts rpm2targz and deb2targz that are available at
    5455<ulink url="http://www.linuxfromscratch.org/~tushar/downloads/"/> to convert
    5556the archives into a simple tar.gz format.</para></tip>
  • multimedia/audioutils/cdparanoia/CDParanoia-inst.xml

    r3e248486 r2537aba  
    55
    66<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
    7 make FLAGS="$CFLAGS" &amp;&amp;
     7make &amp;&amp;
    88make install</userinput></screen></para>
    99
  • multimedia/cdwriteutils/cdrtools/cdrtools-inst.xml

    r3e248486 r2537aba  
    44<para>Install cdrtools by running the following commands:</para>
    55
    6 <para><screen><userinput>make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root \
    7 &nbsp;&nbsp;&nbsp;COPTS="$CFLAGS" &amp;&amp;
    8 make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root \
    9 &nbsp;&nbsp;&nbsp;COPTS="$CFLAGS" install</userinput></screen></para>
     6<para><screen><userinput>make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root &amp;&amp;
     7make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root install</userinput></screen></para>
    108
    119</sect2>
  • multimedia/videoutils/ffmpeg/ffmpeg-inst.xml

    r3e248486 r2537aba  
    44<para>Install ffmpeg by running the following commands:</para>
    55
    6 <para><screen><userinput>unset CFLAGS
    7 ./configure --prefix=/usr &amp;&amp;
     6<note><para>The package maintaners recommend compiling without any
     7optimizations.</para></note>
     8
     9<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
    810make &amp;&amp;
    911make install</userinput></screen></para>
  • multimedia/videoutils/mplayer/mplayer-exp.xml

    r3e248486 r2537aba  
    22<title>Command explanations</title>
    33
     4<!--
    45<para><userinput>unset CFLAGS</userinput> : This command clears the
    56compile flags.  This command is optional, but the indications are that
    67the majority of installs will need it.</para>
     8-->
    79
    810<para><userinput>--enable-freetype</userinput> : This switch tells
  • multimedia/videoutils/mplayer/mplayer-inst.xml

    r3e248486 r2537aba  
    55the bzip2 files decompressed.</para>
    66
     7<note><para>The package maintainers recommend building without any optimization</para></note>
    78<para>Install MPlayer by running the following commands:</para>
    89
     
    1314tar -xvf ../qtextras.tar -C /usr/lib/win32 &amp;&amp;
    1415tar -xvf ../rp9codecs.tar -C /usr/lib/win32 &amp;&amp;
    15 unset CFLAGS
    1616./configure --prefix=/usr --confdir=/etc/mplayer --enable-largefiles \
    1717--enable-gui --enable-menu --enable-new-conf --enable-qtx-codecs \
  • x/installing/xfree86/xfree86-inst.xml

    r3e248486 r2537aba  
    6868 * happens, try building without the DefaultGcc2PpcOpt line.  **************/
    6969
    70 #define DefaultGcc2i386Opt  -O2 -fomit-frame-pointer -march=i686 
    71 #define DefaultGcc2AxpOpt   -O2 -mcpu=ev6
    72 #define DefaultGcc2PpcOpt   -O2 -mcpu=750
     70/* #define DefaultGcc2i386Opt  -O2 -fomit-frame-pointer -march=i686 */
     71/* #define DefaultGcc2AxpOpt   -O2 -mcpu=ev6 */
     72/* #define DefaultGcc2PpcOpt   -O2 -mcpu=750 */
    7373
    7474/* The following definitions are normally set properly by XFree86's scripts.
  • xsoft/graphweb/mozilla/mozilla-exp.xml

    r3e248486 r2537aba  
    3030<para><screen><userinput>--disable-jsd --disable-accessibility \
    3131--disable-tests --disable-debug \
    32 --enable-optimize=-O3 --disable-dtd-debug \
     32--disable-dtd-debug \
    3333--disable-logging --enable-reorder \
    3434--enable-strip \
  • xsoft/graphweb/mozilla/mozilla-inst.xml

    r3e248486 r2537aba  
    4141            --disable-accessibility \
    4242            --disable-tests --disable-debug \
    43             --enable-optimize=-O3 \
    4443            --disable-logging --enable-reorder \
    4544            --enable-strip \
Note: See TracChangeset for help on using the changeset viewer.