From: The Crystal Dragon <75231 DOT 3114 AT compuserve DOT com> Newsgroups: comp.os.msdos.djgpp Subject: Re: HELP! Date: Thu, 26 Sep 1996 15:53:24 -0700 Organization: Stanford University Lines: 134 Message-ID: <324B0964.1B5C@compuserve.com> References: Reply-To: 75231 DOT 3114 AT compuserve DOT com NNTP-Posting-Host: tip-mp13-ncs-9.stanford.edu Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------39CD3FCC7236" To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp This is a multi-part message in MIME format. --------------39CD3FCC7236 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Eli Zaretskii wrote: > OK, then please repost all the info after you generate the environment > listing again. (I usually look at it rather than at AUTOEXEC.BAT, since > some program or batch file you invoke after you boot might change the > environment.) Here are my system files, with the correct set listing: -- The Crystal Dragon "It's impossible to outthink a person who isn't thinking." -Anderson's Maxim --------------39CD3FCC7236 Content-Type: text/plain; charset=us-ascii; name="HELP.TXT" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="HELP.TXT" Autoexec.Bat: ============= @ECHO OFF C:\QEMM\LOADHI /R:1 /LO C:\UTILS\VIRUSCAN\VSHIELD /ANYACCESS C:\QEMM\LOADHI /R:2 /LO C:\WINDOWS\SMARTDRV.EXE SET SOUND=C:\SB16 SET BLASTER=A220 I5 D1 H5 P330 T6 SET MIDI=SYNTH:1 MAP:E C:\SB16\DIAGNOSE /S C:\SB16\MIXERSET /P /Q PROMPT $t$_$d$_$p$_$g SET PATH=C:\DJGPP\BIN;C:\;C:\QEMM;C:\WINDOWS;C:\DOS;C:\TP\BIN;C:\UTILS\MISC;C:\UTILS\PKWARE;C:\SB16;C:\COMMS\TRUMPET;C:\WINDOWS\SYSTEM;C:\UTILS\VIRUSCAN; SET TEMP=C:\TEMP C:\QEMM\LOADHI /R:2 MSCDEX.EXE /D:SMS001 \MOUSE\MMOUSE /A5 subst e: c:\ajani subst f: c:\temp subst g: c:\games set DJGPP=c:/djgpp/djgpp.env C:\UTILS\VIRUSCAN\VSHIELD /RECONNECT C:\ZIPTOOLS\GUEST.EXE cls Config.Sys: ============ device=c:\qemm\dosdata.sys DEVICE=C:\QEMM\QEMM386.SYS RAM R:1 device=c:\qemm\dos-up.sys @c:\qemm\dos-up.dat BUFFERS=40 FILES=50 DOS=UMB LASTDRIVE=Z FCBS=16,0 shell=c:\utils\misc\4dos.com DEVICE=C:\QEMM\LOADHI.SYS /R:2 /SIZE=9360 C:\DOS\ANSI.SYS DEVICE=C:\QD6580.SYS DEVICE=C:\QEMM\LOADHI.SYS /R:2 /SIZE=27168 C:\SB16\DRV\CTSB16.SYS /UNIT=0 /BLASTER=A:220 I:5 D:1 H:5 DEVICE=C:\QEMM\LOADHI.SYS /R:1 /SIZE=10640 C:\SB16\DRV\CTMMSYS.SYS DEVICE=C:\QEMM\LOADHI.SYS /R:1 /SIZE=14032 C:\DOS\SETVER.EXE DEVICE=\DEV\ATAPI_CD.SYS /D:SMS001 STACKS=9,256 Go32-v2 Output: =============== go32/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: 12956 Kb DPMI swap space available: 0 Kb GCC -v Output: ============== gcc version 2.7.2 cpp -lang-c -v -undef -D__GNUC__=2 -D__GNUC_MINOR__=7 -Dunix -Di386 -DGO32 -DMSDOS -D__unix__ -D__i386__ -D__GO32__ -D__MSDOS__ -D__unix -D__i386 -D__GO32 -D__MSDOS -Asystem(unix) -Asystem(msdos) -Acpu(i386) -Amachine(i386) try.c C:\TEMP\ccbaaaaa GNU CPP version 2.7.2 (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: /usr/local/include /usr/local/go32/include /usr/local/lib/gcc-lib/go32/2.7.2/include /usr/include End of search list. try.c:1: stdlib.h: No such file or directory (ENOENT) try.c:2: stdio.h: No such file or directory (ENOENT) try.c:3: dos.h: No such file or directory (ENOENT) Environment Variables: ====================== COMSPEC=C:\UTILS\MISC\4DOS.COM CMDLINE=ranlib SOUND=C:\SB16 BLASTER=A220 I5 D1 H5 P330 T6 MIDI=SYNTH:1 MAP:E PROMPT=$t$_$d$_$p$_$g PATH=C:\DJGPP\BIN;C:\;C:\QEMM;C:\WINDOWS;C:\DOS;C:\TP\BIN;C:\UTILS\MISC;C:\UTILS\PKWARE;C:\SB16;C:\COMMS\TRUMPET;C:\WINDOWS\SYSTEM;C:\UTILS\VIRUSCAN; TEMP=C:\TEMP DJGPP=c:/djgpp/djgpp.env DJGPP.ENV (Unmodified): ======================== #= 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. #= 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 --------------39CD3FCC7236--