RE: bash "Couldn't Allocate Heap" error - info.

2006-03-07 Thread Dave Korn
On 06 March 2006 21:22, Larry Hall (Cygwin) wrote: > Jonathan Arnold wrote: >> Antony Baxter wrote: >>> Earlier today I had installed the drivers for my new >>> Logitech webcam. Suspecting that these might be the >>> problem, I killed all the Logitech processes, >>> restarted all my Cygwin service

Re: Precision of doubles and stdio

2006-03-07 Thread Jim Easton
> Roberto Bagnara wrote: > ... > > $ a.out > > 70.9 > > 70.905684341886080801486968994140625 > ... > > $ ./a.exe > > 70.9 > > 70.90568434188608080148696899414 ... > Jim Easton wrote: > With all due respect, why would you want to? With double you are > guaranteed only 16 o

Re: cvs 1.11.21-1 still experimental

2006-03-07 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Charles Wilson on 3/6/2006 11:35 PM: >> >> I would like to see this resolved first, if the maintainer is listening: >> http://cygwin.com/ml/cygwin/2006-01/msg01385.html >> > > Oh. That. Totally forgot about that. Sorry. > > I've had n

Re: cvs 1.11.21-1 still experimental

2006-03-07 Thread Igor Peshansky
On Tue, 7 Mar 2006, Charles Wilson wrote: > Eric Blake wrote: > > > The experimental version of cvs (1.11.21-1) has been in the > > > experimental state since November. Isn't it ready for 'current' > > > status yet? > > > > I would like to see this resolved first, if the maintainer is > > listeni

Displaying Windows services in CygWin

2006-03-07 Thread Emiel Janssen - Van Boxtel Software BV
Hello, Is it possible to display the services running under Windows in Cygwin? Emiel J. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cyg

RE: Displaying Windows services in CygWin

2006-03-07 Thread Dave Korn
On 07 March 2006 14:57, Emiel Janssen - Van Boxtel Software BV wrote: > Hello, > > Is it possible to display the services running under Windows in Cygwin? > Well, you can always use the windows command "net start" from a cygwin shell. cheers, DaveK -- Can't think of a witty .sig

FW: Windows Domain auth

2006-03-07 Thread Bromberger, Matt
I know this question has been asked a million times, but I would lke to know if the answer is still the same. I would like to set up sshd that can use windows domain acounts for authentication rather than a local user Database (passwd file) that needs to be maintained regularily. I'm working with

Perl/Tk conflict with piped open

2006-03-07 Thread Parker, Jonathan T.
Greetings, When I run the following program under cygwin: #!/usr/bin/perl use Tk; my $pid = open(README, "ls |"); while () { print "Test: " . $_; } close(README); I get the following response: $ jtp.open2.pl 4 [main] perl 5596 C:\Programs\cygwin\bin\perl.exe: *** fatal error - couldn't

Re: Perl/Tk conflict with piped open

2006-03-07 Thread Christopher Faylor
On Tue, Mar 07, 2006 at 10:38:56AM -0500, Parker, Jonathan T. wrote: >When I run the following program under cygwin: >#!/usr/bin/perl >use Tk; >my $pid = open(README, "ls |"); >while () { >print "Test: " . $_; >} >close(README); > > >I get the following response: >$ jtp.open2.pl > 4 [main]

Re: Bug: run emacs: fatal error reading the windows environment

2006-03-07 Thread Corinna Vinschen
On Mar 3 11:47, Kirk Hilliard wrote: > Hi All, > > After upgrading cygwin, my emacs shortcut stopped working and I > discovered that ``run emacs'' yielded the error: > > 12 [main] emacs 900 C:\cygwin\bin\emacs.exe: *** fatal error - > internal error reading the windows environment -- > too

RE: cygwin

2006-03-07 Thread Dave Korn
On 07 March 2006 10:34, Scott Wettstein wrote: > Dave~ > > I recently came across your post from last October 2005 about "RE: > AllVersions: Running Cygwin X w/ Registy Entries." You showed how to use > "./ls" instead of "ls" I'm brand new at bash and I'm not really sure how it > works. My proble

Wrapper for readline

2006-03-07 Thread Maurício
Hi, I've seen the source package from readline and there's a file under examples directory called rlfe.c. I imagine that is a utility to wrap readline to be used with non-readline console programs. Why isn't that utility part of cygwin distribution, doesn't it work on Windows? Also: I've

[openssh BUG] "scp -r" broken in 4.3

2006-03-07 Thread Max Bowsher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 "scp -r" fails to recurse, copying only an empty directory to the remote machine, using 4.3p2-1. The scp.exe from 4.2p1-1 works correctly. Max. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (Cygwin) iD8DBQFEDf6/fFNSmcDyxYARAjVLAJ4heSmtvWRryWu

[ANNOUNCEMENT] Test release available: apache2-2.2.0-1

2006-03-07 Thread Max Bowsher
A test release of Apache HTTPD version 2.2 is now available: 2.2.0-1. IMPORTANT UPDATE NOTE Existing version 2.0 config files are MOSTLY compatible with 2.2, but WILL require at least one change: Several modules have changed name, so the LoadModule

compiling cvs 1.12.13

2006-03-07 Thread Sven Köhler
Hi, i'd like to compile cvs 1.12.13 for doing some testing, but it doesn't compile :-( Does somebody have a clue, what the following may mean and how i could work around it? make[3]: Entering directory `/tmp/install/cvs-1.12.13/lib' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -MT

Re: Wrapper for readline

2006-03-07 Thread Eric Blake
>I've seen the source package from readline and there's a file under > examples directory called rlfe.c. And readline's ./configure; make does not build it, because it is not yet fully-baked (it is provided more as a starting point for the interested). I may consider adding it to my readline

Looking for cygwin Exim binary compiled with TLS/ssl option

2006-03-07 Thread Kevin Hilton
Does anyone know where I can find a binary of cygwin exim compiled with the TLS switch?? If not does anyone have any specific instructions on how I can compile exim for cygwin (tried but failed, but used unix instructions)?? Thanks for any input -- Unsubscribe info: http://cygwin.com/ml/#uns

Re: Fwd: locale setting doesn't work with the default translation encoded in utf-8

2006-03-07 Thread Zhenghui Zhou
Sorry for reply later since I am back just now. Thanks so much, I found the answer from FAQ, there is an additional environment variable OUTPUT_CHARSET to set to the locale charset, as mine, is GB2312. Regards, Zhou Zhenghui 2006/2/15, Eric Blake <[EMAIL PROTECTED]>: > -BEGIN PGP SIGNED MESS

Re: Croatian fonts

2006-03-07 Thread b r
Dumb question, but how to I find a croatian locale in cygwin? I have done several searches and they lead me nowhere. --- Igor Peshansky <[EMAIL PROTECTED]> wrote: > On Thu, 23 Feb 2006, rakbsub wrote: > > > Anyone know if cygwin accepts unicode fonts on the > command line? > > Cygwin does not d