From: michael@weiser.saale-net.de (Michael Weiser)
Subject: Re: B19: error in cygnus.bat
26 Sep 1998 06:16:35 -0700
Message-ID: <360ce5d3.2038601.cygnus.gnu-win32@mail.weiser.saale-net.de>
References: <199809240701.JAA07678@fz-juelich.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 8bit
To: Wilfried Hennings <W.Hennings@fz-juelich.de>
Cc: gnu-win32@cygnus.com

Hello Wilfried, you wrote:
>I installed cygwin b19 under win95. The installation procedure 
>creates the file "cygnus.bat" in the installation directory.
>In line 5 the environment variable %CYGROOT% is used but
>still undefined. 
No, normally %CYGROOT% _is_ there and looks like

SET CYGROOT=e:\dev\cygwin32.b19

while this part cygnus.bat is something like

SET MAKE_MODE=unix
SET CYGWIN32=tty binmode
SET CYGROOT=e:\dev\cygwin32.b19
SET CYGFS=e:/dev/cygwin32.b19
SET CYGREL=b19
SET GCC_EXEC_PREFIX=%CYGROOT%\usr\lib\gcc-lib\
SET TCL_LIBRARY=%CYGROOT%\usr\share\tcl8.0\
SET GDBTK_LIBRARY=%CYGFS%/usr/share/gdbtcl
SET PATH=%CYGROOT%\bin;%CYGROOT%\usr\bin;%PATH%

for me.

Perhaps you've simply deleted it? Just add it or try to install
cygwin32 again, perhaps to some different directory.
-- 
bye, Michael
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
