Where can I find old Cygwin repositories?

2006-08-11 Thread Øyvind Harboe
re details on what I'm working on: http://www.zylin.com/nios2libstdc++.html The real solution to this problem involves twisting the arm of Altera not to include a version of Cygwin, IMHO. -- Øyvind Harboe http://www.zylin.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Breach of GPL?

2006-08-11 Thread Øyvind Harboe
tc. - They have some partial old version of Cygwin with Nios 5.0/6.0. This causes havoc because Cygwin (sadly) does not support side-by-side installs. -- Øyvind Harboe http://www.zylin.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://

Re: Breach of GPL?

2006-08-11 Thread Øyvind Harboe
ut to do the work to make Cygwin support side-by-side installs, then I'm happy to deal with the downfall from the current behaviour. Making Altera change their behaviour is no effort at all, really, a quick call, fire off an email, that's all that it takes. :-) -- Øyvind Harboe http://www.

Those nasty bundled Cygwin's

2006-08-19 Thread Øyvind Harboe
about adding a link to Cygwin front page saying something to the effect that "we're looking for sponsors to fix setup and this is what we plan to do"? Or has this already been done? :-) -- Øyvind Harboe http://www.zylin.com -- Unsubscribe info: http://cygwin.com/ml/#uns

Problems with stdout(?) and latest CygWin

2004-06-17 Thread Øyvind Harboe
rive/c/cdtworkspace/firmware/output $ gzip -t foo [EMAIL PROTECTED] /cygdrive/c/cdtworkspace/firmware/output $ -- Øyvind Harboe http://www.zylin.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Copying stderr to stdout

2003-09-26 Thread Øyvind Harboe
I was having a bit of trouble copying stderr to stdout, e.g. $ ls 2>&1 lkajsdflkjasdflkj >ll ls: lkajsdflkjasdflkj: No such file or directory I would have expected the error message to end up in "ll". If I place "2>&1" at the end of the line it works. Is this the intended behaviour? Øyvind -

cron problems finally resolved

2003-09-26 Thread Øyvind Harboe
After much knashing of teeth, I've finally figured out what made my cron scripts fail: In a normal shell, the /usr/bin is in at the front of the $PATH. When cron runs as a cygrunsrv service /usr/bin is at the end of the $PATH. In my case, I had a Windows version of "tar" that being executed inst

SV: cron problems finally resolved

2003-09-26 Thread Øyvind Harboe
>Take a look at the "-e" option to cygrunsrv -- >it might help. I find it a bit unnerving that I test my scripts under bash and then deploy them under a different environment that I do not properly understand. By using the "bash" trick in the last post, I was hoping to more precisely copy the env