Unable to install file C:/cygwin/bin/cygrunsrv.exe

2002-02-26 Thread Gerrit Cap
Hello, When I tried to upgrade to cygrunsrv-0.95-1 this morning I got the following error (probably because cygrunsrvis being used to launch inetd). Any pratical solution for this ? Regards, Gerrit >Uninstalling old cygrunsrv^M >unlink C:/cygwin/bin/cygrunsrv.exe^M >unlink C:/cygwin/usr/doc/

Re: setup

2002-02-26 Thread Bjoern Kahl AG Resy
Hallo ! On Tue, 26 Feb 2002, Anthony J. Zepezauer wrote: > Yes, I have looked > in the online Users Guide, the FAQ and the archive for this list. Are you sure, you read and understand the documentation? Any way, > I'm trying to install Cygwin on Win2000. I downloaded the latest setup.exe

Re: Emacs for Cygwin (was: cygwin-mount.el, Using GDB in NTEMACS)

2002-02-26 Thread Jon Cast
You wrote: > I think that we need a CygEmacs - an emacs that will be compiled > with the real Cygwin ported gcc (i.e. without the > -mno-cygwin). I should probably point out that I am (slowly) working on such a port of Emacs. > CygEmacs will have UNIX APIs for I/O (files and > sockets), and M$

[ANNOUNCEMENT] Updated: textutils-2.0.21-1

2002-02-26 Thread Matthew Smith
textutils-2.0.21-1 has been uploaded to the Cygwin net distribution. Changes: Many small bugfixes, and better posix compliance. Please see the Changelog in the sources for more complete information on the changes. --Matt Smith To update your installation, click on the "Install Cygwin now"

Error: init_cygheap""etc_changed: Can't open /etc for checking, Win32 error 50

2002-02-26 Thread Paul McFerrin
Folks: I checked the archives for this error and I've seen several references to this error message starting back in Nov of 2001. However I've seen no explanations, solutions, fixes, nor work arounds. Basically what I have is cynwin DLL 1.3.6 installation on a Win 98SE machine serving as a file

Re: sem_trywait returns EAGAIN (rather than returning -1 and setting errno)

2002-02-26 Thread Andrew T. Schnable
cool - I misunderstood. I will try and work up a patch... Andy - Original Message - From: "Christopher Faylor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 26, 2002 7:33 PM Subject: Re: sem_trywait returns EAGAIN (rather than returning -1 and setting errno) > On

Re: Building gcc-2.8.1 cross compiler.

2002-02-26 Thread Larry Hall (RFK Partners, Inc)
At 07:46 PM 2/26/2002, David Ryan wrote: >>From: "Larry Hall (RFK Partners, Inc)" <[EMAIL PROTECTED]> >>To: "David Ryan" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >>Subject: Re: Building gcc-2.8.1 cross compiler. >>Date: Tue, 26 Feb 2002 19:36:58 -0500 >> >>At 07:19 PM 2/26/2002, David Ryan wrot

Re: Building gcc-2.8.1 cross compiler.

2002-02-26 Thread David Ryan
>From: "Larry Hall (RFK Partners, Inc)" <[EMAIL PROTECTED]> >To: "David Ryan" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: Re: Building gcc-2.8.1 cross compiler. >Date: Tue, 26 Feb 2002 19:36:58 -0500 > >At 07:19 PM 2/26/2002, David Ryan wrote: > >Hi, > > > >I'm attempting to build gcc-2.

Re: Building gcc-2.8.1 cross compiler.

2002-02-26 Thread Larry Hall (RFK Partners, Inc)
At 07:19 PM 2/26/2002, David Ryan wrote: >Hi, > >I'm attempting to build gcc-2.8.1 cross compiler using the following >configuration.. > >./configure --target=mipsel-scei-elfl --prefix=/usr/local/ps2dev/iop --with- >gnu-ld --with-gnu-as > >I have compiled and installed binutils-2.9.1 into /usr/loc

RE: The developer's dilemma

