Re: tcsh clear command?

2008-02-13 Thread Andrew DeFaria
Dave Korn wrote: (<- who the hell would use that! Anyone who might ever want to pipe stdio between a cygwin and a win32 native program will find it works an awful lot better if they do it in a DOS console using CYGWIN=notty. Like I said - who the hell would do that! ;-) Also, anyone who wants

Re: "cygwin-os" & library man pages?

2008-02-13 Thread Linda Walsh
Dave Korn wrote: Having said that, of course, since our goal is to emulate a linux system, the linux manpages should be correct and any inaccuracy is more of a bug in cygwin for not matching the man page rather than an error in the man page for not describing what cygwin (rather than linux)

Re: bash init failing on cygwin terminal launch

2008-02-13 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Dave Korn on 2/13/2008 1:43 PM: | | Heh, emails that cross in the ether... BTW I assume you have a minor typo | there for "~/.bash_profile" rather than that you actually do have a | "~/.profile" file? No. Bash prefers ~/.bash_profile

Re: Issue with GDB under Cygwin and XP

2008-02-13 Thread Jim Marshall
Ray Hurst wrote: Marco Atzeri wrote: --- Ray Hurst <[EMAIL PROTECTED]> ha scritto: Works fine on my Windows XP Pro machine using the same GDB and gcc version 3.4.4. What gcc version do you have? The stack trace would indicate that the crash is occurring before it gets to your main functio

RE: "cygwin-os" & library man pages?

2008-02-13 Thread Dave Korn
On 13 February 2008 23:43, Linda Walsh wrote: > I was trying to remember the syntax of some C functions but wasn't > able to find man pages for things like 'exec' (and variations), > fork (and variations)...etc. > > I ended up relying on linux manpages which luckily worked, but I'd > rather use t

Re: "cygwin-os" & library man pages?

2008-02-13 Thread Brian Dessent
Linda Walsh wrote: > Am I missing some manpage package(s)? There are not manpages for all functions, only those from newlib. For the rest, refer to the SUS. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documenta

"cygwin-os" & library man pages?

2008-02-13 Thread Linda Walsh
I was trying to remember the syntax of some C functions but wasn't able to find man pages for things like 'exec' (and variations), fork (and variations)...etc. I ended up relying on linux manpages which luckily worked, but I'd rather use the correct cygwin man pages so I know what calls are suppo

RE: Perl with SerialPort

2008-02-13 Thread Dave Korn
On 13 February 2008 22:59, Dave Korn wrote: > On 13 February 2008 22:46, Dave Korn wrote: > >> On 13 February 2008 21:23, curator wrote: >> >>> So the question is: i would like to prefer no 2. For that i have to >>> install SerialPort for Perl for cygwin. >>> >>> Is this possible, and if yes, c

RE: Perl with SerialPort

2008-02-13 Thread Dave Korn
On 13 February 2008 22:46, Dave Korn wrote: > On 13 February 2008 21:23, curator wrote: > >> So the question is: i would like to prefer no 2. For that i have to install >> SerialPort for Perl for cygwin. >> >> Is this possible, and if yes, could you tell me how? > > I'm no perl expert, St

RE: Perl with SerialPort

2008-02-13 Thread Dave Korn
On 13 February 2008 21:23, curator wrote: > So the question is: i would like to prefer no 2. For that i have to install > SerialPort for Perl for cygwin. > > Is this possible, and if yes, could you tell me how? I'm no perl expert, but from what I've read on the list it seems that cpan works un

Perl with SerialPort

2008-02-13 Thread curator
Hi, I installed my cygin on a winXP platform and want to make use of some perl scripts, which are used from some makefiles. So there are two possibilities for me: 1. Use Windows Perl and install Win32::SerialPort - Works find, i can run my makefiles in cygwin, which use perl scripts, but the per

Re: No History from earlier logins

2008-02-13 Thread curator
Hi again, the only variables set is the HISTFILE, the only one, which is modified by me. When is undo this, it works, when i close with exit. Why can this be? If I change the HISTFILE, the text is written down in them, but not recovered the next start. But that doesnt really matter, because of yo

RE: bash init failing on cygwin terminal launch

2008-02-13 Thread Rowe, Thomas
> I assume you have a minor typo > there for "~/.bash_profile" rather than that you actually do have a > "~/.profile" file? I have a .profile. It doesn't seem to matter whether it's named .profile or .bash_profile... I have a different problem now. Everything works find from Cygwin's cmd based

