public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* 'new' broken in 2-95.2
@ 1999-12-15 12:59 Norman Vine
  1999-12-15 17:00 ` Mumit Khan
  1999-12-31 13:28 ` Norman Vine
  0 siblings, 2 replies; 12+ messages in thread
From: Norman Vine @ 1999-12-15 12:59 UTC (permalink / raw)
  To: cygwin

The last couple of times I have installed cygnus
with gcc-2.95.2 I have gotten this troubling
error

/c/CYGNUS/CYGWIN~1/H-I586~1/BIN/../lib/gcc-lib/i586-cygwin32/2.95.2/include/new.
h:6: new: Permission denied

It is easily solved ( hacked ) by changing
c:\cygnus\cygwin-b20\H-i586-cygwin32\lib\gcc-lib\i586-cygwin32\2.95.2\include\new.h
line 6
//#include <new>
#include "new"

but I am wondering what else is broken that I am not
seeing ??

This is with a fresh install of
b20.1 full.exe
cygwin-inst-19991201.tar.gz
cygwin1-19991205.dll.gz
binutils-2.9.4-cygb20.tar.gz
gcc-2.95.2-cygb20.tar.gz
gcc-2.95.2-dev-ss.tar.gz
in that order

Cheers

Norman Vine


__________________________________________________
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one place.
Yahoo! Shopping: http://shopping.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: 'new' broken in 2-95.2
  1999-12-15 12:59 'new' broken in 2-95.2 Norman Vine
@ 1999-12-15 17:00 ` Mumit Khan
  1999-12-15 19:13   ` Chris Faylor
  1999-12-31 13:28   ` 'new' broken in 2-95.2 Mumit Khan
  1999-12-31 13:28 ` Norman Vine
  1 sibling, 2 replies; 12+ messages in thread
From: Mumit Khan @ 1999-12-15 17:00 UTC (permalink / raw)
  To: Norman Vine; +Cc: cygwin

On Wed, 15 Dec 1999, Norman Vine wrote:

> The last couple of times I have installed cygnus
> with gcc-2.95.2 I have gotten this troubling
> error
> 
> /c/CYGNUS/CYGWIN~1/H-I586~1/BIN/../lib/gcc-lib/i586-cygwin32/2.95.2/include/new.
> h:6: new: Permission denied
> 
> It is easily solved ( hacked ) by changing
> c:\cygnus\cygwin-b20\H-i586-cygwin32\lib\gcc-lib\i586-cygwin32\2.95.2\include\new.h
> line 6
> //#include <new>
> #include "new"
> 
> but I am wondering what else is broken that I am not
> seeing ??
> 
> This is with a fresh install of
> b20.1 full.exe
> cygwin-inst-19991201.tar.gz
> cygwin1-19991205.dll.gz
> binutils-2.9.4-cygb20.tar.gz
> gcc-2.95.2-cygb20.tar.gz
> gcc-2.95.2-dev-ss.tar.gz
> in that order

The dev snapshots are for developers, and unless you're willing to
switch back and forth and find a stable one, you're on your own.
This is the usual caveat on using the nightly snapshots, which come
without *any* guarantee that it will even run!

Using terms like "gcc 2.95.2 is broken" in this case is not just unfair, 
it's grossly incorrect. 