2002-02-26 Thread Karin E. Hacker
"This is because Microsoft introduced the concept of the CLR, or common language runtime. What that means is two of the languages offered by Microsoft, VB.Net and C#, both share the same runtime." - Dose anyone else out there in the GCC universe feel t

Re: Help to link a prog static with libcurl, libssl and libcrypto.

2002-02-26 Thread Larry Hall (RFK Partners, Inc)
At 06:51 PM 2/26/2002, Alexander Lazic wrote: >Hi, > >i want to compile the 'simple.c' staticly but i get many errors. > >Progamm: > >C:\cygwin\usr\src\curl-7.9.3-1\docs\examples\simple.c > >I called gcc as follows: > >gcc -v -o simple simple.c `curl-config --cflags` \ >`curl-config --libs` -mno-c

Re: sem_trywait returns EAGAIN (rather than returning -1 and setting errno)

2002-02-26 Thread Christopher Faylor
On Tue, Feb 26, 2002 at 07:14:35PM -0500, Andrew T. Schnable wrote: >You have a point regarding errno, but unfortunately, this is how the >standard >is written. If it's intentional that cygwin deviate from posix 1.b, I'm fine >with that - I can code accordingly. FYI - I went to the > >The Ope

Net::Telnet needs line of code added for fhopen to work withcygwin-perl and IO::Pty module in MSWin

2002-02-26 Thread Brian . Kelly
Hi Jay, My name is Brian Kelly, and I've been working with your Net::Telnet module for over 4 years. First I'd like to say THANKS It's been a fabulous tool for me - as I'm sure it has for thousands upon thousands of folks around the globe. Lately I've been writing an automation w

Re: Simple Install Question

2002-02-26 Thread Michael A Chase
- Original Message - From: "Sanjay Gupta" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 26, 2002 12:17 Subject: Simple Install Question > I have sucessfully downloaded and installed cygwin software. It works Great. > > Now, I want to install the same software on dif

Building gcc-2.8.1 cross compiler.

2002-02-26 Thread David Ryan
Hi, I'm attempting to build gcc-2.8.1 cross compiler using the following configuration.. ./configure --target=mipsel-scei-elfl --prefix=/usr/local/ps2dev/iop --with- gnu-ld --with-gnu-as I have compiled and installed binutils-2.9.1 into /usr/local/ps2dev/iop before attempting to make gcc. I am

Re: sem_trywait returns EAGAIN (rather than returning -1 and setting errno)

2002-02-26 Thread Andrew T. Schnable
You have a point regarding errno, but unfortunately, this is how the standard is written. If it's intentional that cygwin deviate from posix 1.b, I'm fine with that - I can code accordingly. FYI - I went to the The Open Group Base Specifications Issue 6 technically identical to IEEE Std

Help to link a prog static with libcurl, libssl and libcrypto.

2002-02-26 Thread Alexander Lazic
Hi, i want to compile the 'simple.c' staticly but i get many errors. Progamm: C:\cygwin\usr\src\curl-7.9.3-1\docs\examples\simple.c I called gcc as follows: gcc -v -o simple simple.c `curl-config --cflags` \ `curl-config --libs` -mno-cygwin -s -static > out.put 2>&1 I have attached the out.p

Re: Too many open files

2002-02-26 Thread Larry Hall (RFK Partners, Inc)
At 06:28 PM 2/26/2002, Kirk Erickson wrote: >Hello, > >I love cygwin. I've had no problems at home (running under XP), >but I'm experiencing a problem reported earlier by Benoit Rochefort > >http://sources.redhat.com/ml/cygwin/2002-02/msg00791.html > >under Windows 2000 Professional Ver 5.0 Build

Too many open files

2002-02-26 Thread Kirk Erickson
Hello, I love cygwin. I've had no problems at home (running under XP), but I'm experiencing a problem reported earlier by Benoit Rochefort http://sources.redhat.com/ml/cygwin/2002-02/msg00791.html under Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 2. I can reproduce by doing a

