Message-ID: <36EDFD28.8D3E937C@uq.net.au> Date: Tue, 16 Mar 1999 16:41:44 +1000 From: Frank Lin X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: zh-TW,en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: newbie.... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com hi, i'm new to C and this DJGPP thing.......i can't manage to configure it properly.... when i try to compile a simple program, like "hello world"......which has INCLUDE IOSTREAM.H and COUT and ENDL in it.......and i type gcc file.c it comes up with a load of garbage...then "undefined reference to endl(iostream &).... and so on......how do i configure the library properly? Thanks in advance. [CD]