getline

2006-02-27 Thread djh
I tried to back down to cygwin 5.18 from 5.19, but after I had done so and tried to remove a file with "rm", I get the following error message: Can't find getline in cygwin1.dll Can anyone help me find out why this is and get back to cygwin 5.18? -- Unsubscribe info: http://cygwin.com/ml/

Re: Need Help with Setting Up Local Mirror/Custom Package

2006-02-27 Thread Joshua Daniel Franklin
On 2/27/06, Michael Banks wrote: > Has anyone on this list set up a local mirror with a custom package? Yes. > We're releasing a commercial solution soon that depends on a few command-line > utilities like grep (we're not using the cygwin.dll at all), and don't want > our Windows users worrying

Re: please test snapshots: we'd like to release cygwin version 1.20

2006-02-27 Thread Christopher Faylor
On Fri, Feb 24, 2006 at 06:59:50AM -0700, Eric Blake wrote: >According to Christopher Faylor on 2/21/2006 6:06 PM: >>Please observe usual bug reporting rules when reporting on any results >>from testing a snapshot. > >I'm seeing a few regressions on Win98 with 20060220, 20060223. They >are making

Need Help with Setting Up Local Mirror/Custom Package

2006-02-27 Thread Michael Banks
Hello, Please kindly disregard this email if it's a duplicate. I was having some problems with my mail server. Has anyone on this list set up a local mirror with a custom package? We're releasing a commercial solution soon that depends on a few command-line utilities like grep (we're not usi

Re: sed: 4.1.5 breaks libtool generation

2006-02-27 Thread Wlodek Szafran
Corinna Vinschen writes: > Actually, what you describe is clear enough, but since CRLF handling > isn't done by the Linux version of sed either, you would have the same > problem on Linux. Sure, no argument here. My goal wasn't to prove that Cygwin's sed is doing something wrong, but rather to c

Re: bash -c behavior

2006-02-27 Thread Igor Peshansky
On Mon, 27 Feb 2006, Poor Yorick wrote: Greetings, Cygwin users, From a terminal: [EMAIL PROTECTED] ~yorickp1 21:43:48 $bash -c "echo $1" yada [EMAIL PROTECTED] ~yorickp1 21:43:52 $bash -c "echo $*" bright sunshiny day [EMAIL PROTECTED] ~yorickp1 21:45:54 Shouldn't I have

bash -c behavior

2006-02-27 Thread Poor Yorick
Greetings, Cygwin users, From a terminal: [EMAIL PROTECTED] ~yorickp1 21:43:48 $bash -c "echo $1" yada [EMAIL PROTECTED] ~yorickp1 21:43:52 $bash -c "echo $*" bright sunshiny day [EMAIL PROTECTED] ~yorickp1 21:45:54 Shouldn't I have gotten some results on stdout? -- Poor Y

Need Help with Setting Up Local Mirror/Custom Package

2006-02-27 Thread Michael Banks
Hello, Has anyone on this list set up a local mirror with a custom package? We're releasing a commercial solution soon that depends on a few command-line utilities like grep (we're not using the cygwin.dll at all), and don't want our Windows users worrying about selecting packages. I've read t

Re: gcc-3.4.4-1: c++: cmath: calling std::isnan results in endless loop

2006-02-27 Thread Jeff Johnston
Jeff Johnston wrote: Corinna Vinschen wrote: Jeff, On Feb 27 12:13, Jeff Johnston wrote: Gabriel Dos Reis wrote: yes, isnan and friends are supposed to be macros only, not functions. I'll start working on a newlib patch for this. while you're at it, please do *not* remove the isnan

Re: right-hand operand of comma has no effect

2006-02-27 Thread Igor Peshansky
On Mon, 27 Feb 2006, Mary Cuper wrote: > I want to set the baudrate of my /dev/ttyS0 with: > > cfsetispeed(&options, B9600); > cfsetospeed(&options, B9600); > > but always get: > > "Warning: right-hand operand of comma has no effect". > > With linux the code functions! Cygwin uses newlib, which d

Re: Can't execute shell script as wish subprocess, exes work

2006-02-27 Thread Igor Peshansky
On Mon, 27 Feb 2006, Jukka Laurila wrote: > On Mon, 27 Feb 2006, Brett Serkez wrote: > > > It appears your PATH doesn't include the directory for my-shell-script. > > As I said, my PATH _does_ include that directory (/cygdrive/c/users/bin). > > > If you changed: > > > > open [list | my-shell-scrip

