Date: Tue, 9 Aug 94 17:15:47 -0400 From: dj AT ctron DOT com (DJ Delorie) To: cigna AT helios DOT phy DOT ohiou DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: C++ with version 1.12 > I downloaded a fresh installation of djgpp 1.12 (including gpp260.zip) > It compiles C code just fine, but no C++ headers or libs are included. > Gpp260.zip contains only cc1plus.exe and some copyright docs. Where can > I find the headers and libs? The C++ headers have always been derived from the libg++ sources, so in 1.12 they're in with the libg++ libraries. Get lgp260bn.zip (libs and incs) and probably lgp260dc.zip (docs). DJ