Date: Tue, 30 Jun 1998 23:56:43 -0400 (EDT) Message-Id: <199807010356.XAA27517@gold.muskoka.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: djgpp AT delorie DOT com From: Colin Subject: HELP!!!!! Precedence: bulk i have been to all the help chanels that i could find and no one would/could help me, so please see if you can help me. my problem is as follows i have writtin this program in djgpp. <-----------> #include #include #include int.main() { cout << "This better work!!!!"; getch(); } <-----------> and when I try and run it or turn it into an .exe (which ever you like to call it) it tells me this in the message window <-----------> Compiling: first.cc c:/djgpp/lang/cxx/streambuf.h(36) In file included from c:/djgpp/lang/cxx/streambuf.h:36, c:djgpp/lang/cxx/iostream.h(31) from c:/djgpp/lang/cxx/iostream.h:31, first.cc(2) from first.cc:2: c:/djgpp/lang/cxx/libio.h(30) Error: _G_config.h: No such file or directory (ENOET) There were some errors <-----------> why does it do this? i can't fix it, i think it is something to do with the linkers but i'm not sure...PLEASE help. -Colin