Message-ID: <000301be443d$aa52cec0$01a531ce@fresita-one> From: "Jorge Ivan Meza Martinez" <jimeza AT usa DOT net> To: <monte AT inav DOT net> Cc: <djgpp AT delorie DOT com> Subject: RE: Can't find the libraries! Date: Tue, 19 Jan 1999 13:55:52 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Reply-To: djgpp AT delorie DOT com Hello Steve, Save it as .cc in order to use the C++ compiler, .c compiles with C compiler and it does not knows about IOStream. Also note that "cout << "Hi";" need "<< endl;" at the end to print the line. bye, Jorge Ivan Meza Martinez jimezam AT armenia DOT multi DOT net DOT co jimeza AT usa DOT net jimezam.home.ml.org ["O Lord, if there is a Lord, save my soul, if I have a soul--", Ernest Renan] -----Mensaje original----- De: Steve <monte AT inav DOT net> Para: djgpp AT delorie DOT com <djgpp AT delorie DOT com> Fecha: Lunes, 18 de Enero de 1999 05:21 p.m. Asunto: Can't find the libraries! When I try and compile it, it gives me the message that there is no such file or directory as iostream.h (EOENT). I have tried putting the direct path in using these lines as well: #define STANDARD_INCLUDE_DIRECTORY C:/DJGPP/lang/cxx #include "C:/Djgpp/lang/cxx/iostream.h" +LFN=y