Mail Archives: cygwin/1999/10/29/17:57:24
------_=_NextPart_000_01BF2258.530245AC
Content-Type: text/plain;
charset="iso-8859-1"
Well, I've switched back to 2.91, and I won't get a chance to go to 2.95
until monday, but here they are :)
-----Original Message-----
From: cygwin-owner AT sourceware DOT cygnus DOT com
[mailto:cygwin-owner AT sourceware DOT cygnus DOT com]On Behalf Of Suhaib Siddiqi
Sent: Friday, October 29, 1999 5:39 PM
To: Mike MacDonald; ssiddiqi AT nspm DOT ipass DOT net;
cygwin AT sourceware DOT cygnus DOT com
Subject: RE: permissions
Why do not you post the cygcheck output as Ernie suggested.
i think you have something unusual in PATH. Your compilation
problems
does look like some sort of Cygwin installation problem.
> -----Original Message-----
> From: cygwin-owner AT sourceware DOT cygnus DOT com
> [mailto:cygwin-owner AT sourceware DOT cygnus DOT com]On Behalf Of
> Mike MacDonald
> Sent: Friday, October 29, 1999 5:34 PM
> To: 'ssiddiqi AT nspm DOT ipass DOT net'; 'Mike MacDonald';
> 'cygwin AT sourceware DOT cygnus DOT com'
> Subject: RE: permissions
>
>
> I think I know the problem you are talking about, I had a
> Makefile that
> referenced /bin/gcc instead of just gcc - that seemed to
> cause a -remap
> error.. Weird though.. This is not that one.. It
> really has to be
> something pretty stupid..
>
> -----Original Message-----
> From: Suhaib Siddiqi [mailto:sssiddiqi AT ipass DOT net]
> Sent: Friday, October 29, 1999 5:23 PM
> To: Mike MacDonald; cygwin AT sourceware DOT cygnus DOT com
> Subject: RE: permissions
>
>
>
> No idea. Maybe some GCC guru like Mumit could help.
>
> I do remember a while ago getting the -remap error, but
> the problem
> was
> in my Makefiles. I do not remember what exactly I did to fix it.
>
> Suhaib
>
> > -----Original Message-----
> > From: cygwin-owner AT sourceware DOT cygnus DOT com
> > [mailto:cygwin-owner AT sourceware DOT cygnus DOT com]On Behalf Of
> > Mike MacDonald
> > Sent: Friday, October 29, 1999 4:57 PM
> > To: 'cygwin AT sourceware DOT cygnus DOT com'
> > Subject: FW: permissions
> >
> >
> >
> >
> > -----Original Message-----
> > From: Mike MacDonald
> > Sent: Friday, October 29, 1999 4:55 PM
> > To: 'ssiddiqi AT nspm DOT ipass DOT net'
> > Subject: RE: permissions
> >
> >
> > Not in makefiles.. It happens when I create a file named
> > mtest.c with:
> >
> > void f(){}
> >
> > and then do:
> >
> > gcc -o mtest mtest.c
> >
> > And I get the errors :(
> >
> > I did a cpp -v and a gcc --version and the versions matched up..
> > Everything is mounted binary..
> >
> > Its weird.. I really don't want to reinstall again.. I
> > may have a library
> > floating around or something that I don't know about.. I
> > went through and
> > checked all the major ones though..
> >
> > -----Original Message-----
> > From: Suhaib Siddiqi [mailto:sssiddiqi AT ipass DOT net]
> > Sent: Friday, October 29, 1999 4:33 PM
> > To: Mike MacDonald; 'Larry Hall (RFK Partners, Inc)'
> > Cc: cygwin AT sourceware DOT cygnus DOT com
> > Subject: RE: permissions
> >
> >
> >
> > -remap must somewhere in your Makefiles. Check
> configure scripts.
> > make sure you have only one and the latest version of cpp.exe in
> > your PATH.
> > If you are using network mounted drive, Cygwin may run
> > slow. When I
> > compile a big project on my Windows Nt machine, i always first
> > logout
> > from Netware server and unmount the netware mounted
> > drives... for me
> > it helped.
> >
> > Suhaib
> >
> > > -----Original Message-----
> > > From: cygwin-owner AT sourceware DOT cygnus DOT com
> > > [mailto:cygwin-owner AT sourceware DOT cygnus DOT com]On Behalf Of
> > > Mike MacDonald
> > > Sent: Friday, October 29, 1999 4:22 PM
> > > To: 'Larry Hall (RFK Partners, Inc)'
> > > Cc: 'cygwin AT sourceware DOT cygnus DOT com'
> > > Subject: RE: permissions
> > >
> > >
> > > Cool, thanx! The latest snapshot is much faster than my
> > > older one, but
> > > compiling still takes up like 100% of my P2 450 with
> > > 256mb of ram.. Am I
> > > doing something wrong?
> > >
> > > Also, when I install any version of gcc 2.95 (pgcc or
> > > gcc) it doesn't work..
> > > I get a bunch of cpp doesn't understand -remap errors and
> > > it dies.. egcs
> > > 2.91 works fine.. I tried everything, and I'm sure I'm
> > > using the right
> > > libs, and cpp.exe and everything..
> > >
> > > Know anything about these things?
> > >
> > >
> > > -----Original Message-----
> > > From: Larry Hall (RFK Partners, Inc) [mailto:lhall AT rfk DOT com]
> > > Sent: Friday, October 29, 1999 4:09 PM
> > > To: Mike MacDonald
> > > Subject: RE: permissions
> > >
> > >
> > > Yes, ntsec is on by default in the snapshots. Unless you
> > > have things set
> > > up just right, this will cause trouble. You can find
> > > info about how to
> > > set things up for ntsec in the mail archives (can't
> > > remember if it was the
> > > cygwin list archives or the cygwin-developers list
> > > archives though). If
> > > you don't care about using ntsec, its fine to turn it off
> > > as you have...
> > >
> > > Larry
> > >
> > >
> > > At 04:00 PM 10/29/99 -0400, you wrote:
> > > >Well, I have it working now I think..
> > > >
> > > >Its the latest dll.. It just doesn't set permissions
> > > properly.. I think
> > > >its disabled now, and I think its set up right, but I
> > > dunno.. I put the
> > > >nontsec in my CYGWIN variable, and set the permissions
> > > through nt.. Now it
> > > >SEEMS to be working..
> > > >
> > > >-----Original Message-----
> > > >From: Larry Hall (RFK Partners, Inc) [mailto:lhall AT rfk DOT com]
> > > >Sent: Friday, October 29, 1999 3:44 PM
> > > >To: Mike MacDonald
> > > >Subject: Re: permissions
> > > >
> > > >
> > > >At 03:36 PM 10/29/99 -0400, you wrote:
> > > >>I'm having a hell of a time with getting permissions to
> > > work right under
> > > >>nt.. Can I disable them?
> > > >>
> > > >
> > > >
> > > >Depends on what you mean by "permissions" and what DLL
> > > you're using. Can
> > > >you be more specific?
> > > >
> > > >
> > > >Larry Hall lhall AT rfk DOT com
> > > >RFK Partners, Inc. http://www.rfk.com
> > > >118 Washington Street (508) 893-9779 -
> > > RFK Office
> > > >Holliston, MA 01746 (508) 893-9889 - FAX
> > > > (508) 560-1285 -
> > > cell phone
> > > >
> > > >
> > >
> > > --
> > > Want to unsubscribe from this list?
> > > Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
> > >
> >
> > --
> > Want to unsubscribe from this list?
> > Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
> >
>
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
>
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
------_=_NextPart_000_01BF2258.530245AC
Content-Type: application/octet-stream;
name="stats"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="stats"
=0A=
Cygnus Win95/NT Configuration Diagnostics=0A=
Current System Time: Fri Oct 29 17:35:13 1999=0A=
=0A=
WinNT Ver 4.0 build 1381 Service Pack 4=0A=
=0A=
Path: /usr/local/bin=0A=
/usr/X11R6.4/bin=0A=
/bin=0A=
d=0A=
/root/usr/X11R6.4/bin=0A=
/usr/bin=0A=
/usr/local/bin=0A=
/cygdrive/c/WINNT/system32=0A=
/cygdrive/c/WINNT=0A=
/cygdrive/c/Program Files/Mts=0A=
/cygdrive/c/MSSQL/BINN=0A=
.=0A=
/cygdrive/c/bin=0A=
/cygdrive/d/Program Files/Rational/common=0A=
/cygdrive/c/Program Files/Mercury Interactive/LoadRunner/bin=0A=
/cygdrive/c/winnt/system32=0A=
/cygdrive/c/winnt=0A=
/usr/bin=0A=
=0A=
SysDir: C:\WINNT\System32=0A=
WinDir: C:\WINNT=0A=
=0A=
CYGWIN =3D `nontsec tty notitle binmode'=0A=
HOME =3D `/home/root'=0A=
MAKE_MODE =3D `UNIX'=0A=
PWD =3D `/usr/src/gimp-1.1.8/libgimp'=0A=
=0A=
CLASSPATH =3D `C:\jdk1.2.2\lib\classes.zip;C:\Program Files\Mercury =
Interactive\LoadRunner\classes'=0A=
COLORFGBG =3D `0;default;15'=0A=
COLORTERM =3D `rxvt-xpm'=0A=
COMPUTERNAME =3D `MMACDONALD'=0A=
COMSPEC =3D `C:\WINNT\system32\cmd.exe'=0A=
DISPLAY =3D `:0.0'=0A=
HOMEDRIVE =3D `C:'=0A=
HOMEPATH =3D `\'=0A=
HOSTNAME =3D `MMACDONALD'=0A=
HOSTTYPE =3D `i586'=0A=
INCLUDE =3D `C:\Program Files\Mts\Include'=0A=
LIB =3D `C:\Program Files\Mts\Lib'=0A=
LOGONSERVER =3D `\\PDC'=0A=
MACHTYPE =3D `i586-pc-cygwin32'=0A=
NTRESKIT =3D `C:\NTReskit'=0A=
NUMBER_OF_PROCESSORS =3D `1'=0A=
OS2LIBPATH =3D `C:\WINNT\system32\os2\dll;'=0A=
OS =3D `Windows_NT'=0A=
OSTYPE =3D `cygwin32'=0A=
PROCESSOR_ARCHITECTURE =3D `x86'=0A=
PROCESSOR_IDENTIFIER =3D `x86 Family 6 Model 5 Stepping 2, =
GenuineIntel'=0A=
PROCESSOR_LEVEL =3D `6'=0A=
PROCESSOR_REVISION =3D `0502'=0A=
SHELL =3D `/bin/bash'=0A=
SHLVL =3D `1'=0A=
SYSTEMDRIVE =3D `C:'=0A=
SYSTEMROOT =3D `C:\WINNT'=0A=
TEMP =3D `C:\TEMP'=0A=
TERM =3D `xterm-color'=0A=
TMP =3D `C:\TEMP'=0A=
USERDOMAIN =3D `TSI_TAMPA'=0A=
USERNAME =3D `m.macdonald'=0A=
USERPROFILE =3D `C:\WINNT\Profiles\m.macdonald.000'=0A=
WINDIR =3D `C:\WINNT'=0A=
WINDOWID =3D `67108866'=0A=
_ =3D `/bin/cygcheck'=0A=
TZ =3D `EST5EDT4,M4.1.0/2,M10.5.0/2'=0A=
=0A=
HKEY_CURRENT_USER\Software\Cygnus Solutions=0A=
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin=0A=
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2=0A=
(default) =3D `/cygdrive'=0A=
cygdrive flags =3D 0x00000020=0A=
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/=0A=
(default) =3D `d:/root'=0A=
flags =3D 0x00000002=0A=
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/bin=0A=
(default) =3D `d:/cygnus/cygwin-b20/H-i586-cygwin32/bin'=0A=
flags =3D 0x00000002=0A=
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/dload=0A=
(default) =3D `d:/dload/cygwin'=0A=
flags =3D 0x00000002=0A=
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/etc=0A=
(default) =3D `d:/cygnus/cygwin-b20/etc'=0A=
flags =3D 0x00000002=0A=
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts =
v2\/usr/include=0A=
(default) =3D =
`D:/cygnus/cygwin-b20/H-i586-cygwin32/i586-cygwin32/include'=0A=
flags =3D 0x00000000=0A=
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts =
v2\/usr/lib=0A=
(default) =3D `d:/cygnus/cygwin-b20/H-i586-cygwin32/lib'=0A=
flags =3D 0x00000002=0A=
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts =
v2\/usr/share=0A=
(default) =3D `d:/cygnus/cygwin-b20/share'=0A=
flags =3D 0x00000002=0A=
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup=0A=
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0=0A=
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts=0A=
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\00=0A=
(default) =3D `d:\cygnus\cygwin-b20\etc'=0A=
unix =3D `/etc'=0A=
fbinary =3D 0x00000001=0A=
fsilent =3D 0x00000000=0A=
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\01=0A=
(default) =3D `d:\dload\cygwin'=0A=
unix =3D `/dload'=0A=
fbinary =3D 0x00000001=0A=
fsilent =3D 0x00000000=0A=
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\02=0A=
(default) =3D `d:\cygnus\cygwin-b20\H-i586-cygwin32\bin'=0A=
unix =3D `/bin'=0A=
fbinary =3D 0x00000001=0A=
fsilent =3D 0x00000000=0A=
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\03=0A=
(default) =3D `d:\root'=0A=
unix =3D `/'=0A=
fbinary =3D 0x00000001=0A=
fsilent =3D 0x00000000=0A=
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Men=
uOrder\Start Menu\&Programs\Cygnus Solutions=0A=
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Men=
uOrder\Start Menu\&Programs\Cygnus Solutions\Menu=0A=
(default) =3D (unsupported type)=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin B20=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin B20\B20.1=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\00=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\01=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\02=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\03=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\04=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\05=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\06=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\07=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\08=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\09=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\0A=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\0B=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\0C=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\0D=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\0E=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\0F=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\10=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\11=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\12=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\13=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\14=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\15=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\16=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\17=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\18=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\19=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\1A=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\1B=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\1C=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL =
setup\b15.0\mounts\1D=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\GNUPro=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\GNUPro\i586-cygwin32=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus =
Solutions\GNUPro\i586-cygwin32\i586-cygwin32=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus =
Solutions\GNUPro\i586-cygwin32\i586-cygwin32\cygwin-B20.1=0A=
(default) =3D `d:\cygnus\cygwin-b20'=0A=
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\C=
ygnus Cygwin B20=0A=
(default) =3D `C:\WINNT\IsUninst.exe =
-fd:\cygnus\cygwin-b20\Uninst.isu'=0A=
DisplayName =3D `Cygwin B20'=0A=
=0A=
a: fd N/A N/A =0A=
c: hd NTFS 9538Mb 78% CP CS UN PA FC =0A=
d: hd NTFS 8675Mb 35% CP CS UN PA FC =0A=
e: cd N/A N/A =0A=
f: cd N/A N/A =0A=
g: net NTFS 2070Mb 42% CP CS UN PA FC =0A=
h: net N/A N/A =0A=
i: net N/A N/A =0A=
p: net NTFS 10231Mb 7% CP CS UN PA FC =0A=
x: net NTFS 2000Mb 49% CP CS UN PA FC =0A=
=0A=
D:\cygnus\cygwin-b20\H-i586-cygwin32\i586-cygwin32\include =
/usr/include user textmode=0A=
d:\cygnus\cygwin-b20\H-i586-cygwin32\bin /bin user binmode=0A=
d:\cygnus\cygwin-b20\H-i586-cygwin32\lib /usr/lib user binmode=0A=
d:\cygnus\cygwin-b20\share /usr/share user binmode=0A=
d:\cygnus\cygwin-b20\etc /etc user binmode=0A=
d:\dload\cygwin /dload user binmode=0A=
d:\root / user binmode=0A=
=0A=
Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\bash.exe=0A=
Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\cat.exe=0A=
Found: c:\Program Files\Mercury Interactive\LoadRunner\bin\cpp.exe=0A=
Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\find.exe=0A=
Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\gcc.exe=0A=
Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\gdb.exe=0A=
Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\ld.exe=0A=
Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\ls.exe=0A=
Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\make.exe=0A=
Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\sh.exe=0A=
=0A=
371k 1998/12/01 d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\cygtcl80.dll =
- os=3D4.0 img=3D1.0 sys=3D4.0=0A=
"cygtcl80.dll" v0.0 ts=3D1998/12/1 3:25=0A=
5k 1998/12/01 =
d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\cygtclpip80.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0=0A=
10k 1998/12/01 =
d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\cygtclreg80.dll - os=3D4.0 =
img=3D1.0 sys=3D4.0=0A=
"cygtclreg80.dll" v0.0 ts=3D1998/12/1 3:25=0A=
600k 1998/12/01 d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\cygtk80.dll =
- os=3D4.0 img=3D1.0 sys=3D4.0=0A=
"cygtk80.dll" v0.0 ts=3D1998/12/1 3:28=0A=
532k 1999/10/28 d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\cygwin1.dll =
- os=3D4.0 img=3D1.0 sys=3D4.0=0A=
"cygwin1.dll" v0.0 ts=3D1999/10/28 0:23=0A=
378k 1999/02/03 d:\root\usr\bin\cygtcl80.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0=0A=
"cygtcl80.dll" v0.0 ts=3D1998/11/26 3:18=0A=
5k 1999/02/03 d:\root\usr\bin\cygtclpip80.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0=0A=
10k 1999/02/03 d:\root\usr\bin\cygtclreg80.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0=0A=
"cygtclreg80.dll" v0.0 ts=3D1999/1/23 5:17=0A=
609k 1999/02/03 d:\root\usr\bin\cygtk80.dll - os=3D4.0 img=3D1.0 =
sys=3D4.0=0A=
"cygtk80.dll" v0.0 ts=3D1998/12/19 20:15=0A=
Use -h to see help about each section=0A=
------_=_NextPart_000_01BF2258.530245AC
Content-Type: text/plain; charset=us-ascii
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
------_=_NextPart_000_01BF2258.530245AC--
- Raw text -