Subject: Re: building -current fails on powerpc
To: Christian Groessler <cpg@aladdin.de>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 01/28/2003 12:11:46
On Tue, Jan 28, 2003 at 11:47:48AM +0100, Christian Groessler wrote:

> build aborts when configuring for groff. The following c++ test
> program fails:

There are two errors: (1) the test program is wrong, it needs to include
<unistd.h> to get the proper _exit() prototype.

And (2) the message emited by the linker is wrong - it's _exit not vfork.

MArtin