Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!zaphod.mps.ohio-state.edu!think.com!mintaka!bloom-beacon!eru!hagbard!sunic!comsys!smith From: smith@compound.se (Bj|rn Smith) Newsgroups: comp.sources.d Subject: Problem compiling bash-1.03 Message-ID: <258@comsys.UUCP> Date: 31 May 91 08:20:23 GMT Reply-To: smith@compound.se (Bj|rn Smith) Organization: Compound Systems Lines: 23 UUCP-Path: sunic!comsys!smith I am having problems compiling bash-1.03. The environment is Xenix 2.3.2 and gcc. In builtins.c there is a call to wait_for_single_pid() which is a part of jobs.c. Since Xenix is a SystemV (look alike) it is compiled with JOB_CONTROL undefined. That will result in a inclusion of the file nojobs.c in the beginning of jobs.c and an exclusion of the code section containing the function wait_for_single_pid(). When linking there will be a unresolved external wait_for_single_pid since it is unconditionaly refered in builtins.c. Can anyone familiar with the code indicate how it is ment to be ? Thanks in advance for any help ! -- Bj|rn Smith Compound Systems, phone +46 8 7923689 UUCP: {uunet,mcsun}!sunic!comsys!smith Internet: smith@compound.se