pthread cancel event implementation

2003-12-12 Thread Arash Partow
Hi Chris, I've been following your progress on the cancel event method and functionality. and well I think you haven't thought the implementation well through. To some degree, its like your scratching your left ear with your right hand going over the top of your head, If you know what I mean R

Re: pthread cancel event implementation

2003-12-12 Thread Corinna Vinschen
On Dec 12 09:44, Arash Partow wrote: > Hi Chris, > > I've been following your progress on the cancel event method > and functionality. and well I think you haven't thought the > implementation well through. To some degree, its like your > scratching your left ear with your right hand going over th

Re: GCC G77 Sleep Intrinsic

2003-12-12 Thread Lars Steinke
On Thursday 11 December 2003 02:14, Lars Steinke wrote: > Hello, > > I am using G77 (cygwin, GCC G77 on Windows 98 SE) and > I have a problem with the following function: > > Sleep Intrinsic > CALL Sleep(Seconds) > > Seconds: INTEGER(KIND=1); scalar; INTENT(IN). > > Intrinsic groups: unix. > > Desc

RE: GCC G77 Sleep Intrinsic

2003-12-12 Thread kevin.lawton
I can confirm that Sleep(n) intrinsic function appears to work as expected under Windoze 2000 (SP2). Could test under Win95 OSR2 and Win-Me this weekend if any use. Kevin. | -Original Message- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PROTECTED] Behalf | Of Lars Steinke | Sent:

Uninstall - SSHD service & sshd.log

2003-12-12 Thread Paul Kraus
I am trying to uninstall cygwin. I have deleted the directory says the smbd.log is in use. I checked the service and its not running. How can I delete this log, then delete the service. I am uninstalling so that I can start over. I had a bunch of things wrong with the installation. TIA, Paul Krau

chmod executable

2003-12-12 Thread Yang, Samuel
I loaded cygwin on to my NT machine at work and want to create a workable executable file which has commnads like: sort, grep, etc. How do you make the file executable like the unix machine? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.c

RE: chmod executable

2003-12-12 Thread Paul Kraus
> I loaded cygwin on to my NT machine at work and want to > create a workable executable file which has commands like: > sort, grep, etc. > How do you make the file executable like the UNIX machine? > Is it a bash script, perl script, C? You would need to compile it if its see. There are perl2

Re: setup crashes on certain packages.

2003-12-12 Thread Matthew Wilson
I am using setup version 2.416. The problem is when I try to install certain packages (all from my local directory), the installer just crashes. The packages that have caused this crash include perl, python, and XFree86-base. Does anyone have any experience with this? On Thu, Dec 11, 2003 at 0

Re: chmod executable

2003-12-12 Thread Baurjan Ismagulov
Hello, Samuel. On Fri, Dec 12, 2003 at 06:07:23AM -0800, Yang, Samuel wrote: > I loaded cygwin on to my NT machine at work and want to create a workable > executable file which has commnads like: sort, grep, etc. > How do you make the file executable like the unix machine? Do you mean shell scr

Re: Problem with pthreads and signaling, behavior broken...

2003-12-12 Thread news.gmane.org
Hi all! I've tested the latest CVS version (2003-12-12 11:00AM GMT+1), and yes thinks are better, for me the ThreadTest seems to run correctly. But I you use the compiled version to rebuild cygwin itself, no chance, make die. Probably a similar case than my previous post "Bash wait indefinitely".

Re: pthread cancel event implementation

2003-12-12 Thread Christopher Faylor
On Fri, Dec 12, 2003 at 09:44:27AM +, Arash Partow wrote: >I've been following your progress on the cancel event method and >functionality. and well I think you haven't thought the implementation >well through. To some degree, its like your scratching your left ear >with your right hand going

RE: GCC G77 Sleep Intrinsic

2003-12-12 Thread kevin.lawton
Sorry to re-post on top of my previous one, but I've had another thought (on a Friday as well !). Given that the problem has shown on Win 98 SE, but seems okay on Win XP & 2K: Maybe the clock 'tick' used in the Win 9x API is different to that used in the Win NT API ? I don't have access to a

RE: Uninstall - SSHD service & sshd.log

2003-12-12 Thread Paul Kraus
I figured this out. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Paul Kraus > Sent: Friday, December 12, 2003 8:26 AM > To: Cygwin > Subject: Uninstall - SSHD service & sshd.log > > > I am trying to uninstall cygwin. I have deleted the director

