From: dbagpc AT aol DOT com (DBA GPC) Newsgroups: comp.os.msdos.djgpp Subject: Re: HELP!!!!! Lines: 20 Message-ID: <1998071505170000.BAA07179@ladder01.news.aol.com> NNTP-Posting-Host: ladder01.news.aol.com Date: 15 Jul 1998 05:17:00 GMT Organization: AOL http://www.aol.com References: To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk this is a djgpp installation error, i had the same problem. It was fixed by adding the following two lines to your autoexec.bat file. this tells djgpp where to find things. add these lines to your autoexec.bat set PATH=C:\DJGPP\BIN;%PATH% >> set DJGPP=C:\DJGPP\DJGPP.ENV >> this information was found on the install instructions on the following web site: http://www.delorie.com/djgpp/zip-picker.html when u use the picker it also gives you install instructions to follow >> c:/djgpp/lang/cxx/libio.h(30) Error: _G_config.h: No such file or directory To Ask is to learn