Subject: Re: pkgsrc/devel/boehm-gc: why is *.cc compiled using cc, not g++?
To: Georg Schwarz <geos@epost.de>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-pkg
Date: 05/20/2004 22:22:55
On Thu, May 20, 2004 at 09:53:04PM +0200, Georg Schwarz wrote:
> test_cpp.o:     $(srcdir)/tests/test_cpp.cc
>         $(COMPILE) -c $(srcdir)/tests/test_cpp.cc
> 
> when I change COMPILE into CXXCOMPILE things work. Is this simply a bug
> in boehm-gc's the Makefile? 

Yes.
 Thomas