Re: wget-1.8-1

2002-02-26 Thread Steve Kelem
I installed the latest from cygwin on my Windows 2000 system, including wget 1.8.1-1. When I try to run wget from tcsh, I get the message: Cannot load VDM IPX/SPX support This program cannot be run in DOS mode. When I try to run wget from bash, I get the message: This program cannot be run in DO

Re: debugging problem

2002-02-26 Thread Larry Hall (RFK Partners, Inc)
At 05:43 AM 2/26/2002, Chris January wrote: >I have a bug that shows up when I run commands normally from bash, but >doesn't show up when they are run with strace (because it only shows up on >direct children of the initial bash process). How can I debug this? It looks like gdb is your best answ

RE: Excessive packages installed by default

2002-02-26 Thread rotaiv
At 02/26/2002 05:11 PM, Robert Collins wrote: > > -Original Message- > > From: rotaiv [mailto:[EMAIL PROTECTED]] > >I've you've got Misc packages showing up, then you don't have a setup.ini >file, or have manually editied it. Misc packages are automatically >installed unless you desele

RPM, MSI installer questions

2002-02-26 Thread Tristan Juricek
I'm wondering if anybody can answer either of the following questions: 1. Is there an port of RPM for Cygwin active? 2. Has anyone else ever developed and MSI-based Cygwin installer? I'm currently building and MSI installer for our internal use for the patching, upgrading, and removal capabilit

Re: sem_trywait returns EAGAIN (rather than returning -1 and setting errno)

2002-02-26 Thread Christopher Faylor
On Wed, Feb 27, 2002 at 09:08:54AM +1100, Robert Collins wrote: > > >> -Original Message- >> From: Christopher Faylor [mailto:[EMAIL PROTECTED]] > >> On Tue, Feb 26, 2002 at 08:37:35PM +1100, Robert Collins wrote: >> >The problem should _not_ be endemic in the pthreads code, as >> I rewr

RE: bash, background java VMs and ctrl-C

