Mail Archives: djgpp/1997/11/23/01:44:35
Hi,
I'm stuck. I've read FAQs and tried everything. Here's the stuff that
the gurus
want to see.
%-------------environ.lst---------------------------------------
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:\;C:\DOS;D:\DJGPP\BIN
DJGPP=D:\DJGPP\DJGPP.ENV
SOUND=C:\PROGRA~1\CREATIVE\AUDIOAPP
MIDI=SYNTH:1 MAP:E
windir=C:\WINDOWS
BLASTER=A220 I10 D3 H7 P300 T6
%----------Output of
go32-v2-------------------------------------------------
go32/v2 version 2.0 built Aug 12 1996 22:27:23
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
but do not delete your old go32 - leave it in the PATH after this one.
Set GO32_V2_DEBUG=y in the environment to get verbose output.
DPMI memory available: 11059 Kb
DPMI swap space available: 2405 Kb
%----------------Autoexec.bat------------------------------
path=c:\windows;c:\windows\command;c:\;c:\dos;D:\DJGPP\BIN
set DJGPP=D:\DJGPP\DJGPP.ENV
SET SOUND=C:\PROGRA~1\CREATIVE\AUDIOAPP
SET BLASTER=A220 I10 D3 H7 P300 T6
SET MIDI=SYNTH:1 MAP:E
%--------------------Hello.c--------------------------------
path=c:\windows;c:\windows\command;c:\;c:\dos;D:\DJGPP\BIN
set DJGPP=D:\DJGPP\DJGPP.ENV
SET SOUND=C:\PROGRA~1\CREATIVE\AUDIOAPP
SET BLASTER=A220 I10 D3 H7 P300 T6
SET MIDI=SYNTH:1 MAP:E
%---------Error message from Rhide (and same error from DOS
prompt)----------
hello.c(1) Error: iostream.h: No such file or directory (ENOENT)
I have checked. The file iostream.h exists in in d:\djgpp\lang\cxx and
this block
of djgpp.env seems to point to it (I have not made any changes to the
file djgpp.env).
[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
I've also run
DJVERIFY -- DJGPP Installation Verification Utility -- version 0.33a
*** Interactive Mode ***
Initializing...
Report filename = 'djvrfy00.log'
Examining environment...
Location of DJGPP.ENV = D:\DJGPP\DJGPP.ENV
Location of DJGPP programs = d:/djgpp/bin/
Examining configuration...done.
CPU analysis - CPU type: 80486 CPU mode: V86 mode
DPMI version: 0.9 DPMI type: 32-bit
Virtual memory: enabled
Floating point processor: present
PATH environment variable: Correct
DJGPP environment variable: Correct
Location of DJGPP.ENV: d:/djgpp/djgpp.env
Location of DJGPP BIN directory: d:/djgpp/bin/
--Required files status--
Name Location
gcc.exe d:/djgpp/bin/
go32-v2.exe d:/djgpp/bin/
go32.exe Not found <----- Mine
is go32-v2.exe
as.exe d:/djgpp/bin/
Help. I'd like to get up and running.
--
David Arnold
College of the Redwoods
Eureka, California 95501
--
David Arnold
College of the Redwoods
Eureka, California 95501
- Raw text -