| Subject: | Re: problems cross-compling bash-3.2 |
|---|---|
| From: | Christian Boon |
| Date: | Tue, 28 Aug 2007 15:55:49 +0200 |
| Newsgroups: | gnu.bash.bug |
Christian Boon wrote: 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. ChetThis 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 Does anybody know what is going wrong or what is missing? thanks in advance, Chris |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Help with script --, Andreas Schwab |
|---|---|
| Next by Date: | Re: problems cross-compling bash-3.2, Mike Frysinger |
| Previous by Thread: | Re: problems cross-compling bash-3.2, Mike Frysinger |
| Next by Thread: | Re: problems cross-compling bash-3.2, Mike Frysinger |
| Indexes: | [Date] [Thread] [Top] [All Lists] |