From: "Per-Olof Danielsson" To: Subject: Installation problems of gcc on Windows95 Date: Tue, 8 Aug 2000 22:32:33 +0200 Message-ID: <01c00177$c7e6c6a0$7cf9143e@default> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000C_01C00188.8B6F96A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Reply-To: djgpp AT delorie DOT com Det hdr dr ett multipart-meddelande i MIME-format. ------=_NextPart_000_000C_01C00188.8B6F96A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Dear Sir or Madam, I've tried to install gcc on my computer which works under Windows95. I = know what the problem is but not how to solve it. The problem is = described in chapter 6.6 in FAQ, but I can't still solve it. At = compilation I get the error message "Error in DJGPP installation. = Environment variable DJGPP is not defined." I'm not too good at DOS, but = I work more with unix, so maybe some statement is wrong in my files. The = files look like this. Autoexec.bat: C:\PROGRAM\MCAFEE\VIRUSS~1\SCANPM.EXE C:\ @IF ERRORLEVEL 1 PAUSE @ECHO OFF SET BLASTER=3DA220 I5 D1 LH C:\WINDOWS\COMMAND\DOSKEY if exist c:\pipost.bat call c:\pipost.bat call c:\paprfix.bat mode con codepage prepare=3D((850) c:\windows\COMMAND\ega.cpi) mode con codepage select=3D850 keyb sv,,c:\windows\COMMAND\keyboard.sys set DJGPP=3DC:\DJGPP\DJGPP.ENV set PATH=3DC:\DJGPP\BIN;%PATH% djgpp.env is located on C:\DJGPP and looks like this: #=3D Don't edit this line unless you move djgpp.env outside #=3D of the djgpp installation directory. If you do move #=3D it, set DJDIR to the directory you installed DJGPP in. #=3D DJDIR=3D%:/>DJGPP% +USER=3Ddosuser +GROUP=3Droot +TMPDIR=3D%DJDIR%/tmp +EMU387=3D%DJDIR%/bin/emu387.dxe +LFN=3Dy +TEXMFMAIN=3D%DJDIR%/share/texmf +GO32STUB=3D%DJDIR%/bin/stubify.exe AND SO ON............... Can some kind person help me? Kind regards Per-Olof Danielsson ------=_NextPart_000_000C_01C00188.8B6F96A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Dear Sir or Madam,
 
I've tried to install gcc on my = computer which=20 works under Windows95. I know what the problem is but not how to solve = it. The=20 problem is described in chapter 6.6 in FAQ, but I can't still solve it. = At=20 compilation I get the error message "Error in DJGPP installation.=20 Environment variable DJGPP is not defined." I'm not too good at = DOS, but I=20 work more with unix, so maybe some statement is wrong in my files. The = files=20 look like this.
 
Autoexec.bat:
 

C:\PROGRAM\MCAFEE\VIRUSS~1\SCANPM.EXE C:\

@IF ERRORLEVEL 1 PAUSE

@ECHO OFF

SET BLASTER=3DA220 I5 D1

LH C:\WINDOWS\COMMAND\DOSKEY

if exist c:\pipost.bat call c:\pipost.bat

call c:\paprfix.bat

mode con codepage prepare=3D((850) c:\windows\COMMAND\ega.cpi)

mode con codepage select=3D850

keyb sv,,c:\windows\COMMAND\keyboard.sys

set DJGPP=3DC:\DJGPP\DJGPP.ENV

set PATH=3DC:\DJGPP\BIN;%PATH%

 

djgpp.env is located on C:\DJGPP and looks like this:

#=3D Don't edit this line unless you move djgpp.env outside

#=3D of the djgpp installation directory. If you do move

#=3D it, set DJDIR to the directory you installed DJGPP in.

#=3D

DJDIR=3D%:/>DJGPP%

+USER=3Ddosuser

+GROUP=3Droot

+TMPDIR=3D%DJDIR%/tmp

+EMU387=3D%DJDIR%/bin/emu387.dxe

+LFN=3Dy

+TEXMFMAIN=3D%DJDIR%/share/texmf

+GO32STUB=3D%DJDIR%/bin/stubify.exe      = ; AND SO=20 ON...............

 

Can some kind person help me?

 

Kind regards

Per-Olof Danielsson

 

 

------=_NextPart_000_000C_01C00188.8B6F96A0--