Subject: Re: c++ vs. g++ front end
To: Guenther Grau <s_grau@ira.uka.de>
From: James Michael Chacon <jmc@hedgehog.com>
List: tech-userlevel
Date: 03/20/1996 09:56:01
>
>> I'd like to recommend that the default C++ compiler front end be
>> changed from g++ to c++.
>
>And which other library can be used as a replacement for libg++?
>

libg++ doesn't provide any required functionality in order to program in c++.
libstdc++ and libio provide the basic functionality. And those 2 libraries
are distributed under a modified LGPL which doesn't require you to provide
source/linkable images when linking against them.

James