Widgets

2006-02-27 Thread Sean Ross
cygwin: My code works fine on Linux / Unix machines. I am trying to port it to windows using Cygwin and it works fairly well. I have only one problem: Some of the widgets will not resize on the application's control panel when new buttons are added. I have taken over this project and do not kn

right-hand operand of comma has no effect

2006-02-27 Thread Mary Cuper
I want to set the baudrate of my /dev/ttyS0 with: cfsetispeed(&options, B9600); cfsetospeed(&options, B9600); but always get: "Warning: right-hand operand of comma has no effect". With linux the code functions! -- Telefonieren Sie schon oder sparen Sie noch? NEU: GMX Phone_Flat http://www.gmx

Re: free GUI download manager wanted

2006-02-27 Thread Christopher Faylor
On Mon, Feb 27, 2006 at 11:00:22PM +0200, Angel Tsankov wrote: >Can someone recommend a free, GUI, HTTP and FTP download manager that >supports multiple download segments? This sounds like the type of request which is more appropriate for cygwin-talk since it doesn't seem to have anything to do w

free GUI download manager wanted

2006-02-27 Thread Angel Tsankov
Can someone recommend a free, GUI, HTTP and FTP download manager that supports multiple download segments? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: d_ino bug in //

2006-02-27 Thread Eric Blake
> Corinna Vinschen replied: > > I've applied a fix. > > I tried the fix in the 20060227 snapshot. > It did not fix the 'pwd' problems I noted in: > http://cygwin.com/ml/cygwin/2006-02/msg00933.html > > (If it wasn't meant to, then please pardon my

Re: d_ino bug in //

2006-02-27 Thread Christopher Faylor
On Mon, Feb 27, 2006 at 01:47:35PM -0700, Jerry D. Hedden wrote: >On Feb 27 17:22, Eric Blake wrote: >> It looks like d_ino is not being correctly populated within //. > >Corinna Vinschen replied: >> I've applied a fix. > >I tried the fix in the 20060227 sn

Re: indexing cygwin data files for rapid search

2006-02-27 Thread Shankar Unni
Charles D. Russell wrote: Is there any utility that will index the contents of cygwin files (.tar.gz, etc.) for rapid search, like the Google personal search software for Windows files? I would not expect that the Google tool for Windows would include Linux compression and archiving formats.

Re: d_ino bug in //

2006-02-27 Thread Jerry D. Hedden
On Feb 27 17:22, Eric Blake wrote: > It looks like d_ino is not being correctly populated within //. Corinna Vinschen replied: > I've applied a fix. I tried the fix in the 20060227 snapshot. It did not fix the 'pwd' problems I noted in: http://cygwin.com/ml/cygwin/2006-02/

Re: Can't execute shell script as wish subprocess, exes work

2006-02-27 Thread Martin
--- Jukka Laurila <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm unable to run shell scripts in wish using > >open [list | my-shell-script] > > The error I get is > > couldn't execute "my-shell-script": no such file or directory > > - the shell script is set as executable > - it starts wit

Re: gcc-3.4.4-1: c++: cmath: calling std::isnan results in endless loop

2006-02-27 Thread Gabriel Dos Reis
"Dave Korn" <[EMAIL PROTECTED]> writes: [...] | >> OTOH it may be that libstdc++ was only supposed to be shadowing those | >> ctype macros that are guaranteed to have underlying function | >> implementations; I don't know what the shadowing is for, so I can't | >> comment. | > | > libstdc++ i

Re: Can't execute shell script as wish subprocess, exes work

2006-02-27 Thread Brett Serkez
>>It appears your PATH doesn't include the directory for my-shell- >>script. > As I said, my PATH _does_ include that directory > (/cygdrive/c/users/bin). Yes, you did, but you are also not taking into account process inheritance. When you pipe a command, subprocesses are being created an

Re: gcc-3.4.4-1: c++: cmath: calling std::isnan results in endless loop

