public inbox for cygwin-xfree@sourceware.org
help / color / mirror / Atom feed
* Re: XWin: necessary internet access?
@ 2003-09-29 11:28 Holger Vogt
  0 siblings, 0 replies; 7+ messages in thread
From: Holger Vogt @ 2003-09-29 11:28 UTC (permalink / raw)
  To: cygwin-xfree

Fergus,

I am running Cygwin Xfree on a computer which has never seen a regular 
Cygwin installation (Windows NT4). It takes about 10MB disk space.

All binaries (*.exe; *.dll) are in a directory D:\xfree\bin (8,1 MB). I 
have set a path to that directory in xfree_start.bat.

Besides that you need fonts and some locale information. I have 
therefore put the following directory tree onto the C: drive, because 
this drive seems to be searched automatically:

c:\usr\x11r6\lib\x11

/x11 contains the file rgb.txt and the two subdirectories /fonts and 
/locale.

/locale and its contents was just copied from the regular distribution, 
taking 423kB disk space.

/fonts contains only /100dpi /75dpi /Pex and /misc with 273kB disk space.

Then I start xfree with the xfree_start.bat file shown below. And that's 
probably all about it.

Regards

Holger





REM @echo off
SET DISPLAY=127.0.0.1:0.0

PATH=C:\WINDOWS;C:\WINDOWS\COMMAND

SET PATH=%PATH%;d:\xfree\bin

cd d:\xfree\bin

start /B XWin-Test98.exe -screen 0 1024 768  -emulate3buttons 50 -rootless
REM start /B XWin-Test98.exe -screen 0 1024 768  -emulate3buttons 50 
-multiwindow -clipboard

REM do not start xwinclip with -clipboard option
start /B xwinclip-Test08.exe

REM do not start window manager with -multiwindow option
run twm

run rxvt -bg yellow -sb -e sh
run rxvt -bg magenta -sb -e sh


xsetroot -cursor_name left_ptr -fg white -bg black
xsetroot -solid cyan

run xmodmap xmodmap.de

cd..



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: XWin: necessary internet access?
  2003-09-29  9:03 jeb
@ 2003-09-29 13:26 ` Igor Pechtchanski
  0 siblings, 0 replies; 7+ messages in thread
From: Igor Pechtchanski @ 2003-09-29 13:26 UTC (permalink / raw)
  To: cygwin-xfree

On Mon, 29 Sep 2003 jeb@jeremywilkins.freeserve.co.uk wrote:

> Fergus,
>
> I'm not sure iif it will help but theres a tool called dependency walker
> that shows all the files a program (or dll) depends on, and then their
> subdependencies, etc.
>
> http://www.dependencywalker.com/
>
> Jeremy

Whatever happened to good ol' cygcheck? ;-)
Although, DependencyWalker can show you dlopen'ed DLLs as well, IIRC.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: XWin: necessary internet access?
@ 2003-09-29 11:36 Holger Vogt
  0 siblings, 0 replies; 7+ messages in thread
From: Holger Vogt @ 2003-09-29 11:36 UTC (permalink / raw)
  To: cygwin-xfree

Fergus,

just to add:

C:\tmp will be the place you fing Xwin.log.

Regards

Holger






^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: XWin: necessary internet access?
@ 2003-09-29  9:03 jeb
  2003-09-29 13:26 ` Igor Pechtchanski
  0 siblings, 1 reply; 7+ messages in thread
From: jeb @ 2003-09-29  9:03 UTC (permalink / raw)
  To: cygwin-xfree

Fergus,

I'm not sure iif it will help but theres a tool called dependency walker that shows all the files a program (or dll) depends on, and then their subdependencies, etc.

http://www.dependencywalker.com/

Jeremy


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: XWin: necessary internet access?
  2003-09-28 20:57 fergus
  2003-09-28 21:09 ` Harold L Hunt II
@ 2003-09-29  5:20 ` Igor Pechtchanski
  1 sibling, 0 replies; 7+ messages in thread