is there a screen for cygwin?

2003-12-12 Thread Matthew Wilson
I can't find it in the installer, although searching through the mailing list archives shows other people talking about it. Is there a screen for cygwin? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: is there a screen for cygwin?

2003-12-12 Thread Baurjan Ismagulov
Hello, Matthew. On Fri, Dec 12, 2003 at 11:18:15AM -0500, Matthew Wilson wrote: > Is there a screen for cygwin? http://cygwin.com/ported.html Hope this helps, Baurjan. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Docum

rxvt and bold directory entries

2003-12-12 Thread Brandon Saxe
I'm using rxvt and do directory listings with the --color=auto option. Certain files are not only colored, but are bold as well. How do I turn off the bolding of certain listings? I only want colors. The bold makes certain entries difficult to read. Thanks, Brandon __

Re: install native/x11 ghostscript

2003-12-12 Thread Dario Alcocer
On Wed, 3 Dec 2003 17:41:30 +0100 (=?ISO-8859-1?Q?Westeurop=E4ische_Normalzeit?=) Ulf-Dietrich Braumann <[EMAIL PROTECTED]> wrote: > My question simply is, why setup recommends installing the > native gs even if the x11 version was already installed, or even > further, if there is some mechanism t

RE: GCC G77 Sleep Intrinsic

2003-12-12 Thread Lars Steinke
At 15:03 12.12.03 +, you wrote: Sorry to re-post on top of my previous one, but I've had another thought (on a Friday as well !). Given that the problem has shown on Win 98 SE, but seems okay on Win XP & 2K: Maybe the clock 'tick' used in the Win 9x API is different to that used in the Win

Re: install native/x11 ghostscript (setup.exe question)

2003-12-12 Thread Christopher Faylor
On Fri, Dec 12, 2003 at 08:04:43AM -0800, Dario Alcocer wrote: >On Wed, 3 Dec 2003 17:41:30 +0100 >(=?ISO-8859-1?Q?Westeurop=E4ische_Normalzeit?=) >Ulf-Dietrich Braumann <[EMAIL PROTECTED]> wrote: > >> My question simply is, why setup recommends installing the >> native gs even if the x11 version w

RE: GCC G77 Sleep Intrinsic

2003-12-12 Thread kevin.lawton
I would expect that this is an API issue, and therefore the same code (same executable, even ?) will produce the different results under Win 9x compared to Win-NT. Instead of trying to fathom it all out, it might just be easier to 'suck it and see'. Quite what other languages with a sleep or wa

Re: compiling woes (httping 0.0.3 make error)

2003-12-12 Thread Brian Ford
On Thu, 11 Dec 2003 [EMAIL PROTECTED] wrote: > Brian Ford wrote: > > [EMAIL PROTECTED] wrote: > > > $ make install > > > gcc -ansi -O2 -c -o error.o error.c > > > error.c:1:21: ncurses.h: No such file or directory > > > make: *** [error.o] Error 1 > > > > > Well, does /usr/include/ncurses.h exist

Re: setup crashes on certain packages.

2003-12-12 Thread Brian Ford
On Fri, 12 Dec 2003, Matthew Wilson wrote: > I am using setup version 2.416. The problem is when I try to install > certain packages (all from my local directory), the installer just > crashes. > > The packages that have caused this crash include perl, python, and > XFree86-base. > IIRC, these ar

snapshot cygwin1-20031212.dll.bz2

2003-12-12 Thread SMore
I am trying to get a stable rsync to work between 2 windows 2000 boxes and so far the cygwin1-20031212.dll.bz2 snapshot is working the best. Previous version only seems to hang after "client_run waiting on ". If there are no changes to be made the program exits fine. If changes

Re: snapshot cygwin1-20031212.dll.bz2

2003-12-12 Thread Christopher Faylor
On Fri, Dec 12, 2003 at 12:26:33PM -0500, [EMAIL PROTECTED] wrote: >Is there some permissions that need to be set so this will not core dump ?? A core dump is always an indication of a problem. Someone else has reported problems with the snapshot, too. I've managed to duplicate a crash so I'll f

RE: snapshot cygwin1-20031212.dll.bz2

2003-12-12 Thread SMore
it to a different box. -Thanks Steve More -Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 1:48 PM To: [EMAIL PROTECTED] Subject: Re: snapshot cygwin1-20031212.dll.bz2 On Fri, Dec 12, 2003 at 12:26:33PM -0500, [EMAIL PROTECTED] wrote

