Changeset 3f76cac for BOOK/introduction/common/askforhelp.xml
- Timestamp:
- Jul 1, 2006, 11:52:01 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0ee61bb
- Parents:
- a90a072
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/askforhelp.xml
ra90a072 r3f76cac 18 18 <ulink url="&hints-root;errors.txt"/>.</para> 19 19 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 24 21 assistance through the mailing lists and IRC (see the <xref 25 22 linkend="ch-intro-resources"/> section of this book). However, we … … 47 44 </listitem> 48 45 <listitem> 46 <para>The architecture of the target and host.</para> 47 </listitem> 48 <listitem> 49 49 <para>The package or section the problem was encountered in</para> 50 50 </listitem> … … 59 59 <note> 60 60 <para>Deviating from this book does <emphasis>not</emphasis> 61 mean that we will not help you. After all, the LFS project is61 mean that we will not help you. After all, the CLFS project is 62 62 about personal preference. Being upfront about any changes to 63 63 the established procedure helps us evaluate and determine … … 89 89 from the screen output from <command>make</command>:</para> 90 90 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. 95 95 -g -O2 -c getopt1.c 96 96 gcc -g -O2 -static -o make ar.o arscan.o commands.o dir.o … … 99 99 default.o remote-stub.o version.o opt1.o 100 100 -lutil job.o: In function `load_too_high': 101 / lfs/tmp/make-3.79.1/job.c:1565: undefined reference101 /clfs/tmp/make-3.79.1/job.c:1565: undefined reference 102 102 to `getloadavg' 103 103 collect2: ld returned 1 exit status 104 104 make[2]: *** [make] Error 1 105 make[2]: Leaving directory `/ lfs/tmp/make-3.79.1'105 make[2]: Leaving directory `/clfs/tmp/make-3.79.1' 106 106 make[1]: *** [all-recursive] Error 1 107 make[1]: Leaving directory `/ lfs/tmp/make-3.79.1'107 make[1]: Leaving directory `/clfs/tmp/make-3.79.1' 108 108 make: *** [all-recursive-am] Error 2</computeroutput></screen> 109 109
Note:
See TracChangeset
for help on using the changeset viewer.