Subject: Re: Configure using gcc when should use g++
To: David Brownlee <abs@absd.org>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-pkg
Date: 10/06/2004 12:19:37
On Wed, Oct 06, 2004 at 11:14:53AM +0100, David Brownlee wrote:
> 	textproc/gtkspell uses gcc to compile a conftest which links
> 	against aspell. This fails, presumably as it should be compiled
> 	as c++. What would be the correct way to fix this?

Update mk/ or update libtool-base, and reinstall aspell. aspell's
shared library should be linked against libstdc++ and this should
work automatically. It was a bug in libtool which has been fixed.

 Thomas