Minimal set for XFree86

2003-12-12 Thread Vinod Gupta
What is the minimal set of packages I need to download for running XFree86 X-server? Vinod. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://c

can't use windows with GoBack?

2003-12-12 Thread Lester Ingber
I just installed Symantec GoBack (to compensate for known problems with XP Pro Systrem Restore). Most everything runs fine under Cygwin. However, anything under XWin (including brining up XWin), runs unbearably slow, about a factor of at least 100-1000 or more slower. The System just consumes al

Mozilla Firebird & cygwin

2003-12-12 Thread Doug Jenkinson
Hey everyone, I saw this in a comment about the latest build of Mozilla, 1.6 beta that is, and tried on Firebird. If you open up a window/tab/whatever and goto "about:buildconfig", cygwin is mentioned! I'm just sharing the info, as I really no nothing more about this, but its pretty cool none

RE: Minimal set for XFree86

2003-12-12 Thread SMore
Here is a small X set that I use...it also includes cvs,ssh,perl and vim XFree86 _update-info-dir ash base-files base-passwd bash bzip2 ctags cvs cygwin diffutils fileutils findutils gawk gdbm gettext grep gzip libiconv libxml2 libxslt login nano ncurses openssh openssl pcre perl readline sed sh-u

Re: snapshot cygwin1-20031212.dll.bz2

2003-12-12 Thread Christopher Faylor
On Fri, Dec 12, 2003 at 02:39:24PM -0500, [EMAIL PROTECTED] wrote: >When I issue: >$ env | grep CYGWIN >nothing shows up. Could you *attach* the output of cygcheck -rsv to some email and send it here, please? cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: Mozilla Firebird & cygwin

2003-12-12 Thread Frédéric L. W. Meunier
On Fri, 12 Dec 2003, Doug Jenkinson wrote: > Hey everyone, > I saw this in a comment about the latest build of Mozilla, 1.6 beta that > is, and tried on Firebird. If you open up a window/tab/whatever and > goto "about:buildconfig", cygwin is mentioned! I'm just sharing the > info, as I really no

RE: snapshot cygwin1-20031212.dll.bz2[GFI-T7125-3FDB81038CE0FA95]

2003-12-12 Thread SMore
Here is the output you requested. -Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 3:47 PM To: [EMAIL PROTECTED] Subject: Re: snapshot cygwin1-20031212.dll.bz2 On Fri, Dec 12, 2003 at 02:39:24PM -0500, [EMAIL PROTECTED] wrote: >Whe

RE: snapshot cygwin1-20031212.dll.bz2

2003-12-12 Thread Larry Hall
At 02:39 PM 12/12/2003, [EMAIL PROTECTED] you wrote: >When I issue: >$ env | grep CYGWIN >nothing shows up. > > >Here is a little more info about my setup if it is useful: > >I am trying to rsync using ssh. >Note: one of the folders is also a windows share. > >PC users could drop files onto a

RE: Third-party products that include Cygwin

2003-12-12 Thread Hannu E K Nevalainen
> From: Larry Hall > Sent: Tuesday, December 09, 2003 10:19 PM >David A Cobb: >> However, I'm >> wondering if we could make it easier? How about storing >> /HKLM/Cygnus Solutions/Cygwin/DLL_PATH="native:/path/to/cygwin1.dll and >> /HKLM/Cygnus >> Solutions/Cygwin/DLL_VER

Re: Problem with pthreads and signaling, behavior broken...