2006-02-27 Thread Gregory Pietsch
Dave Korn wrote: On 27 February 2006 14:40, Thomas Sailer wrote: When I try to call std::isnan(double) from a program compiled with g++ 3.4.4, the program gets into an endless loop. The problem is that gcc compiles __gnu_cxx::isnan(double) as a tail call to __gnu_cxx::__capture_isnan(double

Re: problem with starting services in 1.5.19

2006-02-27 Thread Yadin Y. Goldschmidt
"Igor Peshansky" [EMAIL PROTECTED] wrote in message news: On Mon, 27 Feb 2006, Yadin Y. Goldschmidt wrote: See comments below "Igor Peshansky" [EMAIL PROTECTED] wrote in message news: > Ugh, top-posting... Reformatted. > > On Mon, 27 Feb 2006, Yadin Y. Goldschmidt wrote: > > > The problem is

Re: ssh-host-config (/var/log/lastlog)

2006-02-27 Thread Karl M
Hi All... It was fun while it lasted 8-) Perhaps the permissions/owner for lastlog as a file should be 644/system.none It works for me and protects the log a bit better. Thanks, ...Karl From: Corinna Vinschen Subject: Re: ssh-host-config (/var/log/lastlog) Date: Mon, 27 Feb 2006 11:37:50

Re: problem with starting services in 1.5.19

2006-02-27 Thread Yadin Y. Goldschmidt
"Igor Peshansky" [EMAIL PROTECTED] wrote in message news: On Mon, 27 Feb 2006, Yadin Y. Goldschmidt wrote: See comments below "Igor Peshansky" [EMAIL PROTECTED] wrote in message news: > Ugh, top-posting... Reformatted. > > On Mon, 27 Feb 2006, Yadin Y. Goldschmidt wrote: > > > The problem is

Re: Can't execute shell script as wish subprocess, exes work

2006-02-27 Thread Jukka Laurila
On Mon, 27 Feb 2006, Brett Serkez wrote: It appears your PATH doesn't include the directory for my-shell-script. As I said, my PATH _does_ include that directory (/cygdrive/c/users/bin). If you changed: open [list | my-shell-script] to open [list | /full/path/to/my-shell-script] does it

Re: "changed dev/ino" error

2006-02-27 Thread Christopher Faylor
On Mon, Feb 27, 2006 at 07:38:05PM +0100, Rautureau David wrote: >Hello, > >I have the same problem than Frederic : > http://cygwin.com/ml/cygwin/2006-02/msg00334.html >So I installed Snapshot cygwin1-20060206.dll.bz2 >and nothing better! > >Any idea? http://cygwin.com/problems.html cgf --

Re: modifying PKG_CONFIG_PATH

2006-02-27 Thread René Berber
Agnes Bousquier wrote: > I am using pkg-config under cygwin and need to modify the value of > PKG_CONFIG_PATH. Unfortunately, by searching the web and the archives, I > did not find which file I had to open to modify this variable. Could > anyone please tell it to me? You can add it to your ~/

bash shell

