delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1999/06/29/10:03:15

Sender: edevaldo AT mothost DOT mot DOT com
Message-ID: <3778D2C0.76028A79@email.sps.mot.com>
Date: Tue, 29 Jun 1999 11:05:52 -0300
From: "Edevaldo Pereira (q14792)" <q14792 AT email DOT sps DOT mot DOT com>
Organization: Motorola - Semiconductor Producrs Sector
X-Mailer: Mozilla 4.07 [en] (X11; I; SunOS 5.5.1 sun4u)
MIME-Version: 1.0
To: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>, djgpp AT delorie DOT com
Subject: Re: TCL Port
References: <Pine DOT SUN DOT 3 DOT 91 DOT 990627174741 DOT 5761J-101000 AT is>
X-Motorola-Sent-Wireless: 1
Reply-To: djgpp AT delorie DOT com

Eli Zaretskii wrote:
> 
> This message has a binary attachment with the scripts.  Use DJTAR to
> unpack it.  Only config.bat should have DOS-style CRLF end-of-lines.  I
> did make sure that it has them, but please make sure it arrives that way,
> before you run it.
> 
>   ------------------------------------------------------------------------
> 
>                  Name: cfg.tgz
>    cfg.tgz       Type: unspecified type (APPLICATION/octet-stream)
>              Encoding: BASE64

	Hi Eli, it's me again.

	I tried this files (with DJTAR) but it didn't work. It gave me the same
errors as before. I deleted my DJGPP installation and reinstalled the
whole thing but it didn't solve the problem. Then I looked inside the
files with a binary editor and the .bat files had the DOS-style CR-LF
and the other files are in Unix stile. I also downloaded the SED
distribution again but it didn't worked as well.
	I got really puzzled, I can't imagine a reason for the script not work
for me. My installation is very simple and besides DJGPP I do not have
any other compiler in my machine.	Appended are my configuration files,
if you could do just a quick look on them to be sure that I'm not doing
something stupid it would help a lot.
	I'm thinking about rewriting the scripts in another way or tool. I just
got some man pages about SED and REGEX that are more complete than the
ones I have at home.

	Thanks,

				Edevaldo


Config.sys:
------------------------------------------------------------------------
FILES=80
BUFFERS=40
rem [Common]
SHELL=C:\COMMAND.COM C:\ /e:1024 /p
device=C:\WINDOWS\COMMAND\display.sys con=(ega,,1)
Country=055,850,C:\WINDOWS\COMMAND\country.sys
------------------------------------------------------------------------

Autoexec.bat:
------------------------------------------------------------------------
echo off
SET DJGPP=C:\DJGPP\DJGPP.ENV
SET
PATH=C:\DJGPP\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\DOS;C:\UTIL;C:\UTIL\ARJ;C:\UTIL\JAR;C:\ARQUIV~1\TCL\bin
SET MIDI=SYNTH:1 MAP:E
SET SOUND=D:\ARQUIV~1\CREATIVE\CTSND
SET BLASTER=A220 I5 D1 H5 P330 T6
prompt $p$g

mode con codepage prepare=((850) C:\WINDOWS\COMMAND\ega.cpi)
mode con codepage select=850
rem PATH %PATH%;C:\Atmel\bin
rem SET ATMELDIR=C:\Atmel\etc
rem SET FIGARO_HOME=C:\Atmel
------------------------------------------------------------------------

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.
#=
DJDIR=%:/>DJGPP%

+USER=dosuser
+GROUP=dosgroup
+TMPDIR=%DJDIR%/tmp
+EMU387=%DJDIR%/bin/emu387.dxe
+LFN=y
+TEXMFMAIN=%DJDIR%/share/texmf