RE: bash init failing on cygwin terminal launch

2008-02-13 Thread Dave Korn
On 13 February 2008 20:41, Rowe, Thomas wrote: >> I cannot figure out the failing script from this. The `id -ng` stuff > is from the end of /etc/profile, so I guess /etc/profile gets through > OK. I ran dos2unix against /etc/profile and .bashrc to no effect. >> > > Doh. Nevermind. dos2unix r

RE: bash init failing on cygwin terminal launch

2008-02-13 Thread Dave Korn
On 13 February 2008 20:35, Rowe, Thomas wrote: > The tail of `bash --login -i -x` is: > + cd '/cygdrive/c/Documents and Settings/rowet' > + case `id -ng` in > ++ id -ng > ' . '/cygdrive/c/Documents and Settings/rowet/.bashrc > : No such file or directory and Settings

RE: bash init failing on cygwin terminal launch

2008-02-13 Thread Rowe, Thomas
>>> When I launch a cygwin terminal I see this line: >>>: No such file or directoryand Settings/rowet/.bashrc >>> >>> Then I am dumped into a bash prompt where .bashrc hasn't been read and I >>> think the normal bash config stuff hasn't finished either. If I type >>> 'bash[return]' from t

RE: bash init failing on cygwin terminal launch

2008-02-13 Thread Rowe, Thomas
>> When I launch a cygwin terminal I see this line: >>: No such file or directoryand Settings/rowet/.bashrc >> >> Then I am dumped into a bash prompt where .bashrc hasn't been read and I >> think the normal bash config stuff hasn't finished either. If I type >> 'bash[return]' from this sc

Re: xemacs

2008-02-13 Thread Cary Jamison
Taras D wrote: Hi everyone, Can anyone tell me why the following has occurred. When I first installed cygwin, I pretty much just installed xemacs (no emacs and a whole bunch of other stuff). Xemacs could be started from the bash script (black background) with the command 'xemacs &'. It would st

Re: "tar --one-file-system" accesses remote file systems

2008-02-13 Thread Larry Hall (Cygwin)
Matt Seitz (matseitz) wrote: From: Larry Hall (Cygwin) Matt Seitz (matseitz) wrote: Matt Seitz (matseitz) wrote: This problem and a proposed solution was mentioned in an earlier e'mail (http://www.cygwin.com/ml/cygwin/1998-09/msg00839.html). Ah, yes, the mounted CIFS share is reported as a

RE: "tar --one-file-system" accesses remote file systems

2008-02-13 Thread Matt Seitz (matseitz)
> From: Larry Hall (Cygwin) > > Matt Seitz (matseitz) wrote: > > > >> Matt Seitz (matseitz) wrote: > >>> This problem and a proposed solution was mentioned in an earlier > >>> e'mail > (http://www.cygwin.com/ml/cygwin/1998-09/msg00839.html). > > > > Ah, yes, the mounted CIFS share is reporte

RE: bash init failing on cygwin terminal launch

2008-02-13 Thread Dave Korn
On 13 February 2008 19:40, Rowe, Thomas wrote: > When I launch a cygwin terminal I see this line: >: No such file or directoryand Settings/rowet/.bashrc > > Then I am dumped into a bash prompt where .bashrc hasn't been read and I > think the normal bash config stuff hasn't finished either

Re: Issue with GDB under Cygwin and XP

2008-02-13 Thread Ray Hurst
Marco Atzeri wrote: --- Ray Hurst <[EMAIL PROTECTED]> ha scritto: Works fine on my Windows XP Pro machine using the same GDB and gcc version 3.4.4. What gcc version do you have? The stack trace would indicate that the crash is occurring before it gets to your main function, since that code

bash init failing on cygwin terminal launch

2008-02-13 Thread Rowe, Thomas
When I launch a cygwin terminal I see this line: : No such file or directoryand Settings/rowet/.bashrc Then I am dumped into a bash prompt where .bashrc hasn't been read and I think the normal bash config stuff hasn't finished either. If I type 'bash[return]' from this screwed-up login eve

Re: Issue with GDB under Cygwin and XP

2008-02-13 Thread Marco Atzeri
--- Ray Hurst <[EMAIL PROTECTED]> ha scritto: > > Works fine on my Windows XP Pro machine using the > same GDB and gcc > > version 3.4.4. What gcc version do you have? > > > > The stack trace would indicate that the crash is > occurring before it > > gets to your main function, since that code

Re: "tar --one-file-system" accesses remote file systems

2008-02-13 Thread Larry Hall (Cygwin)
Matt Seitz (matseitz) wrote: "Larry Hall (Cygwin)" wrote in message ^^^ news:<47B31A8F.7060008>... ^^ . Thanks. We don't want to be feeding the spammers around here. Matt Seitz

Re: Issue with GDB under Cygwin and XP

2008-02-13 Thread Ray Hurst
Jim Marshall wrote: Ray Hurst wrote: I'm running under Windows XP and Cygwin. I ran GDB on a simple C program and captured the output (below). I have a few questions: Why can I run the program several times with no errors but as soon as I set a breakpoint at main it gets a SIGSEGV fault? Wh

Re: "tar --one-file-system" accesses remote file systems

2008-02-13 Thread Matt Seitz (matseitz)
"Larry Hall (Cygwin)" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Matt Seitz (matseitz) wrote: > > This problem and a proposed solution was mentioned in an > > earlier e'mail (http://www.cygwin.com/ml/cygwin/1998-09/msg00839.html). Is > > there a known solution to this iss

RE: tcsh clear command?

2008-02-13 Thread Dave Korn
On 13 February 2008 05:51, Andrew DeFaria wrote: > Dave Korn wrote: >> On 12 February 2008 22:35, Larry Hall (Cygwin) wrote: >> >>> Christopher Stack wrote: i've noticed in the cygwin implementation of tcsh that the clear command doesn't exist. is it in some other format or is there a >

Re: pthread_kill when sig is zero

2008-02-13 Thread Christopher Faylor
On Wed, Feb 13, 2008 at 11:51:03AM -0500, Christopher Faylor wrote: >On Wed, Feb 13, 2008 at 03:23:51PM +0100, klement2 wrote: >> >>int pthread_kill(pthread_t thread, int sig); >> >>The posix function pthread_kill (in cygwin) does not perform error >>checking when the argument sig is zero, though i

Re: Threading issue in cygwin python 2.5.1-2 ?

2008-02-13 Thread Jim Kleckner
Thanks for running this. René Berber wrote: Jim Kleckner wrote: [snip] Would someone mind trying the following to see if you get the same behavior? cd /usr/lib/python2.5/test python testall.py Observe that it hangs at "creating task 1". Yes. After a while of being idle threads go down from

RE: Re: tcsh clear command?

2008-02-13 Thread Dave Korn
On 13 February 2008 17:30, Christopher Faylor wrote: >> alias clear='echo -ne \\e[2J' >> alias clear='echo -ne "\e[2J"' > > Or just type CTRL-L in bash, tcsh, and zsh if you want to clear the screen. That also doesn't reset the buffer. OTOH, the standard ANSI sequence "^]c" does do that: ali

Re: Re: tcsh clear command?

2008-02-13 Thread Christopher Faylor
On Wed, Feb 13, 2008 at 12:24:55PM -0500, Buchbinder, Barry (NIH/NIAID) [E] wrote: >Andrew DeFaria wrote on Wednesday, February 13, 2008 12:51 AM: >> Dave Korn wrote: >>> On 12 February 2008 22:35, Larry Hall (Cygwin) wrote: >>> Christopher Stack wrote: > i've noticed in the cygwin imple

RE: Re: tcsh clear command?

2008-02-13 Thread Buchbinder, Barry (NIH/NIAID) [E]
Andrew DeFaria wrote on Wednesday, February 13, 2008 12:51 AM: > Dave Korn wrote: >> On 12 February 2008 22:35, Larry Hall (Cygwin) wrote: >> >>> Christopher Stack wrote: i've noticed in the cygwin implementation of tcsh that the clear command doesn't exist. is it in some other format or

Re: pthread_kill when sig is zero

2008-02-13 Thread Christopher Faylor
On Wed, Feb 13, 2008 at 03:23:51PM +0100, klement2 wrote: > >int pthread_kill(pthread_t thread, int sig); > >The posix function pthread_kill (in cygwin) does not perform error >checking when the argument sig is zero, though it should according to >standard. It means ESRCH is not returned when the

Re: Uninstalling Cygwin

2008-02-13 Thread Christopher Faylor
On Wed, Feb 13, 2008 at 02:52:47PM +0100, PEDRO MACANAS VALVERDE wrote: > >-Mensaje original- >de Larry Hall (Cygwin) >Enviado el: martes, 12 de febrero de 2008 16:43 >Asunto: Re: Uninstalling Cygwin > >PEDRO MACANAS VALVERDE wrote: >> -Mensaje original- >> PEDRO MACANAS VALVERDE wr

Re: "tar --one-file-system" accesses remote file systems

2008-02-13 Thread Larry Hall (Cygwin)
Matt Seitz (matseitz) wrote: When I run "tar -czlvf backup ." in my home directory (/home/matseitz) , "tar" accesses a subdirectory (/home/matseitz/sjc-filer03a) that mounts a remote CIFS share. This problem and a proposed solution was mentioned in an earlier e'mail (http://www.cygwin.com/ml/cygw

Re: Uninstalling Cygwin

2008-02-13 Thread Larry Hall (Cygwin)
PEDRO MACANAS VALVERDE wrote: -Mensaje original- De: cygwin-owner at cygwin dot com [mailto:cygwin-owner] En nombre Um... de Larry Hall (Cygwin) Enviado el: martes, 12 de febrero de 2008 16:43 Para: cygwin ^^ Hm..

Re: No History from earlier logins

2008-02-13 Thread Thorsten Kampe
* curator (Tue, 12 Feb 2008 16:18:52 -0800 (PST)) > I got some problem with my cygwin installation. In my .bashrc file, > i export HISTFILE to a new file. When this is done, i have a history > on every login, but when i close the shell, all data is lost. So i > went to delete the command in the bas

pthread_kill when sig is zero

2008-02-13 Thread klement2
int pthread_kill(pthread_t thread, int sig); The posix function pthread_kill (in cygwin) does not perform error checking when the argument sig is zero, though it should according to standard. It means ESRCH is not returned when the thread is not valid (for example it exited before). Is it possi

RE: Uninstalling Cygwin

2008-02-13 Thread PEDRO MACANAS VALVERDE
-Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Larry Hall (Cygwin) Enviado el: martes, 12 de febrero de 2008 16:43 Para: cygwin@cygwin.com Asunto: Re: Uninstalling Cygwin PEDRO MACANAS VALVERDE wrote: > -Mensaje original- > PEDRO MACANAS VALVERDE

RE: Re: Uninstalling Cygwin

2008-02-13 Thread PEDRO MACANAS VALVERDE
-Mensaje original- Robert Pendell Enviado el: martes, 12 de febrero de 2008 16:39 Asunto: Re: Uninstalling Cygwin >You were quoting the header in your replies which contained email addresses in it. It isn't encouraged because it helps spammers out. Your case is particularly disturbing bec

Re: No History from earlier logins

2008-02-13 Thread curator
Hi, sry, that doesnt change the problem, it doesn't matter, if i close the window or type exit. Just tried it. What else can it be? Thanks Greg Chicares-2 wrote: > > On 2008-02-13 00:18Z, curator wrote: >> >> I got some problem with my cygwin installation. In my .bashrc file, i >> export >> HI

Re: Cygwin OCFS support (or lack of)

2008-02-13 Thread Corinna Vinschen
On Feb 13 10:29, doron cs wrote: http://cygwin.com/acronyms/#PCYMTNQREAIYR http://cygwin.com/acronyms/#TOFU > I have OCFS access as much as you want > What I do not have right now (and it will take time until i get it) is > a cygwin development environment on my Win2003 servers . I don't have a

RE: Grace does not work

2008-02-13 Thread Tatsuro MATSUOKA
Hello I have tried to use grace with buiding from source. I tried the cygwin ftp source trees or grace web page. Build processes thenseslves seemed to be done. However, no binaries have been worked well at all. I do not usually use the grace. So that I don't worry it at all. But I have a question

Re: Cygwin OCFS support (or lack of)

2008-02-13 Thread doron cs
I have OCFS access as much as you want What I do not have right now (and it will take time until i get it) is a cygwin development environment on my Win2003 servers . If you will send me binaries I will be extatic to run them and strace them until I will setup my Cygwin development systems . On F