Regards,
Mumit



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: 'new' broken in 2-95.2
  1999-12-15 17:00 ` Mumit Khan
@ 1999-12-15 19:13   ` Chris Faylor
  1999-12-31 13:28     ` Chris Faylor
                       ` (2 more replies)
  1999-12-31 13:28   ` 'new' broken in 2-95.2 Mumit Khan
  1 sibling, 3 replies; 12+ messages in thread
From: Chris Faylor @ 1999-12-15 19:13 UTC (permalink / raw)
  To: Mumit Khan; +Cc: Norman Vine, cygwin

On Wed, Dec 15, 1999 at 06:59:56PM -0600, Mumit Khan wrote:
>On Wed, 15 Dec 1999, Norman Vine wrote:
>> The last couple of times I have installed cygnus
>> with gcc-2.95.2 I have gotten this troubling
>> error
>> 
>> /c/CYGNUS/CYGWIN~1/H-I586~1/BIN/../lib/gcc-lib/i586-cygwin32/2.95.2/include/new.
>> h:6: new: Permission denied
>> 
>> It is easily solved ( hacked ) by changing
>> c:\cygnus\cygwin-b20\H-i586-cygwin32\lib\gcc-lib\i586-cygwin32\2.95.2\include\new.h
>> line 6
>> //#include <new>
>> #include "new"
>> 
>> but I am wondering what else is broken that I am not
>> seeing ??
>> 
>> This is with a fresh install of
>> b20.1 full.exe
>> cygwin-inst-19991201.tar.gz
>> cygwin1-19991205.dll.gz
>> binutils-2.9.4-cygb20.tar.gz
>> gcc-2.95.2-cygb20.tar.gz
>> gcc-2.95.2-dev-ss.tar.gz
>> in that order
>
>The dev snapshots are for developers, and unless you're willing to
>switch back and forth and find a stable one, you're on your own.
>This is the usual caveat on using the nightly snapshots, which come
>without *any* guarantee that it will even run!

This is true, of course, but I'm not aware of any changes in the
snapshots which will cause a file to erroneously report "Permission
denied".

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: 'new' broken in 2-95.2
  1999-12-15 17:00 ` Mumit Khan
  1999-12-15 19:13   ` Chris Faylor
@ 1999-12-31 13:28   ` Mumit Khan
  1 sibling, 0 replies; 12+ messages in thread
From: Mumit Khan @ 1999-12-31 13:28 UTC (permalink / raw)
  To: Norman Vine; +Cc: cygwin

On Wed, 15 Dec 1999, Norman Vine wrote:

> The last couple of times I have installed cygnus
> with gcc-2.95.2 I have gotten this troubling
> error
> 
> /c/CYGNUS/CYGWIN~1/H-I586~1/BIN/../lib/gcc-lib/i586-cygwin32/2.95.2/include/new.
> h:6: new: Permission denied
> 
> It is easily solved ( hacked ) by changing
> c:\cygnus\cygwin-b20\H-i586-cygwin32\lib\gcc-lib\i586-cygwin32\2.95.2\include\new.h
> line 6
> //#include <new>
> #include "new"
> 
> but I am wondering what else is broken that I am not
> seeing ??
> 
> This is with a fresh install of
> b20.1 full.exe
> cygwin-inst-19991201.tar.gz
> cygwin1-19991205.dll.gz
> binutils-2.9.4-cygb20.tar.gz
> gcc-2.95.2-cygb20.tar.gz
> gcc-2.95.2-dev-ss.tar.gz
> in that order

The dev snapshots are for developers, and unless you're willing to
switch back and forth and find a stable one, you're on your own.
This is the usual caveat on using the nightly snapshots, which come
without *any* guarantee that it will even run!

Using terms like "gcc 2.95.2 is broken" in this case is not just unfair, 
it's grossly incorrect. 

Regards,
Mumit



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: 'new' broken in 2-95.2
  1999-12-15 19:13   ` Chris Faylor
@ 1999-12-31 13:28     ` Chris Faylor
  2000-01-17 22:27     ` Problems installing latest Cygwin stuff? Kendall Bennett
  2000-01-17 23:03     ` ls: pagefile.sys: No such file or directory? Kendall Bennett
  2 siblings, 0 replies; 12+ messages in thread
From: Chris Faylor @ 1999-12-31 13:28 UTC (permalink / raw)
  To: Mumit Khan; +Cc: Norman Vine, cygwin

