Subject: Re: courier-imap build failure
To: NetBSD tech-pkg <tech-pkg@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-pkg
Date: 10/24/2005 16:05:11
On Mon, Oct 24, 2005 at 05:59:44AM -0700, Chuck Silvers wrote:
> looks like libstdc++ is missing a shared library dependency.
> the attached patch should fix it.  (apply the patch and
> rebuild src/gnu/lib/libstdc++-v3.)

I don't think that is the problem. It seems that courier-imap wants to
build a C program with the C++ library, but doesn't feel like using the
GCC wrapper (which adds -lm automatically). On the other hand, I can't
reproduce this on HEAD.

Joerg