2006-02-27 Thread drkzs
hello, I had an old verion of cygwin, and it was ok. I've bought a new computer, and so i've recently installed an newer version of cygwin (i don't know how to chek the version, it was on december 2006). It's ok too, i've just one "problem", the cygwin bash is now without any colour (before it

Re: gcc-3.4.4-1: c++: cmath: calling std::isnan results in endless loop

2006-02-27 Thread Jeff Johnston
Corinna Vinschen wrote: Jeff, On Feb 27 12:13, Jeff Johnston wrote: Gabriel Dos Reis wrote: yes, isnan and friends are supposed to be macros only, not functions. I'll start working on a newlib patch for this. while you're at it, please do *not* remove the isnan function implementation.

"changed dev/ino" error

2006-02-27 Thread Rautureau David
Hello, I have the same problem than Frederic : http://cygwin.com/ml/cygwin/2006-02/msg00334.html So I installed Snapshot cygwin1-20060206.dll.bz2 and nothing better! Any idea? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

RE: Correct device name for printing a PDF from Ghostview

2006-02-27 Thread Hannu E K Nevalainen
[EMAIL PROTECTED] wrote: > Igor Peshansky wrote: >> 'lpr -P "hp officejet 6100 series"' (yes, with the double quotes) >> should work. Igor > > Hi Igor, > > Thanks - almost there - The Officejet printer printed raw Postscript > commands instead of the document. For example, the first line of t

Re: d_ino bug in //

2006-02-27 Thread Eric Blake
> > It looks like Corinna already nailed the issue, but for the > archive's sake, my complaint was that under //, d_ino and > st_ino did not match properly. With the 20060227 snapshot > (or whenever the next one is), the same test program > should now output: Other direct

Re: d_ino bug in //

2006-02-27 Thread Christopher Faylor
On Mon, Feb 27, 2006 at 05:58:50PM +, Eric Blake wrote: >> >It looks like d_ino is not being correctly populated within //. >> >Running the program below on snapshot 20060220 produced: >> >> A (somewhat) simple test case (patent pending) is nice but it really >> should be accompanied with an e

Re: d_ino bug in //

2006-02-27 Thread Eric Blake
gt; describing *in words* what you think is broken? It looks like Corinna already nailed the issue, but for the archive's sake, my complaint was that under //, d_ino and st_ino did not match properly. With the 20060227 snapshot (or whenever the next one is), the same test program should now ou

Re: d_ino bug in //

2006-02-27 Thread Corinna Vinschen
On Feb 27 17:22, Eric Blake wrote: > It looks like d_ino is not being correctly populated within //. > Running the program below on snapshot 20060220 produced: > > $ ./foo > Searching for //eblake, inode 10556217422951964268 > entry 553: name match only (inode 14394969718775064264) > 2098 entries

Re: d_ino bug in //

2006-02-27 Thread Christopher Faylor
On Mon, Feb 27, 2006 at 05:22:57PM +, Eric Blake wrote: >It looks like d_ino is not being correctly populated within //. >Running the program below on snapshot 20060220 produced: A (somewhat) simple test case (patent pending) is nice but it really should be accompanied with an explanation of t

Re: Shells hang during script execution

2006-02-27 Thread Christopher Faylor
On Mon, Feb 27, 2006 at 12:15:08PM -0500, Paul Clements wrote: >Christopher Faylor wrote: >>Attaching gdb to the running process shows another problem. I'll check >>in a fix for this, too. > >Where can I find this patch? Could you post it or is there somewhere I >should go to find it? I have a fe

RE: gcc-3.4.4-1: c++: cmath: calling std::isnan results in endless loop

2006-02-27 Thread Dave Korn
On 27 February 2006 17:13, Jeff Johnston wrote: > Gabriel Dos Reis wrote: >> "Dave Korn" <[EMAIL PROTECTED]> writes: >> >> [...] >> >>> It looks to me like the cygwin/newlib combination is not being >>> compliant if it implements isnan as a function rather than a macro. I >>> couldn't see any

d_ino bug in //

2006-02-27 Thread Eric Blake
It looks like d_ino is not being correctly populated within //. Running the program below on snapshot 20060220 produced: $ ./foo Searching for //eblake, inode 10556217422951964268 entry 553: name match only (inode 14394969718775064264) 2098 entries processed $ cat foo.c #include #include #includ

Re: Correct device name for printing a PDF from Ghostview

2006-02-27 Thread Igor Peshansky
On Mon, 27 Feb 2006, Keith Christian wrote: > Igor Peshansky wrote: > > 'lpr -P "hp officejet 6100 series"' (yes, with the double quotes) should > > work. > > Igor > > Hi Igor, > > Thanks - almost there - The Officejet printer printed raw Postscript > commands instead of the document. For exa

Re: gcc-3.4.4-1: c++: cmath: calling std::isnan results in endless loop

2006-02-27 Thread Corinna Vinschen
Jeff, On Feb 27 12:13, Jeff Johnston wrote: > Gabriel Dos Reis wrote: > >yes, isnan and friends are supposed to be macros only, not functions. > > I'll start working on a newlib patch for this. while you're at it, please do *not* remove the isnan function implementation. It's still required to

RE: gcc-3.4.4-1: c++: cmath: calling std::isnan results in endless loop

2006-02-27 Thread Dave Korn
On 27 February 2006 17:00, [EMAIL PROTECTED] wrote: > "Dave Korn" <[EMAIL PROTECTED]> writes: > > [...] > >> It looks to me like the cygwin/newlib combination is not being compliant >> if it implements isnan as a function rather than a macro. I couldn't see >> anything in the standard that sa

Re: Shells hang during script execution

2006-02-27 Thread Paul Clements
Christopher Faylor wrote: On Fri, Feb 24, 2006 at 03:22:05PM -0500, Paul Clements wrote: OK, I think I see what is happening now: set_signal_mask() does indeed call sig_dispatch_pending() to do a flush when the signal mask changes. However, when the sigq is empty, sig_dispatch_pending() ju

Re: gcc-3.4.4-1: c++: cmath: calling std::isnan results in endless loop

2006-02-27 Thread Jeff Johnston
Gabriel Dos Reis wrote: "Dave Korn" <[EMAIL PROTECTED]> writes: [...] | It looks to me like the cygwin/newlib combination is not being compliant if | it implements isnan as a function rather than a macro. I couldn't see | anything in the standard that says it can be a function, and every ref

Re: problem with starting services in 1.5.19

2006-02-27 Thread Igor Peshansky
On Mon, 27 Feb 2006, Yadin Y. Goldschmidt wrote: > See comments below > "Igor Peshansky" [EMAIL PROTECTED] wrote in message news: > > Ugh, top-posting... Reformatted. > > > > On Mon, 27 Feb 2006, Yadin Y. Goldschmidt wrote: > > > > > The problem is very similar to problems Igor Peschansky and oth

Re: gcc-3.4.4-1: c++: cmath: calling std::isnan results in endless loop

2006-02-27 Thread Gabriel Dos Reis
"Dave Korn" <[EMAIL PROTECTED]> writes: [...] | It looks to me like the cygwin/newlib combination is not being compliant if | it implements isnan as a function rather than a macro. I couldn't see | anything in the standard that says it can be a function, and every reference | to it describes i

Re: problem with starting services in 1.5.19

2006-02-27 Thread Yadin Y. Goldschmidt
See comments below "Igor Peshansky" [EMAIL PROTECTED] wrote in message news: Ugh, top-posting... Reformatted. On Mon, 27 Feb 2006, Yadin Y. Goldschmidt wrote: "Corinna Vinschen" <[EMAIL PROTECTED]> wrote: . Thanks. > On Feb 24 14:56, Yadin Y. Go

Re: Correct device name for printing a PDF from Ghostview

2006-02-27 Thread Keith Christian
Igor Peshansky wrote: 'lpr -P "hp officejet 6100 series"' (yes, with the double quotes) should work. Igor Hi Igor, Thanks - almost there - The Officejet printer printed raw Postscript commands instead of the document. For example, the first line of the printout was: %!PS-Adobe-3.0

RE: Clearing the COMPLETE screen.

2006-02-27 Thread Williams, Gerald S \(Jerry\)
Igor Peshansky wrote: > Yes, but "printf '\ec'" works ju-ust fine in bash... :-) Even better. That works unchanged in both bash and zsh. > Do you set your TERM to "rxvt" or "xterm"? The control sequence in > the terminfo database may be wrong if you don't use the native "rxvt" > terminal setting