On Wed, Dec 15, 1999 at 06:59:56PM -0600, Mumit Khan wrote:
>On Wed, 15 Dec 1999, Norman Vine wrote:
>> The last couple of times I have installed cygnus
>> with gcc-2.95.2 I have gotten this troubling
>> error
>> 
>> /c/CYGNUS/CYGWIN~1/H-I586~1/BIN/../lib/gcc-lib/i586-cygwin32/2.95.2/include/new.
>> h:6: new: Permission denied
>> 
>> It is easily solved ( hacked ) by changing
>> c:\cygnus\cygwin-b20\H-i586-cygwin32\lib\gcc-lib\i586-cygwin32\2.95.2\include\new.h
>> line 6
>> //#include <new>
>> #include "new"
>> 
>> but I am wondering what else is broken that I am not
>> seeing ??
>> 
>> This is with a fresh install of
>> b20.1 full.exe
>> cygwin-inst-19991201.tar.gz
>> cygwin1-19991205.dll.gz
>> binutils-2.9.4-cygb20.tar.gz
>> gcc-2.95.2-cygb20.tar.gz
>> gcc-2.95.2-dev-ss.tar.gz
>> in that order
>
>The dev snapshots are for developers, and unless you're willing to
>switch back and forth and find a stable one, you're on your own.
>This is the usual caveat on using the nightly snapshots, which come
>without *any* guarantee that it will even run!

This is true, of course, but I'm not aware of any changes in the
snapshots which will cause a file to erroneously report "Permission
denied".

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* 'new' broken in 2-95.2
  1999-12-15 12:59 'new' broken in 2-95.2 Norman Vine
  1999-12-15 17:00 ` Mumit Khan
@ 1999-12-31 13:28 ` Norman Vine
  1 sibling, 0 replies; 12+ messages in thread
From: Norman Vine @ 1999-12-31 13:28 UTC (permalink / raw)
  To: cygwin

The last couple of times I have installed cygnus
with gcc-2.95.2 I have gotten this troubling
error

/c/CYGNUS/CYGWIN~1/H-I586~1/BIN/../lib/gcc-lib/i586-cygwin32/2.95.2/include/new.
h:6: new: Permission denied

It is easily solved ( hacked ) by changing
c:\cygnus\cygwin-b20\H-i586-cygwin32\lib\gcc-lib\i586-cygwin32\2.95.2\include\new.h
line 6
//#include <new>
#include "new"

but I am wondering what else is broken that I am not
seeing ??

This is with a fresh install of
b20.1 full.exe
cygwin-inst-19991201.tar.gz
cygwin1-19991205.dll.gz
binutils-2.9.4-cygb20.tar.gz
gcc-2.95.2-cygb20.tar.gz
gcc-2.95.2-dev-ss.tar.gz
in that order

Cheers

Norman Vine


__________________________________________________
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one place.
Yahoo! Shopping: http://shopping.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Problems installing latest Cygwin stuff?
  1999-12-15 19:13   ` Chris Faylor
  1999-12-31 13:28     ` Chris Faylor
