bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

df is never built while cross-compiling for a linux target


From: Mike Frysinger
Subject: df is never built while cross-compiling for a linux target
Date: Sun, 6 May 2007 04:07:08 -0400
User-agent: KMail/1.9.6

in coreutils-6.9, the df prog (DF_PROG) is only built when gl_cv_fs_space 
evaluates to "yes" ... this variable is set up in m4/fsusage.m4 in 
gl_FILE_SYSTEM_USAGE

unfortunately, pretty much all of the tests are AC_TRY_RUN tests (every single 
one that matters for Linux is for sure) ... so when cross-compiling coreutils 
for a linux target, the df utility will never be built as all of these tests 
will set gl_cv_fs_space to no

is there any final fall back compile-only test we can come up with here ?
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]