bug-bash
[Top][All Lists]
Advanced

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

Re: bash-4.2, crosscompiling and job control compile failure


From: Chet Ramey
Subject: Re: bash-4.2, crosscompiling and job control compile failure
Date: Wed, 14 Sep 2011 08:31:14 -0400

> execute_cmd.c: In function ‘execute_pipeline’:
> execute_cmd.c:2205:23: error: ‘job_control’ undeclared (first use in
> this function)
> execute_cmd.c:2205:23: note: each undeclared identifier is reported
> only once for each function it appears in

Surrounding those two lines with #ifdef JOB_CONTROL is the right fix.
I posted it here before when the issue first came up.

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/



reply via email to

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