2003-12-12 Thread Marcus Van Der Beek
Hi Philippe, I've tested the latest dll snapshot (12/12), and its still displaying the problem. nothing was changed in the signaling or pthreads area that would effect the problem. maybe try using the provided snapshot perhaps? -Marcus Hi all! I've tested the latest CVS version (2003-12-12 1

RE: Third-party products that include Cygwin

2003-12-12 Thread Robb, Sam
> > An > > alternative is a nice automated way in their installer to invoke the > > Cygwin installer. > > Heh... that would IMO require setup.exe to be able to do > batch runs. Not > possible, unless changes has been done very recently. Huh? We've been doing things that way with our software

RE: snapshot cygwin1-20031212.dll.bz2

2003-12-12 Thread SMore
password-protected vs password authentication Would that be like a 98/ME box vs a NT/2000/XP Pro ? -Original Message- From: Larry Hall [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 4:30 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: snapshot cygwin1-20031212

Re: snapshot cygwin1-20031212.dll.bz2

2003-12-12 Thread Christopher Faylor
On Fri, Dec 12, 2003 at 04:25:26PM -0500, [EMAIL PROTECTED] wrote: >Here is the output you requested. Ok. Nothing too interesting there. Oh well. I uploaded a new snapshot that fixed the core dump that *I* was seeing. It might be interesting to try, just for yucks although I haven't done anythi

Re: Third-party products that include cygwin

2003-12-12 Thread Christopher Faylor
On Fri, Dec 12, 2003 at 05:04:11PM -0500, Robb, Sam wrote: >>>An alternative is a nice automated way in their installer to invoke the >>>Cygwin installer. >> >>Heh... that would IMO require setup.exe to be able to do batch runs. >>Not possible, unless changes has been done very recently. > >Huh?

RE: snapshot cygwin1-20031212.dll.bz2

2003-12-12 Thread Larry Hall
TED] >Sent: Friday, December 12, 2003 4:30 PM >To: [EMAIL PROTECTED]; [EMAIL PROTECTED] >Subject: RE: snapshot cygwin1-20031212.dll.bz2 > > >At 02:39 PM 12/12/2003, [EMAIL PROTECTED] you wrote: >>When I issue: >>$ env | grep CYGWIN >>nothing shows up. >> >

RE: Third-party products that include Cygwin

2003-12-12 Thread Robert Collins
On Sat, 2003-12-13 at 08:53, Hannu E K Nevalainen wrote: > > An > > alternative is a nice automated way in their installer to invoke the > > Cygwin installer. > > Heh... that would IMO require setup.exe to be able to do batch runs. Not > possible, unless changes has been done very recently. It

cygwin1.dll 20031212 15:46:45

2003-12-12 Thread Pierre A. Humblet
CYGWIN_NT-4.0 x 1.5.6s(0.107/3/2) 20031212 15:46:45 i686 unknown unknown Cygwin Fixes crashes I had observed when running make & scripts under rxvt & cygwin.bat with tty, but the inetd problem is still there. Pierre Attaching to program `/usr/sbin/inetd.exe', process 401

Re: is there a screen for cygwin?

2003-12-12 Thread Rafael Kitover
Try my extremely modified version here: http://www.io.com/~rkitover/screen-3.9.13.tar.gz I haven't worked on it in quite a while, detach is still broken and it's a few versions behind now, but you will have working screen sessions. -- Rafael -- Unsubscribe info: http://cygwin.com/ml/#unsu

vtable with snapshot >=20031123

2003-12-12 Thread Axel Naumann
Hi, I ran into a problem with gcc 3.3.1, cygwin snapshots>=20031123 (at least, probably also earlier versions). The binary built from the attached sources (with vtbllib.hpp's INLINE_CTOR defined) coredumps. It seems that the vtable is invalid, probably because a class's vtable is created for e

Re: annoying dos windows when running some exe's under xemacs compiled for cygwin

2003-12-12 Thread Ian Petts
Hi Robert, I am seeing the same sort of behaviour with GNU "screen" under cygwin. [Also posted to the gnu-screen mailing list, with no reply as yet] When running screen under Cygwin, for each window that is open in the session, I get a seperate, blank MS-DOS box with the cygwin command as its ti

cygwin1.dll snapshot messes up screen under rxvt

2003-12-12 Thread Frédéric L. W. Meunier
I noticed the latest cygwin1.dll snapshot messes up screen under rxvt. I haven't tried spapshots for quite a while, so it may be an old problem. I know screen isn't part of Cygwin, but it's very useful, even without the reattaching stuff. I'm using my package from http://www.pervalidus.net/cygwin/s

[ANNOUNCEMENT] New Package: libsmi 0.4.2-1

2003-12-12 Thread Abe Backus
This package contains a library to access SMI MIB information and various utilities that are useful when you are working with SMI MIB documents. If you work with SNMP, these utilities are helpful. For instance, I use "smilint" to check my MIB documents for completeness. The smilint website is ht

cygintl-2.dll could not be found in the specified path

2003-12-12 Thread Ivanova Dvorak
Hi, I just installed the cygwin version on win2k (Dec 13, 2003 - 1AM, ET time New York) and I receive an error message during installation with cgintl-2.dll missing and installation completes normally. Again receive same messae when running the bash shell. Any solution? Thanks, Ivanova. __