Ignore:
Timestamp:
Jul 1, 2006, 11:52:01 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
6ea30c8
Parents:
b18d234
Message:

r4227@server: jim | 2006-07-01 23:46:16 -0700
More LFS to CLFS Updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • introduction/common/askforhelp.xml

    rb18d234 rf1fd69a  
    1818  <ulink url="&hints-root;errors.txt"/>.</para>
    1919
    20   <para>If you cannot find your problem listed in the FAQ, search the mailing
    21   lists at <ulink url="&lfs-root;search.html"/>.</para>
    22 
    23   <para>We also have a wonderful LFS community that is willing to offer
     20  <para>We also have a wonderful CLFS community that is willing to offer
    2421  assistance through the mailing lists and IRC (see the <xref
    2522  linkend="ch-intro-resources"/> section of this book). However, we
     
    4744      </listitem>
    4845      <listitem>
     46        <para>The architecture of the target and host.</para>
     47      </listitem>
     48      <listitem>
    4949        <para>The package or section the problem was encountered in</para>
    5050      </listitem>
     
    5959    <note>
    6060      <para>Deviating from this book does <emphasis>not</emphasis>
    61       mean that we will not help you. After all, the LFS project is
     61      mean that we will not help you. After all, the CLFS project is
    6262      about personal preference. Being upfront about any changes to
    6363      the established procedure helps us evaluate and determine
     
    8989    from the screen output from <command>make</command>:</para>
    9090
    91 <screen><computeroutput>gcc -DALIASPATH=\"/mnt/lfs/usr/share/locale:.\"
    92 -DLOCALEDIR=\"/mnt/lfs/usr/share/locale\"
    93 -DLIBDIR=\"/mnt/lfs/usr/lib\"
    94 -DINCLUDEDIR=\"/mnt/lfs/usr/include\" -DHAVE_CONFIG_H -I. -I.
     91<screen><computeroutput>gcc -DALIASPATH=\"/mnt/clfs/usr/share/locale:.\"
     92-DLOCALEDIR=\"/mnt/clfs/usr/share/locale\"
     93-DLIBDIR=\"/mnt/clfs/usr/lib\"
     94-DINCLUDEDIR=\"/mnt/clfs/usr/include\" -DHAVE_CONFIG_H -I. -I.
    9595-g -O2 -c getopt1.c
    9696gcc -g -O2 -static -o make ar.o arscan.o commands.o dir.o
     
    9999default.o remote-stub.o version.o opt1.o
    100100-lutil job.o: In function `load_too_high':
    101 /lfs/tmp/make-3.79.1/job.c:1565: undefined reference
     101/clfs/tmp/make-3.79.1/job.c:1565: undefined reference
    102102to `getloadavg'
    103103collect2: ld returned 1 exit status
    104104make[2]: *** [make] Error 1
    105 make[2]: Leaving directory `/lfs/tmp/make-3.79.1'
     105make[2]: Leaving directory `/clfs/tmp/make-3.79.1'
    106106make[1]: *** [all-recursive] Error 1
    107 make[1]: Leaving directory `/lfs/tmp/make-3.79.1'
     107make[1]: Leaving directory `/clfs/tmp/make-3.79.1'
    108108make: *** [all-recursive-am] Error 2</computeroutput></screen>
    109109
Note: See TracChangeset for help on using the changeset viewer.