@ 2000-01-17 22:27     ` Kendall Bennett
  2000-01-18 20:14       ` Chris Faylor
  2000-01-17 23:03     ` ls: pagefile.sys: No such file or directory? Kendall Bennett
  2 siblings, 1 reply; 12+ messages in thread
From: Kendall Bennett @ 2000-01-17 22:27 UTC (permalink / raw)
  To: cygwin

Hi Guys,

I am trying to get Cygwin B20.1 installed and updated to the latest 
snapshot release, but am running into problems. I have been following 
the directions on:

 http://www.woodsoup.org/projs/ORKiD/cygwin.htm

but ran into a problem after I installed the latest snapshot release 
and then tried to upgrade to the latest GCC compilers. After 
installing the snapshot, this is what I get:

//c/c/cygwin/cygwin-b20>uname -a
CYGWIN_NT-5.0 KENDALLB 1.1.0(0.16/3/2) 2000-01-14 00:30:05 i686 
unknown

So it looks to be installed OK. However when I try to run tar to 
extract the GCC files, nothing happens except the disk whirs for a 
bit and I am left with a tar.exe.stackdump file on my disk. Hence it 
appears that tar.exe has crashed for some reason:

//c/c/cygwin/cygwin-b20>tar -zxvf binutils-2.9.4-cygb20.tar.gz
//c/c/cygwin/cygwin-b20>

Note that I am running the Windows 2000 RTM release, so perhaps it is 
something Windows 2000 specific? The following is the contents of the 
tar.exe.stackdump file:

Exception: STATUS_ACCESS_VIOLATION at eip=0041732D
eax=433D5345 ebx=00000080 ecx=0A0446A0 edx=00000005 esi=0A040000 
edi=0A0440A0
ebp=0242FD28 esp=0242FCFC program=c:\c\cygwin\CYGWIN~1\H-
I586~1\bin\tar.exe
cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023
Stack trace:
Frame     Function  Args
0242FD28  0041732D  (0A0446A0, 0242FD54, 61021AE7, 0A0446A0)
0242FD34  004173EA  (0A0446A0, 6107B898, 00000001, 6104ADAC)
0242FD54  61021AE7  (0A0446A0, 00000001, 00000002, 61076AA4)
0242FD84  6100E34E  (0A045E00, 00000003, 0040187F, 6101DD57)
0242FDA4  610764C9  (0A045E00, 00000003, 0242FDE4, 6100E81F)
0242FDD4  6101E14D  (610818E8, 00000003, 0242FE14, 61042363)
0242FE14  61042373  (00000003, 00000000, 6102E37E, 61067ACE)
0242FE34  61067ACE  (00000003, 00000000, 0242FE58, 00401800)
0242FE44  004015B5  (00000003, 0242FE90, 0242FF17, 0242FE98)
0242FE58  00401800  (00000003, 00000000, 00402371, 00000000)
0242FE98  004027B6  (0A047000, 00000003, 00000000, 00410840)
0242FEBC  00403605  (00000000, 0A047000, 00000003, 00000000)
0242FED4  0040D69C  (0040AD78, 0242FF0C, 0A047000, 0242FF64)
0242FEE8  00415F86  (00000003, 0A047000, 0A043000, 00000000)
0242FF64  610024AB  (7FFDF000, 021A000E, 00000114, 00000000)
0242FF94  61002775  (00422EE0, 00415E08, 0242FFC0, 0040103A)
End of stack trace (more stack frames may be present)

BTW, is there some easy way to change the default dimensions and font 
of the window used by bash to something else (I like 80x50 for my 
console)? The cygwin.bat file has no options for this under it's 
properties section (perhaps I need to create a PIF file?).

Regards,

+---------------------------------------------------------------+
|   SciTech Software - Building Truly Plug'n'Play Software!     |
+---------------------------------------------------------------+
| Kendall Bennett          | Email: KendallB@scitechsoft.com    |
| Director of Engineering  | Phone: (530) 894 8400              |
| SciTech Software, Inc.   | Fax  : (530) 894 9069              |
| 505 Wall Street          | ftp  : ftp.scitechsoft.com         |
| Chico, CA 95928, USA     | www  : http://www.scitechsoft.com  |
+---------------------------------------------------------------+


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* ls: pagefile.sys: No such file or directory?
  1999-12-15 19:13   ` Chris Faylor
  1999-12-31 13:28     ` Chris Faylor
  2000-01-17 22:27     ` Problems installing latest Cygwin stuff? Kendall Bennett
@ 2000-01-17 23:03     ` Kendall Bennett
  2000-01-18 15:20       ` Michael Hirmke
  2 siblings, 1 reply; 12+ messages in thread
From: Kendall Bennett @ 2000-01-17 23:03 UTC (permalink / raw)
  To: cygwin

Hi Guys,

With a virgin B20.1 install (since the snapshot does not work for 
me!) I managed to get everything installed and updated to the latest 
GCC 2.95.2 and bin utils. However I am seeing a strange error message 
from ls:

//c>ls
ls: pagefile.sys: No such file or directory
4nt                        arcsetup.exe
ADOBEAPP                   bin
AUTOEXEC.BAT               boot.ini
Acrobat3                   builds
CONFIG.SYS                 c
Documents and Settings     comm
IO.SYS                     cvs
MSDOS.SYS                  directgl
My Download Files          gldirect
NTDETECT.COM               ntldr
PMAIL                      private
Program Files              release
RECYCLER                   scitech
System Volume Information  temp
WINNT                      unix
arcldr.exe                 vi.his
//c>

Note that this only occurs if I am at the root of my c: drive as 
above. If I cd to a directory, the problem is not present.

