Ignore:
Timestamp:
06/14/2014 07:51:45 PM (10 years ago)
Author:
DJ Lucas <dj@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
c09761a
Parents:
6f34f43
Message:

Synchronized with LFS-SVN-20140611.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prologue/hostreqs.xml

    r6f34f43 r61ce0b1  
    195195  then echo "g++ compilation OK";
    196196  else echo "g++ compilation failed"; fi
    197 rm -f dummy.c dummy
    198 
     197rm -f dummy.c dummy</literal>
     198<!--
     199for lib in lib{gmp,mpfr,mpc}.la; do
     200  echo $lib: $(if find /usr/lib* -name $lib|
     201               grep -q $lib;then :;else echo not;fi) found
     202done
     203unset lib</literal>-->
     204EOF
     205
     206bash version-check.sh</userinput></screen>
     207
     208  <para>Also check for some library consistency:</para>
     209
     210<screen role="nodump"><userinput>cat &gt; library-check.sh &lt;&lt; "EOF"
     211<literal>#!/bin/bash
    199212for lib in lib{gmp,mpfr,mpc}.la; do
    200213  echo $lib: $(if find /usr/lib* -name $lib|
     
    204217EOF
    205218
    206 bash version-check.sh</userinput></screen>
     219bash library-check.sh</userinput></screen>
     220
     221<para>The files identified by this script should be all present
     222or all absent, but not only one or two present.</para>
     223
    207224
    208225</sect2>
Note: See TracChangeset for help on using the changeset viewer.