2002-02-26 Thread Jeff Meredith
That does the trick! Life is sweet (again). Thank you very much. Jeff meredith [EMAIL PROTECTED] -Original Message- From: Brian P Kasper [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 2:10 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: bash, background java V

RE: Excessive packages installed by default

2002-02-26 Thread Robert Collins
> -Original Message- > From: rotaiv [mailto:[EMAIL PROTECTED]] I've you've got Misc packages showing up, then you don't have a setup.ini file, or have manually editied it. Misc packages are automatically installed unless you deselect them. Rob -- Unsubscribe info: http://cygwi

Re: bash, background java VMs and ctrl-C

2002-02-26 Thread Brian P Kasper
Jeff -- Check the value of the CYGWIN environment variable for you and your coworker who isn't having the problem. Does your coworker have 'tty' in the variable? Do you not have it? I had a problem with ^C killing ssh sessions over which I was tunnelling X Windows packets. I was able to work a

RE: sem_trywait returns EAGAIN (rather than returning -1 and setting errno)

2002-02-26 Thread Robert Collins
> -Original Message- > From: Christopher Faylor [mailto:[EMAIL PROTECTED]] > On Tue, Feb 26, 2002 at 08:37:35PM +1100, Robert Collins wrote: > >The problem should _not_ be endemic in the pthreads code, as > I rewrote > >nearly all the pthread* functions from the P1003.1 draft spec. >

bash, background java VMs and ctrl-C

2002-02-26 Thread Jeff Meredith
I have a difficult time with the following bash (or maybe cygwin.dll) behavior: bash-2.05a$> java com.edgility..ClassName & bash-2.05a$> tail -f mylogfile ... ctrl-C as soon as I hit ctrl-C the java VM exits. In the bash reference manual it talks about background

Where can I get cygwin 1.1.8 full distribution...

2002-02-26 Thread Pinard, Jeffrey (CM Toolsmith)
My company is using the cygwin 1.1.8 distribution and I didn't save the 1.1.8 distribution, plus I had never downloaded the source for all the tools. I was wondering if there still existed a mirror site or cygnus site that had a full distribution, including sources, for 1.1.8. BTW - No we aren't

Simple Install Question

2002-02-26 Thread Sanjay Gupta
I have sucessfully downloaded and installed cygwin software. It works Great. Now, I want to install the same software on different machine. So my question is, will simple file/directory copy will work ? Do, I need to change any files etc for path setting or any other settings. I just want to avoi

MSVC++ compatible import library - HOW?

2002-02-26 Thread Victor Porton
Hello; I already asked this question but my e-mail does not appears to appear in the list :-( Is it possible to create an import library compatible with MSVC++ without MSVC++? (1. To not buy its license; 2. To not workaround its bugs.) Microsoft's linker says something about multiple .text sec

Re: Fonts and rxvt

2002-02-26 Thread Charles Wilson
Please don't send me personal email related to cygwin. Keep it on the list. Mark Sheppard wrote: > That's something I've been wondering about so I'm glad this came > up. Unfortunately it doesn't work for me. I installed that font > (which is definitely working as it's a different size to the

less: not found error

2002-02-26 Thread Rashmi Mathew
Hello, We are using version cygwin-1.3.6 We ran into the fllowing error. Copy of first part of setup.log: 2002/02/05 15:10:15 Starting cygwin install, version 2.125.2.10 Current Directory: C:\WINNT 2002/02/05 15:10:15 Command line parameters 2002/02/05 15:10:15 0

Re: ipc.h msg.h lock.h

2002-02-26 Thread Charles Wilson
http://www.google.com/search?hl=en&q=cygipc+site%3Acygwin.com&btnG=Google+Search --Chuck Tandon, Abhinav wrote: > Hi, > I'm looking to compile a program that needs ipc.h,msg.h,lock.h, > but I still can't find them. > I read some emails in the mailing list, but I didn't find anything > useful.

Re: Problems accessing network drive using rsh

2002-02-26 Thread Andrew Chang
I forgot the state that I am running a) cygwin1.3.9 b) inet-utils 1.3.2-16 On Tuesday 26 February 2002 10:11 am, Andrew Chang wrote: > I like to confirm that I am seeing the same problem > The problem is easy to reproduce > 1) login on a linux box > 2) rsh into a w2k box, like so > rsh w2k

Re: Problems accessing network drive using rsh

2002-02-26 Thread Andrew Chang
I like to confirm that I am seeing the same problem The problem is easy to reproduce 1) login on a linux box 2) rsh into a w2k box, like so rsh w2k_box cd c:/* this works, becuase c: is local drive */ rsh w2k_box cd z:/* this failed, becuase z: is a network drive */ note that:

Re: Next version of setup.exe

2002-02-26 Thread John A. Turner
Robert Collins wrote: > > We've branched the next version of setup.exe, and created a snapshot for anyone >willing to be our guinea pigs. > > It is accessible via http://www.cygwin.com/setup-snapshots/setup-20020225.exe. > > Please use this, and report any bugs back to us. We know of one with

Re: setup

2002-02-26 Thread Anthony J. Zepezauer
Brian, thanks for asking the pertinent questions, they have solved the problem. I did an Install from Internet the first time; the second, I chose Download from Internet but didn't realize I had to run setup.exe again to complete the install. Once I did that it installed fine, put an icon on my

Re: setup

2002-02-26 Thread Brian Keener
Anthony J. Zepezauer wrote: > What I don't see is a .exe file to start Cygwin! > Try looking for a cygwin.bat file in whatever directory you specified as your root directory. I see your later post now - lets back up - what options did you select when you ran setup - did you ask for Install from

Re: setup -- addendum

2002-02-26 Thread Anthony J. Zepezauer
Thanks for the quick response. Unfortunately it didn't help. That search returned no results, which tends to confirm that I did not get everything installed that I should have. (So I guess it did help a little. ;-) AZ - Original Message - From: "Gabriel DENIS" <[EMAIL PROTECTED]> To:

