<<< Date Index >>>     <<< Thread Index >>>

Re: [PATCH, RFC] mouse tracking support



On Mon, May 21, 2007 at 10:23:01PM +0200, Elimar Riesebieter wrote:
> On Debian we can't build ncurses with --enable-ext-mouse, because
> binutils's ld doesn't know -lstdc++ :
> 
> /usr/bin/ld: cannot find -lstdc++

I think on Linux you're supposed to invoke ld via gcc rather than
directly (at least if glibc is involved - there are symbol versioning
issues that ld doesn't always handle properly by itself).  The library
itself will be somewhere under /usr/lib/gcc-lib/ and gcc knows how to
find it.

imc