Re: slow iar-compilation in ssh-session (solved)

2010-02-02 Thread Peter Münster
Hello, I don't know why it wasn't needed in version 1.5, but this resolved the problem: cyglsa-config Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

setup.exe crashes when downgrading gcc4

2010-08-27 Thread Peter Münster
Hello, I've installed version 4.5.0 of gcc4-core, gcc4-g++ and libgcc1. Now I would like to uninstall these packages or go back to version 4.3.4. There is no possibility to uninstall these packages, when cycling in setup.exe, there are these possibilities: - 4.3.4-3 - source - 4.3.4-1 - keep So

Re: setup.exe crashes when downgrading gcc4

2010-08-30 Thread Peter Münster
On Fri, Aug 27 2010, Andy Koppe wrote: > > So I select "4.3.4-3", and then "next". Then setup.exe crashes with this > > error: > > An unhandled win32 exception occurred in setup.exe [1672]. > > I wasn't able to reproduce this. Were you using the then-latest > version 2.712 of setup.exe? You could

Re: setup.exe crashes when downgrading gcc4

2010-08-30 Thread Peter Münster
On Mon, Aug 30 2010, Peter Münster wrote: > - it seems, that it crashes now, whatever I do... Hello, I've found "the solution": instead of using mirror rz.ruhr-uni-bochum.de I switched to mirror tu-dresden.de. Now there is no more crash! Cheers, Peter -- Contact

Re: setup.exe crashes when downgrading gcc4

2010-08-31 Thread Peter Münster
On Tue, Aug 31 2010, Andy Koppe wrote: > The Bochum http mirror works fine for me, but the ftp one just stops > during the download of setup.bz2, so it seems something's not right > with that server. Which one were you using? The http server. > Regarding the crash, I can only guess that the Boc

simulating console input

2010-09-02 Thread Peter Münster
Hello, I would like to run a Dos program, that needs keyboard input (just one "Y"), automatically via "make" in an ssh-session. How could I simulate the "Y" keypress? "echo Y | DosProgram.exe" does not work... The keypress is accepted only in a dos-console. TIA for any help! Peter -- Contact

Re: simulating console input

2010-09-03 Thread Peter Münster
On Thu, Sep 02 2010, Larry Hall (Cygwin) wrote: > >How could I simulate the "Y" keypress? > > > >"echo Y | DosProgram.exe" does not work... > > > >The keypress is accepted only in a dos-console. > > Read . > Then add this fact

Re: simulating console input

2010-09-03 Thread Peter Münster
On Fri, Sep 03 2010, Andy Koppe wrote: > I've written a utility called 'conin' that translates pty input to > console events. Perhaps that'll do the job. See here: > > http://groups.google.com/group/mintty-discuss/browse_thread/thread/1f9cf480117b8a0b Great, it works! It's as easy as "echo y |