RE: gcc-3.4.4-1: c++: cmath: calling std::isnan results in endless loop

2006-02-27 Thread Dave Korn
On 27 February 2006 14:40, Thomas Sailer wrote: > When I try to call std::isnan(double) from a program compiled with g++ > 3.4.4, the program gets into an endless loop. > > The problem is that gcc compiles > __gnu_cxx::isnan(double) as a tail call to > __gnu_cxx::__capture_isnan(double), and it c

Re: problem with starting services in 1.5.19

2006-02-27 Thread Igor Peshansky
Ugh, top-posting... Reformatted. On Mon, 27 Feb 2006, Yadin Y. Goldschmidt wrote: > "Corinna Vinschen" <[EMAIL PROTECTED]> wrote: . Thanks. > > On Feb 24 14:56, Yadin Y. Goldschmidt wrote: > > > I still did not get any response, can someone please he

RE: Updatedb grinding floppy drive

2006-02-27 Thread Phil Betts
Dai Conrad wrote on Monday, February 27, 2006 1:05 AM:: > I've been having a problem with updatedb for a while now. The > symptoms are that late in the process it starts grinding my A: drive > and I have to hit ctrl-C to kill it. > ... > > Any suggestions or recommendations will be greatly app

Re: problem with starting services in 1.5.19

