Is there, anywhere in the world, some place where ican rsync Cygin 32 bits ?

2023-05-29 Thread akakima via Cygwin
Does such a place exist (beside fruitbat) ? Thanks a lot. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: strchrnul() crashing latest dash

2011-05-05 Thread Akakima
"Eric Blake" a écrit dans le message de news: 4dc2c56d.9040...@redhat.com... Thanks. Tried again with latest snapshot. Everything is OK now Will remember the hint about the snapshots :-) -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq

strchrnul() crashing latest dash

2011-05-05 Thread Akakima
I just tried to build dash. Downloaded the source code with setup.exe. dash.exe core dumped. Using GDB found that strchrnul (the one cygwin1.dll) was the location of the crash. I modified config.h to use dash's own strchrnul. Now everything seems ok. I am using the latest cygwin dll. May be the

Re: proposing a new package: dash (shell)

2009-03-04 Thread Akakima
"Eric Blake" wrote: Yes, a port of dash would be welcome. Great. I will do it. I have done some minimal testing. dash can run its own configure script. In order to be sure that dash.exe was the only shell use by cygwin, i copied dash.exe over sh.exe and bash.exe. Are you sure dash wa

Re: proposing a new package: dash (shell)

2009-03-04 Thread Akakima
"Mark J. Reed" a écrit dans le message de news: $ lsb_release -d Description: Ubuntu 8.10 $ ls -l /bin/sh lrwxrwxrwx 1 root root 4 2007-07-30 05:36 /bin/sh -> dash* User accounts are still created with bash as the login shell by default. Here is where i read about it: https://wiki.ubuntu.com

Re: proposing a new package: dash (shell)

2009-03-04 Thread Akakima
Here is the dash COPYING file: Copyright (c) 1989-1994 The Regents of the University of California. All rights reserved. Copyright (c) 1997 Christos Zoulas. All rights reserved. Copyright (c) 1997-2005 Herbert Xu . All rights reserved. This code is derived from software contributed to Berkele

proposing a new package: dash (shell)

2009-03-04 Thread Akakima
I would like to see dash (a POSIX-compliant implementation of sh) to be distributed with Cygwin. I am also willing to become the official maintainer if no one else want to do the job. dash home: http://gondor.apana.org.au/~herbert/dash/ I am not ready to do an ITP on cygwin-a...@cygwin.com, be

Re: side effects after installing gcc-3.4.4.999

2009-03-03 Thread Akakima
"Dave Korn" wrote:> Then again, it may be a sign that we're missing a flush somewhere in the Cygwin DLL. Are you trying with 1.5 or 1.7? If you haven't tried 1.7 yet, using 1.5. But, i have installed 1.7 yesterday evening. I created shortcuts to dir.exe, ls.exe, uname.exe and users.exe to s

Re: side effects after installing gcc-3.4.4.999

2009-03-02 Thread Akakima
"Dave Korn" wrote: Windows will do because that's outside my control. (And I don't think it would make sense to avoid using Linux features in Cygwin just so that stuff will work from DOS!) I agree 99.99 % with you. :-). the 0.01 is about would you please not totally forget that cygwin is r

Re: side effects after installing gcc-3.4.4.999

2009-03-02 Thread Akakima
"Dave Korn" wrote: Windows will do because that's outside my control. (And I don't think it would make sense to avoid using Linux features in Cygwin just so that stuff will work from DOS!) I agree 99.99 % with you. :-). the 0.01 is about would you please not totally forget that cygwin i

Re: side effects after installing gcc-3.4.4.999

2009-03-02 Thread Akakima
"Charles Wilson" ...which you refuse to use. I don't think you're going to get a whole lot of sympathy for your "problem" -- and I'm sure Dave is not going to respin gcc-3.4.4-999 to "fix" it. -- Chuck Ok. I was not asking for gcc being respined. Thanks anyway. -- Unsubscribe info:

Re: side effects after installing gcc-3.4.4.999

2009-03-02 Thread Akakima
"Dave Korn" wrote: Nope, of course not. Use "gcc-3.exe" instead. Dave, English is not my native language (I guess you know that!) So i want to add that i am not critisizing but just stating what i want and what i found. :-) Why "of course" ?. You said in a previous post that the update wou

Re: side effects after installing gcc-3.4.4.999

2009-03-02 Thread Akakima
"Greg Chicares" If gcc version 3.x is what you want, why not just downgrade from 3.4.4-999 to gcc-3.4.4-3? AIUI, the only difference between the two is something you don't want: That's what i did (downgraded). Still, i wanted to make someone aware of the fact that the update was the cause o

side effects after installing gcc-3.4.4.999

2009-03-01 Thread Akakima
After updating gcc in my cygwin installation, i discovered that i cannot run gcc.exe from the native winxp console (cmd.exe). gcc.exe has been replaced by gcc-3.exe. Of course, this works fine under bash and ash, but it does not work anymore under cmd.exe. since i prefer to work under cmd.exe