Subject: Re: building -current fails on powerpc
To: Martin Husemann <martin@duskware.de>
From: Christian Groessler <cpg@aladdin.de>
List: current-users
Date: 01/28/2003 13:24:49
On 01/28/2003 12:11:46 PM CET Martin Husemann wrote:
>
>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.

If I include unistd.h and removed the _exit prototype, it still does
not work.

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

The message is still generated if I include unistd.h. Does it mean
libstdc++ was built incorrectly?

regards,
chris