Date: Sun, 16 Jun 1996 09:50:47 +0200 (IST) From: Eli Zaretskii To: Mike LaPaglia Cc: djgpp AT delorie DOT com Subject: Re: Complex class In-Reply-To: <4prjme$g3l@hearst.cac.psu.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 14 Jun 1996, Mike LaPaglia wrote: > I have included the proper .h file according to the faq. > #include <_complex.h> > the program compiles fine but the linker cannot find the complex > class definitions in the library. > > I looked in libgpp.a with 'ar' and there is not reference to any > Complex class functions, as there are for other functions that > are available. I had no trouble with the Complex class in v1.x. Please make sure you have the latest lgp271b.zip and gcc272b.zip (dated 21-Feb-96 or later) installed on your system. Some standard classes are in the libstdcx.a library, and that one was omitted from earlier releases.