Mail Archives: djgpp/1996/09/03/07:24:10
Xref: | news2.mv.net comp.os.msdos.djgpp:8214
|
From: | Christoph Herberhold <herberho>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | still the dr dos problem...
|
Date: | 3 Sep 1996 10:35:51 GMT
|
Organization: | Rechenzentrum der Max-Planck-Gesellschaft in Garching
|
Lines: | 88
|
Message-ID: | <50h1m7$5em7@sat.ipp-garching.mpg.de>
|
NNTP-Posting-Host: | lulo.biochem.mpg.de
|
Mime-Version: | 1.0
|
To: | herberho AT mango DOT biochem DOT mpg DOT de
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
reply to:herberho AT mango DOT biochem DOT mpg DOT de
Thanks for all attempts to help me! But it still doesn't compile..
I tried: call c:\djgpp\bin\setdjgpp c:\djgpp c:/djgpp
then: DJGPP=c:/djgpp/djgpp.env
Here are all files that may be responsible for the problem
output after typing set
COMSPEC=C:\COMMAND.COM
PROMPT=$n$g
OS=DRDOS
VER=3.41
PATH=C:\;C:\DOS;C:\ZIPPER;C:\DJGPP\BIN;C:\DJGPP\INCLUDE;
DJGPP=C:\DJGPP\DJGPP.ENV
this line of course looked different after the second try mentioned above
APPEND=C:\
my autoexec.bat
@ECHO OFF
:DRDOSBEG
PATH C:\;C:\DOS;c:\zipper;c:\djgpp\bin;c:\djgpp\include;
CALL c:\djgpp\bin\setdjgpp c:\djgpp c:/djpgg
this I put later, but it didn't help also
SET DJGPP=C:\DJGPP\DJGPP.ENV
APPEND C:\
KEYB GR+
VERIFY OFF
:DRDOSEND
c:\mouse\mmouse.com
config.sys
SHELL = C:\COMMAND.COM /P /E:512
BREAK = ON
BUFFERS = 15
FILES = 40
FCBS = 4
FASTOPEN = 512
LASTDRIVE = E
HISTORY = OFF
COUNTRY = 049,850,C:\COUNTRY.SYS
DEVICE = C:\DOS\ANSI.SYS
djgpp.env
#= Don't edit this line unless you move djgpp.env outside
#= of the djgpp installation directory. If you do move
#= it, set DJDIR to the directory you installed DJGPP in.
#=
ECHO Meldung
DJDIR=%:/>DJGPP%
+USER=dosuser
+TMPDIR=%DJDIR%/tmp
+EMU387=%DJDIR%/bin/emu387.dxe
+LFN=n
[bison]
BISON_HAIRY=%DJDIR%/lib/bison.hai
BISON_SIMPLE=%DJDIR%/lib/bison.sim
[cpp]
CPLUS_INCLUDE_PATH=%/>;CPLUS_INCLUDE_PATH%%DJDIR%/lang/cxx;%DJDIR%/include;%DJDIR%/contrib/grx20/include
C_INCLUDE_PATH=%/>;C_INCLUDE_PATH%%DJDIR%/include;%DJDIR%/contrib/grx20/include
OBJCPLUS_INCLUDE_PATH=%/>;OBJCPLUS_INCLUDE_PATH%%DJDIR%/include;%DJDIR%/lang/objc
OBJC_INCLUDE_PATH=%/>;OBJC_INCLUDE_PATH%%DJDIR%/include;%DJDIR%/lang/objc
[gcc]
COMPILER_PATH=%/>;COMPILER_PATH%%DJDIR%/bin
LIBRARY_PATH=%/>;LIBRARY_PATH%%DJDIR%/lib;%DJDIR%/contrib/grx20/lib
[info]
INFOPATH=%/>;INFOPATH%%DJDIR%/info
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
DPMI swap space available: 131040 Kb
i know it's a small machine....
hope the problem with my e-mail is also fixed, but I included a reply to
line to make sure!
Glad something like this newsgroup exists.. Thanks a lot
- Raw text -