|
From: | Christian Boon |
Subject: | Re: problems cross-compling bash-3.2 |
Date: | Mon, 27 Aug 2007 16:19:26 +0200 |
User-agent: | Thunderbird 1.5.0.10 (Windows/20070221) |
Chet Ramey wrote:
Christian Boon wrote:Hello, i want to cross compile bash-3.2 for my pxa255 arm processor and its working although i can't get job control working.It tells you it won't be able to:checking for presence of necessary job control definitions... configure: WARNING: cannot check job control if cross-compiling -- defaulting to missing missingYou can look at the definition of BASH_SYS_JOB_CONTROL_MISSING in aclocal.m4 and manually check which, if any, of the conditions is not met. Chet
This is from aclocal.m4: AC_DEFUN(BASH_SYS_JOB_CONTROL_MISSING, [AC_REQUIRE([BASH_SYS_SIGNAL_VINTAGE]) AC_MSG_CHECKING(for presence of necessary job control definitions) AC_CACHE_VAL(bash_cv_job_control_missing, [AC_TRY_RUN([ #include <sys/types.h> #ifdef HAVE_SYS_WAIT_H #include <sys/wait.h> #endif #ifdef HAVE_UNISTD_H #include <unistd.h> #endif #include <signal.h> Chris
[Prev in Thread] | Current Thread | [Next in Thread] |