Regards,

+---------------------------------------------------------------+
|   SciTech Software - Building Truly Plug'n'Play Software!     |
+---------------------------------------------------------------+
| Kendall Bennett          | Email: KendallB@scitechsoft.com    |
| Director of Engineering  | Phone: (530) 894 8400              |
| SciTech Software, Inc.   | Fax  : (530) 894 9069              |
| 505 Wall Street          | ftp  : ftp.scitechsoft.com         |
| Chico, CA 95928, USA     | www  : http://www.scitechsoft.com  |
+---------------------------------------------------------------+


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: ls: pagefile.sys: No such file or directory?
  2000-01-17 23:03     ` ls: pagefile.sys: No such file or directory? Kendall Bennett
@ 2000-01-18 15:20       ` Michael Hirmke
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Hirmke @ 2000-01-18 15:20 UTC (permalink / raw)
  To: cygwin

Hi Kendall,

>Hi Guys,
>
>With a virgin B20.1 install (since the snapshot does not work for
>me!) I managed to get everything installed and updated to the latest
>GCC 2.95.2 and bin utils. However I am seeing a strange error message
>from ls:

//c>>ls
>ls: pagefile.sys: No such file or directory

Nothing to worry about.
ls tries to stat pagefile.sys and the system call fails, because your
pagefile.sys is opened exclusive by the OS.

[...]
>Note that this only occurs if I am at the root of my c: drive as
>above. If I cd to a directory, the problem is not present.

Of course - you don't have a pagefile there :)

>
>Regards,

Bye.
Michael.
-- 
Michael Hirmke           | Telefon +49 (911) 557999
Georg-Strobel-Strasse 81 | FAX     +49 (911) 557664
90489 Nuernberg          | E-Mail  mailto:mh@mike.franken.de
                         | WWW     http://aquarius.franken.de/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: Problems installing latest Cygwin stuff?
  2000-01-17 22:27     ` Problems installing latest Cygwin stuff? Kendall Bennett
@ 2000-01-18 20:14       ` Chris Faylor
  2000-01-18 23:15         ` Daniel Probst
  0 siblings, 1 reply; 12+ messages in thread
From: Chris Faylor @ 2000-01-18 20:14 UTC (permalink / raw)
  To: Kendall Bennett; +Cc: cygwin

On Mon, Jan 17, 2000 at 10:26:46PM -0800, Kendall Bennett wrote:
>//c/c/cygwin/cygwin-b20>tar -zxvf binutils-2.9.4-cygb20.tar.gz
>//c/c/cygwin/cygwin-b20>
>
>Note that I am running the Windows 2000 RTM release, so perhaps it is 
>something Windows 2000 specific? The following is the contents of the 
>tar.exe.stackdump file:
>
>Exception: STATUS_ACCESS_VIOLATION at eip=0041732D
>eax=433D5345 ebx=00000080 ecx=0A0446A0 edx=00000005 esi=0A040000 
>edi=0A0440A0
>ebp=0242FD28 esp=0242FCFC program=c:\c\cygwin\CYGWIN~1\H-
>I586~1\bin\tar.exe
>cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023
>Stack trace:
>Frame     Function  Args
>0242FD28  0041732D  (0A0446A0, 0242FD54, 61021AE7, 0A0446A0)
>[snip]
>End of stack trace (more stack frames may be present)

I'm not aware of any problems like this with tar in any release.
It would be odd if it were W2K related but you never know.

If you can believe the stack dump, it is tar itself that is crashing,
not cygwin.  One thing to try is to extract this in a "mounted"
directory.

>BTW, is there some easy way to change the default dimensions and font 
>of the window used by bash to something else (I like 80x50 for my 
>console)? The cygwin.bat file has no options for this under it's 
>properties section (perhaps I need to create a PIF file?).

Yuo can use the standard Windows way of doing things can't you?
Click on the tiny icon in the upper left corner of the Windows
and then click on Properties.  On WNT 4, at least, there is
a way to change the dimensions.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: Problems installing latest Cygwin stuff?
  2000-01-18 20:14       ` Chris Faylor
