Ignore:
Timestamp:
08/29/2004 08:00:56 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
cdfb460
Parents:
3001a42
Message:

Wrapped the commands until Chapter 5 to 60 chars.
Testing new look for 'cat > .... << EOF' blocks.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter01/askforhelp.xml

    r3001a42 rc863747  
    6565
    6666<screen><computeroutput>gcc -DALIASPATH=\"/mnt/lfs/usr/share/locale:.\"
    67 -DLOCALEDIR=\"/mnt/lfs/usr/share/locale\" -DLIBDIR=\"/mnt/lfs/usr/lib\"
     67-DLOCALEDIR=\"/mnt/lfs/usr/share/locale\"
     68-DLIBDIR=\"/mnt/lfs/usr/lib\"
    6869-DINCLUDEDIR=\"/mnt/lfs/usr/include\" -DHAVE_CONFIG_H -I. -I.
    6970-g -O2 -c getopt1.c
    70 gcc -g -O2 -static -o make ar.o arscan.o commands.o dir.o expand.o file.o
    71 function.o getopt.o implicit.o job.o main.o misc.o read.o remake.o rule.o
    72 signame.o variable.o vpath.o default.o remote-stub.o version.o opt1.o
     71gcc -g -O2 -static -o make ar.o arscan.o commands.o dir.o
     72expand.o file.o function.o getopt.o implicit.o job.o main.o
     73misc.o read.o remake.o rule.o signame.o variable.o vpath.o
     74default.o remote-stub.o version.o opt1.o
    7375-lutil job.o: In function `load_too_high':
    74 /lfs/tmp/make-3.79.1/job.c:1565: undefined reference to `getloadavg'
     76/lfs/tmp/make-3.79.1/job.c:1565: undefined reference
     77to `getloadavg'
    7578collect2: ld returned 1 exit status
    7679make[2]: *** [make] Error 1
Note: See TracChangeset for help on using the changeset viewer.