Re: ls /cygdrive

2002-02-26 Thread Guy Harrison
On Tue, 26 Feb 2002 11:01:19 -, "Chris January" <[EMAIL PROTECTED]> wrote: >Can someone with Cygwin 1.3.10 DLL please check what output you get if you >type the following: >1. Click Cygwin.bat >2. Type cd /cygdrive >3. Type ls Administrator@SD ~ $ cd /cygdrive Administrator@SD /cygdrive $ l

Re: setup -- addendum

2002-02-26 Thread Anthony J. Zepezauer
let me add that *all* I am getting in my C:/Cygwin folder is an empty folder called "etc". - Original Message - From: "Anthony J. Zepezauer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 26, 2002 8:44 AM Subject: setup > Hi, I am a new user with a seriously bonehea

setup

2002-02-26 Thread Anthony J. Zepezauer
Hi, I am a new user with a seriously bonehead problem. Yes, I have looked in the online Users Guide, the FAQ and the archive for this list. I'm trying to install Cygwin on Win2000. I downloaded the latest setup.exe and ran it (twice). The problem is I don't seem to be getting everything I need

Re: Next version of setup.exe

2002-02-26 Thread James Garrison
Works fine on Win2K SP2 w/SP2 Rollup Patch ... except it created a directory called http%3a%2f%2fmirrors.rcn.net%2fpub%2fsourceware%2fcygwin in my download directory and placed the updated packages there instead of directly in the download directory. -- James Garrison

1.3.9: Bash and Telnet / Redirection / Here documents and Redirecting input problem

2002-02-26 Thread Olivier RONGIER
Hello, I've got a problem with redirection in Cygwin. Here is a script that doesn't work under bash or ash : Begin telnet mail 25 << EOT MAIL FROM: RCPT TO: DATA Subject: Test sending mail with telnet Just a test Olivier . quit EOT End It's ok when I write this directly on a shel

Bash and Telnet / Redirection / Here documents and Redirecting input problem

2002-02-26 Thread Olivier RONGIER
Hello, I've got a problem with redirection in Cygwin. Here is a script that doesn't work under bash or ash : Begin telnet mail 25 << EOT MAIL FROM: RCPT TO: DATA Subject: Test sending mail with telnet Just a test Olivier . quit EOT End It's ok when I write this directly on a shel

Re: sem_trywait returns EAGAIN (rather than returning -1 and setting errno)

2002-02-26 Thread Christopher Faylor
On Tue, Feb 26, 2002 at 08:37:35PM +1100, Robert Collins wrote: >The problem should _not_ be endemic in the pthreads code, as I rewrote >nearly all the pthread* functions from the P1003.1 draft spec. % grep 'return E' thread.cc return ETIMEDOUT; return EAGAIN; return EFAULT; ret

Re: Emacs for Cygwin

2002-02-26 Thread Thomas L Roche
"Ehud Karni" <[EMAIL PROTECTED]> Tue, 26 Feb 2002 12:06:42 > I think that we need a CygEmacs - an emacs that will be compiled > with the real Cygwin ported gcc (i.e. without the -mno-cygwin). Do you mean a GNU Emacs? There's the XEmacs for Cygwin http://www.xemacs.org/Download/win32/ > You may i

Re: tar -f behaviour

2002-02-26 Thread Julien Gilles
"Eugene Rosenzweig" <[EMAIL PROTECTED]> writes: > Looking at tar I noticed a small oddity in its behaviour, as compared to > what I would have thought was 'normal' > When dealing with files, using dash before options, the 'f' option has to be > the last one in the option string, e.g. > > In concl

Re: tar -f behaviour

2002-02-26 Thread Hack Kampbjørn
Eugene Rosenzweig wrote: > > Looking at tar I noticed a small oddity in its behaviour, as compared to > what I would have thought was 'normal' > When dealing with files, using dash before options, the 'f' option has to be > the last one in the option string, e.g. > tar -tfz tarball.tar.gz You mea

