Thanks, the snapshot cygwin1-20030923.dll.bz2 works.
Alexander.
"Christopher Faylor" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Tue, Sep 23, 2003 at 06:37:07AM +0400, Alexander Osipenko wrote:
> >Shell hangs, executing command
> >
> >
Shell hangs, executing command
$ gcc -v --help | less
when I trying to quit pressing Q after first screen.
Shell hangs - no prompt, no command execution, only echoing typed chars.
Second session with ps -ef shows *no* gcc or less programs running.
I've pressed ^C in this state, and after a dela
This SegFault remains after upgrade to cygwin 1.5.5-1, rxvt 2.7.10-3, bash 2.05b-15.
"Alexander Osipenko" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> running bash (all versions) under rxvt with command
>
> rxvt -e /bin/bash -l -i
>
> Executing
YES, there ARE a noticeable difference between GCC 3.2 and MS VisualC 7.1
struct A {
virtual void foo(char* a) { std::cout << "A"; }
};
struct B: public A {
virtual void foo(char* const a) { std::cout << "B"; }
};
int main() {
B b;
A* a = &b;
a->foo("");
}
This example prin
running bash (all versions) under rxvt with command
rxvt -e /bin/bash -l -i
Executing commands:
$ while true; do date >>somefile.log; sleep 3; done &
# ok, any real program that writes a log, may be win app or in other shell session
$ tail -f somefile.log
Interrupting with CTRL-C after second
Just as described in article
http://www.cygwin.com/ml/cygwin/2003-09/msg00825.html
PS1='\[\e]0;\w\a\e[32;1m\]$ \[\e[0m\]'
current directory contais 2 scripts: `pkgcheck.pl' and `pkgwget.sh`
Starting a command:
$ ./pk
and pressing TAB 3 times (one for completion ./pkg and other two for the list
6 matches
Mail list logo