2006-02-27 Thread Yadin Y. Goldschmidt
Thank you Corrina for your answer although you did not offer a solution. The problem is very similar to problems Igor Peschansky and others had in the past with XP SP1, apparently because of changes made on 01/04 concerning fhandler_console? I run SP2 but I still have a problem. If I only run one

Re: Dreadful cygwin errors

2006-02-27 Thread Olivier Lefevre
Which was kinda the whole point, wasn't it? My mix of applications is pretty constant, so I don't see what might cause the desktop heap usage to suddenly jump from 22% max to near 100%. It would have been more credible if I was already close to the limit under "normal-looking" conditions. But

mod_perl2 apache2

2006-02-27 Thread Gunnar Thielebein
Hi, I tried to compile mod_perl2 for apache2 in cygwin but got some errormessages. I tried 2 ways one with download of the sources from apache.org one via the cpan utility Can someone give me some hints how to compile it under cygwin btw. which dependencies should be met? CYGWIN_NT-5.1 *

RE: Clearing the COMPLETE screen.

2006-02-27 Thread Igor Peshansky
On Mon, 27 Feb 2006, Williams, Gerald S (Jerry) wrote: > Igor Peshansky wrote: > > YA typo. The above should read: > > > > alias cs='echo -ne "\ec"' > > Yes, this is what you need to do under BASH. I thought I had verified it > there, but I guess I wasn't getting what I thought I was getting. (I

Re: More on /etc/postinstall, .sh and .sh.done

2006-02-27 Thread Igor Peshansky
On Mon, 27 Feb 2006, James McLaughlin wrote: > I've changed the post-texmf.sh to .sh.done - thanks for that Chris - and > I ran update-info-dir.sh immediately afterwards. Unfortunately, upon > trying to change it to .sh.done I discovered that a file with that name > already existed in /etc/postins

RE: Clearing the COMPLETE screen.

2006-02-27 Thread Williams, Gerald S \(Jerry\)
Igor Peshansky wrote: > YA typo. The above should read: > > alias cs='echo -ne "\ec"' Yes, this is what you need to do under BASH. I thought I had verified it there, but I guess I wasn't getting what I thought I was getting. (I mostly use ZSH--at least I knew better than to write "print -n $'\ec

Re: Correct device name for printing a PDF from Ghostview

2006-02-27 Thread Igor Peshansky
On Mon, 27 Feb 2006, Keith Christian wrote: > Hi Folks, > > Using Cygwin 1.5.19-4, gv 3.6.1-1, Windows XP Pro SP 2. I'd like to > print a PDF file from Ghostview - Where do I find the correct device > name for my HP USB Printer? > > Clicking the Print button from Ghostview offers "lpr" as the cur

Correct device name for printing a PDF from Ghostview

2006-02-27 Thread Keith Christian
Hi Folks, Using Cygwin 1.5.19-4, gv 3.6.1-1, Windows XP Pro SP 2. I'd like to print a PDF file from Ghostview - Where do I find the correct device name for my HP USB Printer? Clicking the Print button from Ghostview offers "lpr" as the current device. From the Start/Settings/Printers and F

Re: incorrect handling of invisible characters in prompt string