rxvt + login = ^C out.

2002-02-26 Thread Julien Gilles
Hi, in rxvt, I use 'login' to change the current user. (not yet 'su' in cygwin ?) Everything is fine, just the ^C (and ^Z) does not work anymore ; other ^A, ^E, ^D, etc are ok. I looked at stty, same thing as in a working rxvt. If I use the classical cygwin terminal, no problem. If I launch ano

tar -f behaviour

2002-02-26 Thread Eugene Rosenzweig
Looking at tar I noticed a small oddity in its behaviour, as compared to what I would have thought was 'normal' When dealing with files, using dash before options, the 'f' option has to be the last one in the option string, e.g. tar -tfz tarball.tar.gz works while tar -ftz tarball.tar.gz doesn't r

RE: CYGWIN : Scheduling

2002-02-26 Thread Robert Collins
Please keep replies on list. And pthread_cond_signal is implemented. Rob > -Original Message- > From: Herve Bailly [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 27, 2002 1:02 AM > To: Robert Collins > Subject: Re: CYGWIN : Scheduling > > > > > Robert Collins a écrit : > >

inetd broken with cygwin.dll 1.3.9

2002-02-26 Thread Rafael Botejara Cepeda
Hello: I have an installation with cygwin1.3.3 and telnetd (inetd) running ok. But when I have updated to cygwin1.3.9, telnetd does not prompt for login It says: Connection closed by foreign host. Downgrading to cygwin 1.3.3 or 1.3.6 works!!! What happend with it??? Bye Rafa.

inetd broken with cygwin.dll 1.3.9

2002-02-26 Thread Rafael Botejara Cepeda
Hello: I have an installation with cygwin1.3.3 and telnetd (inetd) running ok. But when I have updated to cygwin1.3.9, telnetd does not prompt for login It says: Connection closed by foreign host. Downgrading to cygwin 1.3.3 or 1.3.6 works!!! What happend with it??? Bye Rafa.

Re: Child died with signal 13

2002-02-26 Thread Eugene Rosenzweig
Hmm, it worked for me. I assume out of the documentation that tar will spawn gzip -d filename and pipe it into itself. So, if 13 is the system error from tar, which is EACCES, permission denied so maybe there is a problem accessing the file? The listing shows that file is owned by Administ(rator?)

RE: CYGWIN : Scheduling

2002-02-26 Thread Robert Collins
> -Original Message- > From: Herve Bailly [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 26, 2002 7:30 PM > To: [EMAIL PROTECTED] > Subject: CYGWIN : Scheduling > > > Hello, > With mutlti-thread CYGWIN application, how to have > scheduling between thread

Re: cygrunsrv patch proposal

2002-02-26 Thread Corinna Vinschen
On Sun, Feb 24, 2002 at 08:52:00AM -0800, Karl M wrote: > Hi Corinna... > > Here it is again with a changelog and readme update as well. > > > >And I'm missing a ChangeLog entry (plain text, not a diff). ^^ Since the cvs version is not in

Re: Next version of setup.exe

2002-02-26 Thread Mark Himsley
On Tue, 26 Feb 2002 11:01:12 +1100 you wrote: >It is accessible via http://www.cygwin.com/setup-snapshots/setup-20020225.exe. Maybe the 'Locate package Directory' text box could fill the width of the dialog slightly more Maybe its my computer but selecting the 'Cygwin Setup' item in the task ba

rm / rmdir not completely functionnal ?

2002-02-26 Thread tsmets
I took a copy of my linux /etc directory to analyse "it". When done with it I tried to remove it with the following commands : $ cd /tmp $ rm -dfvR ./etc $ rm -dfvR ./etc removing `./etc' rm: cannot unlink `./etc': Not owner $ ls -la total 11751 dr

ls /cygdrive

2002-02-26 Thread Chris January
Can someone with Cygwin 1.3.10 DLL please check what output you get if you type the following: 1. Click Cygwin.bat 2. Type cd /cygdrive 3. Type ls Regards Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation:

ipc.h msg.h lock.h

2002-02-26 Thread Tandon, Abhinav
Hi, I'm looking to compile a program that needs ipc.h,msg.h,lock.h, but I still can't find them. I read some emails in the mailing list, but I didn't find anything useful. Can you help me? I need it for my project. Regards Abhinav Tandon iPolicy Networks -- Unsubscribe in

debugging problem

2002-02-26 Thread Chris January
I have a bug that shows up when I run commands normally from bash, but doesn't show up when they are run with strace (because it only shows up on direct children of the initial bash process). How can I debug this? Regards Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

tar: Child died with signal 13

2002-02-26 Thread Volker Quetschke
Hi, recently I found a problem when I try to untar some tar.gz archives under cygwin. The tar.gz at this link is ca. 1,5kb http://www.scytek.de/expat.pat.tar.gz . It is just one example, it is taken from OpenOffice641C. On my Windows 2K machine, cygwin updatet a few minutes ago, I get: Admi

RE: Make 3.79.1 - dependency checking & previous versions

2002-02-26 Thread Mark Sheppard
I'm using Cygwin make-3.79.1-5 on a largeish project. While we're not using .d files we do have a lot of dependecies spread across several makefiles that get included by other makefiles. I'm trying to see if we're affected by this problem as startup takes longer than I would have thought it shou

Emacs for Cygwin (was: cygwin-mount.el, Using GDB in NTEMACS)

2002-02-26 Thread Ehud Karni
Below is Eli Zaretskii mail from 23 Feb 2002. I think that we need a CygEmacs - an emacs that will be compiled with the real Cygwin ported gcc (i.e. without the -mno-cygwin). CygEmacs will have UNIX APIs for I/O (files and sockets), and M$Windows APIs for the display and the keyboard. This is alr

Problem when on a Linux box ?

2002-02-26 Thread tsmets
Config is the following : client-wks is Win2000 with cygwin on it Servers are Linux Mandrake 8.1 When I SSH to the server : no problemo but when I try to "vi", I got this : Administrator@CALVIN ~ $ ssh -l root 192.168.1.254 [EMAIL PROTECTED]'s password:

Re: 1.3.4 - touch /etc/abc causes BSOD

2002-02-26 Thread Robert Collins
=== - Original Message - From: "Lagstein, Yossi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, February 26, 2002 5:56 PM Subject: RE: 1.3.4 - touch /etc/abc causes BSOD > It may be Microsoft bug, but since The trigger for the BSOD is cygwin, and > I'm u

Re: Next version of setup.exe

2002-02-26 Thread Volker Quetschke
Just tried it, as you can see here: http://www.scytek.de/setup-20020225-screens2.gif it does strange things in the selection window, I just clicked +Doc and made a screenshot. And here: http://www.scytek.de/setup-20020225-screens1.gif you can see what happens after a click on the View button.

Re: sem_trywait returns EAGAIN (rather than returning -1 and setting errno)

2002-02-26 Thread Robert Collins
I haven't done much work on the sem* functions to date, other than keeping the functional. Patches, as always, gratefully accepted. Post daemon merge I can do a review of the sem* functions. The problem should _not_ be endemic in the pthreads code, as I rewrote nearly all the pthread* functions

[ANNOUNCEMENT] Updated: rxvt-2.7.2-10

2002-02-26 Thread Steve O
rxvt-2.7.2-10 has been uploaded to the Cygwin net distribution. rxvt is a lightweight xterm that can display to either X or native Windows. Changes: - F10 key passed to shell (Christian LESTRADE) - fixed geometry on startup (Dr. Volker Zell) - changed default icon to less interesting version

CYGWIN : Scheduling

2002-02-26 Thread Herve Bailly
Hello, With mutlti-thread CYGWIN application, how to have scheduling between threads even if one is blocking in a loop ? Thank you for any response. Hervé BAILLY -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwi