Mail Archives: djgpp/1999/06/18/10:18:27
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.
- Raw text -