From: Vlad Pambucol Newsgroups: comp.os.msdos.djgpp Subject: Re: HELP: DJGPP and CPP Date: Sat, 25 Apr 1998 11:06:50 -0400 Organization: University of Rostock Lines: 37 Message-ID: <3541FC09.A1BDA1BD@linux1.aut.utt.ro> References: <6C1B9DD62B1863D7 DOT E1131E938618341F DOT 488F9224CC7D8B05 AT library-proxy DOT airnews DOT net> Reply-To: vlad DOT pambucol AT usa DOT net NNTP-Posting-Host: thundria.ustra.abb.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi 1) Did you dovnload ALL the cpp part of djgpp ? 2) If you did your program should work. I compiled cpp programs under djgpp 3) If it is still not working ..... wait for another answer Hai Nguyen wrote: > > > I'm kinda new to this....however, when i try > writing a program i get this: > > H:\t>gpp test.cpp -o t > test.txt > test.cpp:0: h:/djgpp/lib/gcc-lib/djgpp/2.80/include/.: No such device > (ENODEV) > In file included from h:/djgpp/lang/cxx/streamb.h:36, > from h:/djgpp/lang/cxx/iostream.h:32, > from test.cpp:1: > h:/djgpp/lang/cxx/libio.h:30: _G_config.h: No such file or directory > (ENOENT) > > this is my program usually: > > #include > > void main() { > cout << "hello world\n"; > } > > why does it do this and how do i fix it? I am using windows95 while > doing this and i did try renaming those files; however to no avail; > > - Hai