Subject: Re: crtend.o : how to find the Holy Graal ?
To: None <current-users@NetBSD.ORG>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: current-users
Date: 10/24/2002 12:42:07
On Thu, Oct 24, 2002 at 09:31:49PM +0200, Anders Mundt Due wrote:

 > Hmm.. It would appear that it's "vim" in my case, that NEEDED crtend.o ..
 > 
 > $ objdump -p /usr/pkg/bin/vim

Right, so the problem is that when vim is linked at build-time, it's
getting incorrect options passed to the compiler/linker, causing the bogus
crtend.o NEEDED entry.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>