From: Igor Pechtchanski @ 2003-09-29  5:20 UTC (permalink / raw)
  To: cygwin-xfree, fergus

On Sun, 28 Sep 2003 fergus@bonhard.uklinux.net wrote:

> I am attempting to mount and run a necessarily reduced Cygwin and selected
> applications from a 64MB USB stick drive. It's built incrementally (as
> follows: include a .exe in /bin; then, if that fails with a "missing .dll"
> message include the .dll too) and at approx 48MB usage including a massive
> statistics application program it works just fine.
>
> I'd like to include X (specifically xdvi.exe to read .dvi files). In this
> context the main system (i.e. complete Cygwin on a HD) is started by
>
>     start XWin -multiwindow
>     run rxvt -display localhost:0.0 -e bash
>     xdvi test.dvi
>
> (that's for 98SE: in XP I omit "start") and this works faultlessly.
>
> As far as I know all components necessary to achieve the same end are
> included on the stick (i.e. there are no more "missing .dll" announcements).
> Unfortunately I must be wrong because even before starting rxvt I find XWin
> is "very transient". By this I mean that after the command
> "XWin -multiwindow" the X icon appears briefly in the system tray in the
> taskbar, but then evaporates almost immediately. Then, of course, the rxvt
> line fails because the display cannot be found.
>
> I have tried any and all of XWin &, XWin -multiwindow &, running XWin after
> bash rather than before  ... I cannot get it to "stay".
>
> I am sorry not to have made my circumstances any clearer than they are (e.g.
> what's on the stick). AND I know it is disagreeable / impossible to offer
> advice for non-standard systems. I attach a cygcheck -srv in case it is
> obvious from that what further necessary component I still lack.
>
> Thank you for any help.
> Fergus

Fergus,

Since your goal is to save space, and unless you want to use X for other
things, you might consider using a Windows GUI dvi viewer, e.g., yap.exe
from the MiKTeX package, instead.  With all of its associated DLLs it's
just under 1M, and I doubt you can pare X down to take up so little space.

If you do need X, however, good luck.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: XWin: necessary internet access?
  2003-09-28 20:57 fergus
@ 2003-09-28 21:09 ` Harold L Hunt II
  2003-09-29  5:20 ` Igor Pechtchanski
  1 sibling, 0 replies; 7+ messages in thread
From: Harold L Hunt II @ 2003-09-28 21:09 UTC (permalink / raw)
  To: cygwin-xfree

Fergus,

Please send in /tmp/XWin.log from the stick drive.  That should contain 
information about why XWin.exe is failing to start.

Harold

fergus@bonhard.uklinux.net wrote:

> I am attempting to mount and run a necessarily reduced Cygwin and selected
> applications from a 64MB USB stick drive. It's built incrementally (as
> follows: include a .exe in /bin; then, if that fails with a "missing .dll"
> message include the .dll too) and at approx 48MB usage including a massive
> statistics application program it works just fine.
> 
> I'd like to include X (specifically xdvi.exe to read .dvi files). In this
> context the main system (i.e. complete Cygwin on a HD) is started by
> 
>     start XWin -multiwindow
>     run rxvt -display localhost:0.0 -e bash
>     xdvi test.dvi
> 
> (that's for 98SE: in XP I omit "start") and this works faultlessly.
> 
> As far as I know all components necessary to achieve the same end are
> included on the stick (i.e. there are no more "missing .dll" announcements).
> Unfortunately I must be wrong because even before starting rxvt I find XWin
> is "very transient". By this I mean that after the command
> "XWin -multiwindow" the X icon appears briefly in the system tray in the
> taskbar, but then evaporates almost immediately. Then, of course, the rxvt
> line fails because the display cannot be found.
> 
> I have tried any and all of XWin &, XWin -multiwindow &, running XWin after
> bash rather than before  ... I cannot get it to "stay".
> 
> I am sorry not to have made my circumstances any clearer than they are (e.g.
> what's on the stick). AND I know it is disagreeable / impossible to offer
> advice for non-standard systems. I attach a cygcheck -srv in case it is
> obvious from that what further necessary component I still lack.
> 
> Thank you for any help.
> 
> Fergus


^ permalink raw reply	[flat|nested] 7+ messages in thread

* XWin: necessary internet access?
@ 2003-09-28 20:57 fergus
  2003-09-28 21:09 ` Harold L Hunt II
  2003-09-29  5:20 ` Igor Pechtchanski
  0 siblings, 2 replies; 7+ messages in thread
From: fergus @ 2003-09-28 20:57 UTC (permalink / raw)
  To: cygwin-xfree; +Cc: fergus

[-- Attachment #1: Type: text/plain, Size: 1585 bytes --]

I am attempting to mount and run a necessarily reduced Cygwin and selected
applications from a 64MB USB stick drive. It's built incrementally (as
follows: include a .exe in /bin; then, if that fails with a "missing .dll"
message include the .dll too) and at approx 48MB usage including a massive
statistics application program it works just fine.

I'd like to include X (specifically xdvi.exe to read .dvi files). In this
context the main system (i.e. complete Cygwin on a HD) is started by

    start XWin -multiwindow
    run rxvt -display localhost:0.0 -e bash
    xdvi test.dvi

(that's for 98SE: in XP I omit "start") and this works faultlessly.

As far as I know all components necessary to achieve the same end are
included on the stick (i.e. there are no more "missing .dll" announcements).
Unfortunately I must be wrong because even before starting rxvt I find XWin
is "very transient". By this I mean that after the command
"XWin -multiwindow" the X icon appears briefly in the system tray in the
taskbar, but then evaporates almost immediately. Then, of course, the rxvt
line fails because the display cannot be found.

I have tried any and all of XWin &, XWin -multiwindow &, running XWin after
bash rather than before  ... I cannot get it to "stay".

I am sorry not to have made my circumstances any clearer than they are (e.g.
what's on the stick). AND I know it is disagreeable / impossible to offer
advice for non-standard systems. I attach a cygcheck -srv in case it is
obvious from that what further necessary component I still lack.

Thank you for any help.

Fergus

[-- Attachment #2: cygcheck.out --]
[-- Type: application/octet-stream, Size: 9929 bytes --]


Cygwin Win95/NT Configuration Diagnostics
Current System Time: Sun Sep 28 09:52:27 2003

Windows XP Professional Ver 5.1 Build 2600 Service Pack 1

Path:	f:\home\user\bin
	f:\usr\local\bin
	f:\usr\X11R6\bin
	f:\bin
	f:\bin
	.

Output from f:\bin\id.exe (nontsec)
UID: 400(Administrator) GID: 401(mkpasswd)
401(mkpasswd)

Output from f:\bin\id.exe (ntsec)
UID: 400(Administrator) GID: 401(mkpasswd)
401(mkpasswd)

SysDir: C:\WINDOWS\System32
WinDir: C:\WINDOWS

HOME = `f:\home\user'
PWD = `/home/user'

!EXITCODE = `00000000'
ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\Administrator\Application Data'
CLIENTNAME = `Console'
COLORFGBG = `0;default;15'
COLORTERM = `rxvt-xpm'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `LEPER'
COMSPEC = `C:\WINDOWS\system32\cmd.exe'
DISPLAY = `:0'
HOMEDRIVE = `C:'
HOMEPATH = `\Documents and Settings\Administrator'
LOGONSERVER = `\\LEPER'
MOLE_ON_CD = `1'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 15 Model 2 Stepping 7, GenuineIntel'
PROCESSOR_LEVEL = `15'
PROCESSOR_REVISION = `0207'
PROGRAMFILES = `C:\Program Files'
PROMPT = `$P$G'
PS1 = `\w> '
SESSIONNAME = `Console'
SHELL = `/bin/bash'
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINDOWS'
TEMP = `c:\DOCUME~1\ADMINI~1\LOCALS~1\Temp'
TERM = `cygwin'
TMP = `c:\DOCUME~1\ADMINI~1\LOCALS~1\Temp'
TMPDIR = `c:\tmp'
USERDOMAIN = `LEPER'
USERNAME = `Administrator'
USERPROFILE = `C:\Documents and Settings\Administrator'
WINDIR = `C:\WINDOWS'
WINDOWID = `168035120'
_ = `/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `f:'
  flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `f:\bin'
  flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `f:\lib'
  flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

c:  hd  FAT32  114411Mb  20% CP    UN           
d:  cd           N/A    N/A                    
f:  fd  FAT32     60Mb  90% CP    UN           

f:      /         user    binmode
f:\bin  /usr/bin  user    binmode
f:\lib  /usr/lib  user    binmode

Not Found: awk
Found: f:\bin\bash.exe
Found: \bin\bash.exe
Warning: f:\bin\bash.exe hides \bin\bash.exe
Found: f:\bin\cat.exe
Found: \bin\cat.exe
Warning: f:\bin\cat.exe hides \bin\cat.exe
Found: f:\bin\cp.exe
Found: \bin\cp.exe
Warning: f:\bin\cp.exe hides \bin\cp.exe
Not Found: cpp (good!)
Found: f:\bin\find.exe
Found: \bin\find.exe
Warning: f:\bin\find.exe hides \bin\find.exe
Not Found: gcc
Not Found: gdb
Found: f:\bin\grep.exe
Found: \bin\grep.exe
Warning: f:\bin\grep.exe hides \bin\grep.exe
Not Found: ld
Found: f:\bin\ls.exe
Found: \bin\ls.exe
Warning: f:\bin\ls.exe hides \bin\ls.exe
Not Found: make
Found: f:\bin\mv.exe
Found: \bin\mv.exe
Warning: f:\bin\mv.exe hides \bin\mv.exe
Found: f:\bin\rm.exe
Found: \bin\rm.exe
Warning: f:\bin\rm.exe hides \bin\rm.exe
Found: f:\bin\sed.exe
Found: \bin\sed.exe
Warning: f:\bin\sed.exe hides \bin\sed.exe
Found: f:\bin\sh.exe
Found: \bin\sh.exe
Warning: f:\bin\sh.exe hides \bin\sh.exe
Found: f:\bin\tar.exe
Found: \bin\tar.exe
Warning: f:\bin\tar.exe hides \bin\tar.exe

 1073k 2003/09/20 f:\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2003/9/20 7:27
  340k 2003/09/20 f:\usr\X11R6\bin\cygfreetype-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-9.dll" v0.0 ts=2003/9/20 7:38
  958k 2003/09/27 f:\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2003/8/10 21:57
  849k 2003/09/27 f:\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.7.dll" v0.0 ts=2003/8/11 9:58
  645k 2003/09/27 f:\bin\cygcrypto.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto.dll" v0.0 ts=2003/4/11 11:37
   28k 2003/09/27 f:\bin\cygcygipc-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcygipc-2.dll" v0.0 ts=2003/8/11 1:54
   22k 2003/09/27 f:\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-1.dll" v0.0 ts=2001/12/13 9:28
   37k 2003/09/27 f:\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-2.dll" v0.0 ts=2003/8/10 22:50
   21k 2003/09/27 f:\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl.dll" v0.0 ts=2001/6/20 18:09
   60k 2003/09/27 f:\bin\cygkpathsea-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-3.dll" v0.0 ts=2003/9/17 17:37
   60k 2003/09/27 f:\bin\cygkpathsea-3abi13.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-3abi13.dll" v0.0 ts=2003/7/27 21:23
  156k 2003/09/27 f:\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++5.dll" v0.0 ts=2001/4/25 6:29
  175k 2003/09/27 f:\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++6.dll" v0.0 ts=2002/1/9 6:03
  226k 2003/09/27 f:\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses5.dll" v0.0 ts=2001/4/25 6:17
  202k 2003/09/27 f:\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses6.dll" v0.0 ts=2002/1/9 6:03
  224k 2003/09/27 f:\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses7.dll" v0.0 ts=2003/8/9 10:24
   60k 2003/08/09 f:\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2003/8/9 7:28
   63k 2003/09/27 f:\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre.dll" v0.0 ts=2003/4/11 9:31
  949k 2003/09/27 f:\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2003/9/20 21:31
    Cygwin DLL version info:
        DLL version: 1.5.5
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 94
        Shared data: 3
        DLL identifier: cygwin1
        Mount registry: 2
        Cygnus registry name: Cygnus Solutions
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Cygwin mount registry name: mounts v2
        Cygdrive flags: cygdrive flags
        Cygdrive prefix: cygdrive prefix
        Cygdrive default prefix: 
        Build date: Sat Sep 20 16:31:15 EDT 2003
        CVS tag: cr-0x9b
        Shared id: cygwin1S3

  958k 2003/09/27 \bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2003/8/10 21:57
  849k 2003/09/27 \bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.7.dll" v0.0 ts=2003/8/11 9:58
  645k 2003/09/27 \bin\cygcrypto.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto.dll" v0.0 ts=2003/4/11 11:37
   28k 2003/09/27 \bin\cygcygipc-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcygipc-2.dll" v0.0 ts=2003/8/11 1:54
   22k 2003/09/27 \bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-1.dll" v0.0 ts=2001/12/13 9:28
   37k 2003/09/27 \bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-2.dll" v0.0 ts=2003/8/10 22:50
   21k 2003/09/27 \bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl.dll" v0.0 ts=2001/6/20 18:09
   60k 2003/09/27 \bin\cygkpathsea-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-3.dll" v0.0 ts=2003/9/17 17:37
   60k 2003/09/27 \bin\cygkpathsea-3abi13.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-3abi13.dll" v0.0 ts=2003/7/27 21:23
  156k 2003/09/27 \bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++5.dll" v0.0 ts=2001/4/25 6:29
  175k 2003/09/27 \bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++6.dll" v0.0 ts=2002/1/9 6:03
  226k 2003/09/27 \bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses5.dll" v0.0 ts=2001/4/25 6:17
  202k 2003/09/27 \bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses6.dll" v0.0 ts=2002/1/9 6:03
  224k 2003/09/27 \bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses7.dll" v0.0 ts=2003/8/9 10:24
   60k 2003/08/09 \bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2003/8/9 7:28
   63k 2003/09/27 \bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre.dll" v0.0 ts=2003/4/11 9:31
  949k 2003/09/27 \bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2003/9/20 21:31
    Cygwin DLL version info:
        DLL version: 1.5.5
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 94
        Shared data: 3
        DLL identifier: cygwin1
        Mount registry: 2
        Cygnus registry name: Cygnus Solutions
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Cygwin mount registry name: mounts v2
        Cygdrive flags: cygdrive flags
        Cygdrive prefix: cygdrive prefix
        Cygdrive default prefix: 
        Build date: Sat Sep 20 16:31:15 EDT 2003
        CVS tag: cr-0x9b
        Shared id: cygwin1S3


Cygwin Package Information
No setup information found
Use -h to see help about each section

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-09-29 13:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-29 11:28 XWin: necessary internet access? Holger Vogt
  -- strict thread matches above, loose matches on Subject: below --
2003-09-29 11:36 Holger Vogt
2003-09-29  9:03 jeb
2003-09-29 13:26 ` Igor Pechtchanski
2003-09-28 20:57 fergus
2003-09-28 21:09 ` Harold L Hunt II
2003-09-29  5:20 ` Igor Pechtchanski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).