Subject: Re: ld --as-needed broken ?
To: Luke Mewburn <lukem@NetBSD.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: tech-toolchain
Date: 05/16/2005 17:00:28
On Mon, May 16, 2005 at 04:51:35PM +0100, Patrick Welche wrote:
> Re adding a libedit -> libtermcap dependency and publishing the
> completion_matches function, I missed the .WAIT magic in the Makefile
> above - I also think the .WAIT before libpam and libssh are superfluous...
> So the complete patch should now be attached.

.. and of course now that I try a build.sh release, 

In file included from /usr/src/lib/libedit/readline.c:68:
/usr/src/lib/libedit/filecomplete.h:51: error: redefinition of `CPFunction'
/usr/src/lib/libedit/readline/readline.h:48: error: `CPFunction' previously declared here


.. I can't just declare CPFunction in filecomplete.h...

Cheers,

Patrick