Mail Archives: djgpp/1996/09/03/10:40:49
On 3 Sep 1996, Christoph Herberhold wrote:
> Thanks for all attempts to help me! But it still doesn't compile..
OK, then add -v to the GCC command line and post everything that it
prints. The best way to do that is to use the `redir' program, like so:
redir -o gcc.out -eo gcc -v ...
(put all the rest of the GCC command line instead of the dots), then post
the contents of the file `gcc.out'.
#=
ECHO Meldung
DJDIR=%:/>DJGPP%
[snip]
> [info]
> INFOPATH=%/>;INFOPATH%%DJDIR%/info
>
Remove that ``ECHO Meldung'' line and the trailing ^Z!
> output of go32-v2go32/v2 version 2.0 built Jan 23 1996 22:03:02
> Usage: go32 coff-image [args]
> Rename this to go32.exe only if you need a go32 that can run v2 binaries as
> well as v1 binaries (old makefiles). Put ahead of the old go32 in your PATH.
> DPMI memory available: 236 Kb
^^^^^^
Please read section 3.9a of the DJGPP FAQ list (available as
v2/faq201b.zip from the same place you get DJGPP). It explains how to
set up CWSDPMI so that you will have more DPMI memory available to DJGPP
programs, even on memory-starved machines such as yours.
(The last two recommendations are NOT the causes of your compilation
problems, but they might bite you down the road.)
- Raw text -