Subject: Re: vim and ncurses
To: Martti Kuparinen <martti.kuparinen@iki.fi>
From: Johnny C. Lam <jlam@netbsd.org>
List: tech-pkg
Date: 02/05/2002 10:55:35
On Tue, Feb 05, 2002 at 02:58:12PM +0200, Martti Kuparinen wrote:
> 
> I've been trying to figure out what's wrong with vim on
> mac68k (pkg/15160). The problem is that vim-share (which
> doesn't buildlink ncurses) works just fine while vim
> (which buildlinks ncurses) can't link one test program.
> The failing command is:
> 
> configure:6214: cc -o conftest -I/usr/pkgsrc/editors/vim/work/.buildlink/include -O2 -m68040 -I/usr/pkgsrc/editors/vim/work/.buildlink/include -L/usr/pkgsrc/editors/vim/work/.buildlink/lib  -Wl,-R/usr/pkg/lib -L/usr/local/lib conftest.c -lncurses 1>&5

Can you post the full error from the config.log?  I'm interested in the next
few lines after this one that usually states the contents of conftest.c and
the actual error messages given by the linker.

	Thanks,

	-- Johnny Lam <jlam@netbsd.org>