Date: Fri, 18 Jun 1999 16:17:52 +0200 From: Hans-Bernhard Broeker Message-Id: <199906181417.QAA07416@acp3bf.physik.rwth-aachen.de> To: djgpp AT delorie DOT com Subject: Re: Another Newbie Install Question Newsgroups: comp.os.msdos.djgpp Organization: RWTH Aachen, III. physikalisches Institut B X-Newsreader: TIN [version 1.2 PL2] Reply-To: djgpp AT delorie DOT com In article <19990617202645 DOT 46118 DOT qmail AT hotmail DOT com> you wrote: [...] > I set file=60 and that didn't seem to help at all. Checked through that > section and nothing seems to help at all. Here is that output: > TMP=C:\WINDOWS\TEMP > TEMP=C:\WINDOWS\TEMP > PROMPT=$p$g > winbootdir=C:\WINDOWS > COMSPEC=C:\WINDOWS\COMMAND.COM > PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\DJGPP\BIN > DJGPP=c:\djgpp\djgpp.env > TMPDIR=c:\Temp > windir=C:\WINDOWS > BLASTER=A240 I5 D3 This looks perfectly sane, as long as you *do* indeed have gcc installed in c:\djgpp. The only minor possible problem is that you have c:\djgpp\bin at the end of your PATH, not at the front. It shouldn't hurt to try if you moving it there helps. So the problem must lie elsewhere. Please check out the following: 1) 'dir c:\djgpp\bin' You should have at least the following files, in that directory: gcc.exe go32-v2.exe as.exe ld.exe 2) 'mem' Show us what it prints. 3) 'go32-v2' Show us what it prints. 4) redir -eo gcc -v > gcc1.out redir -eo gcc -v hello.c -o hello > gcc2.out where 'hello.c' is the typical 'hello-world' minimal example file. Send the contents of at least gcc2.out. gcc1.out might also help, if it shows any difference from the start of gcc2.out -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.