Mail Archives: djgpp/1995/06/27/17:08:08
> From: "George C. Moschovitis" <gmoscho AT alexander DOT cc DOT ece DOT ntua DOT gr>
> 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 <iostream.h>
> 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
- Raw text -