2006-02-27 Thread Eric Blake
[Please use mailing lists instead of sending private mail to random developers - I don't know whether you intended this as a question about bash proper or about the cygwin port of bash, so I have cross-posted my reply] > Hi Eric, > > I found the following message (from July 2005) by you on the cy

modifying PKG_CONFIG_PATH

2006-02-27 Thread Agnes Bousquier
Hello, I am using pkg-config under cygwin and need to modify the value of PKG_CONFIG_PATH. Unfortunately, by searching the web and the archives, I did not find which file I had to open to modify this variable. Could anyone please tell it to me? Thank you very much in advance Best regar

gcc-3.4.4-1: c++: cmath: calling std::isnan results in endless loop

2006-02-27 Thread Thomas Sailer
When I try to call std::isnan(double) from a program compiled with g++ 3.4.4, the program gets into an endless loop. The problem is that gcc compiles __gnu_cxx::isnan(double) as a tail call to __gnu_cxx::__capture_isnan(double), and it compiles __gnu_cxx::__capture_isnan(double) to __gnu_cxx::isna

Re: Dreadful cygwin errors

2006-02-27 Thread Christopher Faylor
On Mon, Feb 27, 2006 at 09:59:37AM +0100, Olivier Lefevre wrote: >dheapmon was a bit challenging to install but here is the report: > >Desktop Heap Information Monitor Tool (Version 8.0.2823.0) >Copyright (c) 2003-2005 Microsoft Corporation. All rights reserved. >--

Re: Can't execute shell script as wish subprocess, exes work

2006-02-27 Thread Brett Serkez
> I'm unable to run shell scripts in wish using > >open [list | my-shell-script] > > The error I get is > > couldn't execute "my-shell-script": no such file or directory > > - the shell script is set as executable - it starts with "#!/bin/sh" - > /bin/sh is executable - the directory where my-s

RE: bash slow on first 'up-arrow'

2006-02-27 Thread Dave Korn
On 27 February 2006 13:34, Eric Blake wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to Frank Greco on 2/26/2006 1:39 PM: >> >> When I hit 'up-arrow' for the first time, there's a long delay (at least 30 >> secs) and the disk spins like crazy. Then it seems to work fine,

Re: bash slow on first 'up-arrow'

2006-02-27 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Frank Greco on 2/26/2006 1:39 PM: > > When I hit 'up-arrow' for the first time, there's a long delay (at least 30 > secs) and the disk spins like crazy. Then it seems to work fine, so it seems > to > be looking for something the very

Can't execute shell script as wish subprocess, exes work

2006-02-27 Thread Jukka Laurila
Hi all, I'm unable to run shell scripts in wish using open [list | my-shell-script] The error I get is couldn't execute "my-shell-script": no such file or directory - the shell script is set as executable - it starts with "#!/bin/sh" - /bin/sh is executable - the directory where my-shell-sc

More on /etc/postinstall, .sh and .sh.done

2006-02-27 Thread James McLaughlin
I've changed the post-texmf.sh to .sh.done - thanks for that Chris - and I ran update-info-dir.sh immediately afterwards. Unfortunately, upon trying to change it to .sh.done I discovered that a file with that name already existed in /etc/postinstall - and I have no idea what to make of this or what

Re: problem with starting services in 1.5.19

2006-02-27 Thread Corinna Vinschen
On Feb 24 14:56, Yadin Y. Goldschmidt wrote: > I still did not get any response, can someone please help? > Since I received no suggestions I ran strace on cygrunsrv -S cron. I give > here > the result with 1.5.18 first (cron starts) and 1.5.19 second (cron is not > starting) > I only give the en

Re: ssh-host-config (/var/log/lastlog)

2006-02-27 Thread Corinna Vinschen
On Feb 24 08:02, Karl M wrote: > Hi All... > > I set up lastlog as a directory and it works great 8-) > > In the case where ssh-host-config detects that /var/log/lastlog esists and > is a directory, it sets the permissions on the directory to 0777. It seems > like it should set the sticky-bit

Re: sed: 4.1.5 breaks libtool generation

2006-02-27 Thread Corinna Vinschen
On Feb 25 04:19, Wlodek Szafran wrote: > Corinna Vinschen cygwin.com> writes: > > > sed's internal getline enforces CRLF line ending recognition regardless > > of the mount type, which results in mishandling of binary input files. > > sed has no -b/--binary option. So by using newlib's getline w

Re: Snapshot report - ssh error

2006-02-27 Thread Corinna Vinschen
On Feb 24 14:45, Buzz wrote: > Op Thu, 23 Feb 2006 18:26:44 +0100 schreef Corinna Vinschen > in <[EMAIL PROTECTED]>: > [...] > > : We're just missing a lastlog tool which allows examining the lastlog > : file(s). It's part of the pwdutils package from > : http://www.thkukuk.de/pam/pwdutils/

Re: win32 error 6

2006-02-27 Thread Ed Randall
I had a similar thing trying to debug jikes.exe using gdb on cygwin. Jikes would run normally on its own, but a SEGV occurred before "main" when running it inside gdb. My workaround was to make jikes.exe pause at the start of "main" by adding a call to "getline();" as the first line of the progra

Re: Dreadful cygwin errors

2006-02-27 Thread Olivier Lefevre
dheapmon was a bit challenging to install but here is the report: Desktop Heap Information Monitor Tool (Version 8.0.2823.0) Copyright (c) 2003-2005 Microsoft Corporation. All rights reserved. - Session ID:0 Total Desktop: ( 5312