Never mind, please ignore (was Re: 1.7: gcc 3.4.4 ...)

2009-12-26 Thread Kiran Prakash
It appears that my coding skills have decayed seriously. Cheers, Kiran -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: New snapshot with significant new functionality

2002-05-03 Thread Kiran Prakash
Just looked at it. Nice. Seems to barf on colons in filenames, though, which do occur in the registry. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: h

RE: Setup.exe release-candidate

2002-03-15 Thread Kiran Prakash
modes.(Category, full and partial)   Thanks,Kiran Prakash setup2.bmp.gz Description: Binary data setup1.bmp.gz Description: Binary data -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com

Re: bash in Explorer Context menu (like "DOS here")

2002-03-04 Thread Kiran Prakash
~/.profile, just add a dummy empty one or modify the REG file and remove the "--rcfile ~/.profile" bit. Hope that helps. Kiran Prakash rxvtHere.reg Description: Binary data -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com

tar 1.13.19-1: extraction of a .tar file results in 1312 lines of "tar: Archive value 72141 is out of uid_t range 0..65535"

2002-02-21 Thread Kiran Prakash
-xf generated similar messages. This same file extracts perfectly on a linux machine. Interestingly, splint installed OOB afterwards, and all the checks were ok. Thanks, Kiran Prakash _ Do You Yahoo!? Get your free @yahoo.com

Re: cygwin console

2002-01-08 Thread Kiran Prakash
ple talk, the message telling the user about the talk is swallowed) I agree that rxvt shouldnt be made default until atleast this is fixed. Kiran Prakash _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- Unsubs

talk,rxvt and tftp

2002-01-03 Thread Kiran Prakash
waitnobody /usr/sbin/in.tftpd in.tftpd /home/kiran/docs I have the latest version of inetutils and practically everything else (downloaded with setup.exe) running on Win98SE Thanks, Kiran Prakash _ Do You Yahoo!? Get your free @ya

Re: gcc not producing executables

2001-12-25 Thread Kiran Prakash
shouldnt, but doesnt give indication of symptoms ... Seasons Greetings, Kiran Prakash 12/25/01 10:11:43 PM, Syzop <[EMAIL PROTECTED]> wrote: >Hi! > >Thank you very much! It was indeed what you were saying :). > >Merry christmas, > >Bram Matthys. > >

getsockopt broken in cygwin 1.3.6-1

2001-12-03 Thread Kiran Prakash
It seems that getsockopt is broken in the latest version. This error occured in tinyfugue, and the only line using getsockopt is the following : if (getsockopt(xsock->fd, SOL_SOCKET, SO_ERROR, (GENERIC*)&err, &len) < 0) { errmsg = "getsockopt";