Changeset 5e0e068


Ignore:
Timestamp:
09/08/2001 05:04:46 AM (23 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v3_0, v3_1, v3_2, v3_3, v4_0, v4_1, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
3147b9c
Parents:
ed59ebe
Message:

re-formatted (inserted line breaks to wrap at 80 or so chars)

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1214 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter02/askforhelp.xml

    red59ebe r5e0e068  
    5050little.  As an example, here is some screen output from make:</para>
    5151
    52 <screen>gcc -DALIASPATH=\"/mnt/lfs/usr/share/locale:.\" -DLOCALEDIR=\"/mnt/lfs/usr/share/locale\" -DLIBDIR=\"/mnt/lfs/usr/lib\" -DINCLUDEDIR=\"/mnt/lfs/usr/include\" -DHAVE_CONFIG_H -I. -I.     -g -O2 -c getopt1.c
    53 gcc  -g -O2 -static -o make  ar.o arscan.o commands.o dir.o expand.o file.o function.o getopt.o implicit.o job.o main.o misc.o read.o remake.o rule.o signame.o variable.o vpath.o default.o remote-stub.o version.o opt1.o    -lutil job.o: In function `load_too_high':
     52<para><screen>gcc -DALIASPATH=\"/mnt/lfs/usr/share/locale:.\"
     53-DLOCALEDIR=\"/mnt/lfs/usr/share/locale\" -DLIBDIR=\"/mnt/lfs/usr/lib\"
     54-DINCLUDEDIR=\"/mnt/lfs/usr/include\" -DHAVE_CONFIG_H -I. -I.   
     55-g -O2 -c getopt1.c
     56gcc  -g -O2 -static -o make  ar.o arscan.o commands.o dir.o expand.o file.o
     57function.o getopt.o implicit.o job.o main.o misc.o read.o remake.o rule.o
     58signame.o variable.o vpath.o default.o remote-stub.o version.o opt1.o   
     59-lutil job.o: In function `load_too_high':
    5460/lfs/tmp/make-3.79.1/job.c:1565: undefined reference to `getloadavg'
    5561collect2: ld returned 1 exit status
     
    5864make[1]: *** [all-recursive] Error 1
    5965make[1]: Leaving directory `/lfs/tmp/make-3.79.1'
    60 make: *** [all-recursive-am] Error 2</screen>
     66make: *** [all-recursive-am] Error 2</screen></para>
    6167
    6268<para>In this case, many people just include the bottom section where it
Note: See TracChangeset for help on using the changeset viewer.