Date: Wed, 28 Jun 1995 08:39:24 +1100 From: Bill Currie Subject: Re: Concerning V2... To: djgpp AT sun DOT soe DOT clarkson DOT edu Organization: Tait Electronics Ltd. > From: "George C. Moschovitis" > Subject: Concerning V2... > To: djgpp AT sun DOT soe DOT clarkson DOT edu (djgpp) > Date: Tue, 27 Jun 1995 18:16:07 +0300 (EET DST) > 2.------ > > _PROBLEM: > I compile the following programm: > > #include > main () > { > cout << "\nkokoko\n"; > } > > gcc t.cpp -lgpp > > and i get the error: > outfloat.c(...): undefined reference to '_IO_dtoa' > > _SOLUTION: > ??? The solution to this is to recompile libgpp.a. If you don't have the source code to libgpp, I can mail a copy of the lib. Bill