Subject: Re: courier-imap build failure
To: NetBSD tech-pkg <tech-pkg@netbsd.org>
From: Chuck Silvers <chuq@chuq.com>
List: tech-pkg
Date: 10/24/2005 08:19:37
On Mon, Oct 24, 2005 at 04:05:11PM +0200, Joerg Sonnenberger wrote:
> 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.

ok, I didn't realize that gcc added -lm automatically when appropriate.

-Chuck