From: cardinalt AT cwia DOT com (Cardinal Teulbachs) Newsgroups: comp.os.msdos.djgpp Subject: Re: Problems with RHIDE Date: Fri, 17 Oct 1997 01:34:57 GMT Message-ID: <3446bebc.1261150@news.cwia.com> References: <343f2302 DOT 18893376 AT news DOT adfa DOT oz DOT au> <343FAEA0 DOT 6868 AT sympatico DOT ca> <61sfs7$fs5 AT freenet-news DOT carleton DOT ca> <34457382 DOT 6001667 AT news DOT cwia DOT com> <34458625 DOT 594635 AT news DOT cwia DOT com> <3445a2b8 DOT 1647999 AT news DOT cwia DOT com> <3446bc5c DOT 2909467 AT news DOT uni-duisburg DOT de> NNTP-Posting-Host: user229.pop4.cwia.com Lines: 44 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Thu, 16 Oct 1997 12:58:02 +0200, michael DOT mauch AT gmx DOT de (Michael Mauch) made so bold as to state: >> I have no ENVIRON.LST file that I can find. A file search of my hard >> drive turned up no match. > >You have to create it yourself: > >| * At the DOS command prompt, type `set > environ.lst', then press . > >(from section 6.12 of the FAQ, a few lines above where you looked). Whoops. Sorry about that. Here's the ENVIRON.LST file contents: TMP=C:\WINDOWS\TEMP TEMP=C:\WINDOWS\TEMP PROMPT=$p$g winbootdir=C:\WINDOWS COMSPEC=C:\WINDOWS\COMMAND.COM DJGPP=C:/DJGPP/DJGPP.ENV PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\WINDOWS;C:\;C:\DJGPP\BIN windir=C:\WINDOWS >What command line did you use when you compiled from the command line? I tried two forms that I can remember: gcc file.cc -o file.exe gcc -o file.exe file.cc I also tried both these with just a .c extension, since my code is only C code anyway at this point. Didn't help. >Did you change your djgpp.env file? No. Am I supposed to? I saw something about that file causing problems with "info" if there are trailing whitespaces or embedded control codes, so I checked for those (even though I'm having no trouble with "info"), but I didn't find them and didn't actually change anything. Thanks much for your reply. Does this new info help at all? I'm still in the dark. --Cardinal T