Date: Sun, 10 Dec 2000 17:06:25 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Paulo J. Matos aka PDestroy" cc: djgpp AT delorie DOT com Subject: Re: sstream standart header In-Reply-To: <90vqjd$ll8$1@venus.telepac.pt> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 10 Dec 2000, Paulo J. Matos aka PDestroy wrote: > gpp -g -Wall -c -o banco.o banco.cpp > In file included from banco.cpp:6: > ordenado.h:7: sstream: No such file or directory (ENOENT) > make.exe: *** [banco.o] Error 1 There's no sstream header in the C++ library distributed with GCC 2.95.2. Are you sure you didn't mean strstream?