@ 2000-01-18 23:15         ` Daniel Probst
  0 siblings, 0 replies; 12+ messages in thread
From: Daniel Probst @ 2000-01-18 23:15 UTC (permalink / raw)
  To: cygwin

I had tar crash on me too with the latest Jan dll on Win95.
The problem went away when I moved back to a dll from the previous
millenium.
Alas I did not have time to track the problem further.

-dan
---------------------------------
dprobst@pool.uni-mannheim.de
Dr. Daniel Probst
Economic Theory
Mannheim University
Germany
----- Original Message -----
From: Chris Faylor <cgf@cygnus.com>
To: Kendall Bennett <KendallB@scitechsoft.com>
Cc: <cygwin@sourceware.cygnus.com>
Sent: Wednesday, January 19, 2000 5:19 AM
Subject: Re: Problems installing latest Cygwin stuff?


> On Mon, Jan 17, 2000 at 10:26:46PM -0800, Kendall Bennett wrote:
> >//c/c/cygwin/cygwin-b20>tar -zxvf binutils-2.9.4-cygb20.tar.gz
> >//c/c/cygwin/cygwin-b20>
> >
> >Note that I am running the Windows 2000 RTM release, so perhaps it is
> >something Windows 2000 specific? The following is the contents of the
> >tar.exe.stackdump file:
> >
> >Exception: STATUS_ACCESS_VIOLATION at eip=0041732D
> >eax=433D5345 ebx=00000080 ecx=0A0446A0 edx=00000005 esi=0A040000
> >edi=0A0440A0
> >ebp=0242FD28 esp=0242FCFC program=c:\c\cygwin\CYGWIN~1\H-
> >I586~1\bin\tar.exe
> >cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023
> >Stack trace:
> >Frame     Function  Args
> >0242FD28  0041732D  (0A0446A0, 0242FD54, 61021AE7, 0A0446A0)
> >[snip]
> >End of stack trace (more stack frames may be present)
>
> I'm not aware of any problems like this with tar in any release.
> It would be odd if it were W2K related but you never know.
>
> If you can believe the stack dump, it is tar itself that is crashing,
> not cygwin.  One thing to try is to extract this in a "mounted"
> directory.
>
> >BTW, is there some easy way to change the default dimensions and font
> >of the window used by bash to something else (I like 80x50 for my
> >console)? The cygwin.bat file has no options for this under it's
> >properties section (perhaps I need to create a PIF file?).
>
> Yuo can use the standard Windows way of doing things can't you?
> Click on the tiny icon in the upper left corner of the Windows
> and then click on Properties.  On WNT 4, at least, there is
> a way to change the dimensions.
>
> cgf
>
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* RE: Problems installing latest Cygwin stuff?
@ 2000-01-19  2:01 Fifer, Eric
  0 siblings, 0 replies; 12+ messages in thread
From: Fifer, Eric @ 2000-01-19  2:01 UTC (permalink / raw)
  To: 'Daniel Probst', cygwin

>I had tar crash on me too with the latest Jan dll on Win95.

I had the same problem (on WinNT and Win98).  I switched to a newer build of
tar--
from Charles Wilson's /usr/local build, http://cygutils.netpedia.net

Eric Fifer

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

end of thread, other threads:[~2000-01-19  2:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-15 12:59 'new' broken in 2-95.2 Norman Vine
1999-12-15 17:00 ` Mumit Khan
1999-12-15 19:13   ` Chris Faylor
1999-12-31 13:28     ` Chris Faylor
2000-01-17 22:27     ` Problems installing latest Cygwin stuff? Kendall Bennett
2000-01-18 20:14       ` Chris Faylor
2000-01-18 23:15         ` Daniel Probst
2000-01-17 23:03     ` ls: pagefile.sys: No such file or directory? Kendall Bennett
2000-01-18 15:20       ` Michael Hirmke
1999-12-31 13:28   ` 'new' broken in 2-95.2 Mumit Khan
1999-12-31 13:28 ` Norman Vine
2000-01-19  2:01 Problems installing latest Cygwin stuff? Fifer, Eric

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).