[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
C_INCLUDE_PATH=%/>;C_INCLUDE_PATH%%DJDIR%/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

[info]
INFOPATH=%/>;INFOPATH%%DJDIR%/info;%DJDIR%/gnu/emacs/info
+INFO_COLORS=0x1f.0x31
+INFO_LINES=40

[emacs]
INFOPATH=%/>;INFOPATH%%DJDIR%/info;%DJDIR%/gnu/emacs/info

[less]
+LESSBINFMT=*k<%%X>
+LESSCHARDEF=8bcccbcc12bc5b95.b127.b
LESS=%LESS% -h5$y5$Dd2.0$Du14.0$Ds4.7$Dk9.0$
+LESSSEPARATOR=/

[ispell]
+ISPELL_HOME=%DJDIR%/lib
+ISPELL_DICTDIR=%DJDIR%/lib
+ISPELL_COLORS=0x1e.0x74
+LINES=40

[locate]
+LOCATE_PATH=%DJDIR%/lib/locatedb.dat

[ls]
+LS_COLORS=no=00:fi=00:di=36:lb=37;07:cd=40;33;01:ex=32:*.cmd=32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.deb=01;31:*.jpg=01;34:*.gif=01;34:*.bmp=01;34:*.ppm=01;34:*.tga=01;34:*.xbm=01;34:*.xpm=01;34:*.tif=01;34:*.mpg=01;37:*.avi=01;37:*.gl=01;37:*.dl=01;37:*~=08:*.bak=08:
[dir]
+LS_COLORS=no=00:fi=00:di=36:lb=37;07:cd=40;33;01:ex=32:*.cmd=32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.deb=01;31:*.jpg=01;34:*.gif=01;34:*.bmp=01;34:*.ppm=01;34:*.tga=01;34:*.xbm=01;34:*.xpm=01;34:*.tif=01;34:*.mpg=01;37:*.avi=01;37:*.gl=01;37:*.dl=01;37:*~=08:*.bak=08:
[vdir]
+LS_COLORS=no=00:fi=00:di=36:lb=37;07:cd=40;33;01:ex=32:*.cmd=32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.deb=01;31:*.jpg=01;34:*.gif=01;34:*.bmp=01;34:*.ppm=01;34:*.tga=01;34:*.xbm=01;34:*.xpm=01;34:*.tif=01;34:*.mpg=01;37:*.avi=01;37:*.gl=01;37:*.dl=01;37:*~=08:*.bak=08:

[enscript]
ENSCRIPT_LIBRARY=%DJDIR%/share/enscript

[bash]
PATH=%/>PATH%

[sh]
PATH=%/>PATH%

[groff]
+GROFF_TMAC_PATH=.;%DJDIR%/share/groff/tmac
+GROFF_TYPESETTER=ascii
+GROFF_FONT_PATH=.;%DJDIR%/share/groff/font

[eqn]
+GROFF_TMAC_PATH=.;%DJDIR%/share/groff/tmac
+GROFF_TYPESETTER=ascii

[grodvi]
+GROFF_FONT_PATH=.;%DJDIR%/share/groff/font

[grolj4]
+GROFF_FONT_PATH=.;%DJDIR%/share/groff/font

[grops]
+GROFF_FONT_PATH=.;%DJDIR%/share/groff/font
+GROFF_TMPDIR=%DJDIR%/tmp

[grotty]
+GROFF_FONT_PATH=.;%DJDIR%/share/groff/font

[indxbib]
+GROFF_EIGN=%DJDIR%/share/groff/eign

[lkbib]
+REFER=%DJDIR%/share/Ind

[refer]
+REFER=%DJDIR%/share/Ind
+GROFF_TMPDIR=%TMPDIR%

[troff]
+GROFF_TMAC_PATH=.;%DJDIR%/share/groff/tmac
+GROFF_TYPESETTER=ascii
+GROFF_FONT_PATH=.;%DJDIR%/share/groff/font

[gawk]
+AWKPATH=.;%DJDIR%/share/awk

[awk]
+AWKPATH=.;%DJDIR%/share/awk

[man]
MANPATH=%/>MANPATH%;%DJDIR%/man;%DJDIR%/info
PAGER=%DJDIR%/bin/less.exe
------------------------------------------------------------------------

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019