Changeset 8f08779 in clfs-sysroot
- Timestamp:
- May 20, 2007, 11:56:58 AM (17 years ago)
- Branches:
- master
- Children:
- 030b4d2
- Parents:
- c5d6cde
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/psmisc.xml
rc5d6cde r8f08779 26 26 <title>Installation of Psmisc</title> 27 27 28 <para os="a1">When cross-compiling the <literal>AC_FUNC_MALLOC</literal> 29 macro will assume that the malloc provided is not GNU Compatible. The 30 following tells it that we do:</para> 31 32 <screen os="a2"><userinput>echo "ac_cv_func_malloc_0_nonnull=yes" > config.cache 33 echo "ac_cv_func_realloc_0_nonnull=yes" >> config.cache</userinput></screen> 34 28 35 <para os="a">Prepare Psmisc for compilation:</para> 29 36 30 37 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --prefix=/usr --exec-prefix=""</userinput></screen> 38 --prefix=/usr --exec-prefix="" \ 39 --cache-file=config.cache</userinput></screen> 32 40 33 41 <variablelist os="c">
Note:
See TracChangeset
for help on using the changeset viewer.