"type ahead" bug report - so far not addressed

2005-12-19 Thread Robert Body
here is the bug report again, i tried emailing Corinna, but that didn't work Delivery to the following recipients failed. [EMAIL PROTECTED] From: "Robert Body" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: bug with cygwin Date: Mon, 19 Dec 2005 19:53:48 -070

bug with Cygwin - "ls .." within a link (directory)

2005-12-19 Thread Robert Body
Here is a bug with cygwin: "r" is a link to "/cygdrive/c/robertbody" and when I go into the link named "r" and I do "ls .." it is incorrect, and inconsistent with "cd ..; ls", because in fact Cygwin is mishandling the link.. inconsistently with any linux/unix On another note, I reported a

Re: "type ahead" bug with cygwin

2005-12-11 Thread Robert Body
bert From: Samuel Thibault <[EMAIL PROTECTED]> To: cygwin@cygwin.com Subject: Re: "type ahead" bug with cygwin Date: Sat, 10 Dec 2005 11:15:09 +0100 Robert Body, le Fri 09 Dec 2005 20:01:49 -0700, a écrit : > During an ftp session, when the shell was tied up for 15 minut

Re: traceroute command anywhere?

2005-12-11 Thread Robert Body
oute command anywhere? Date: Sun, 11 Dec 2005 09:40:50 -0800 Robert Body wrote: > Hi, I looked in www.cygwin.com/packages that must be the best way to search > for what's inside packages right? In all honesty it is the very best way, at least if you are only interested in finding offi

traceroute command anywhere?

2005-12-11 Thread Robert Body
Hi, I looked in www.cygwin.com/packages that must be the best way to search for what's inside packages right? and I can't find traceroute which pings a website but also shows how it got there, with the 11 or so hits of IPs it does along the way is there a pre-built binary for traceroute out

Re: sftp progress showing ... 66% complete

2005-12-10 Thread Robert Body
put from _time_ (measuring how long $mycommand took) and this way by including "progress" in the input file to sftp i get to see the progress %percentage during transfer :-) -Robert From: Brian Dessent <[EMAIL PROTECTED]> Reply-To: cygwin@cygwin.com To: cygwin@cygwin.com S

RE: sftp progress showing ... 66% complete

2005-12-09 Thread Robert Body
ok it appears my problem is with my script, not sftp: specifically with using tee or > in the command: (time $mycommand) 2>&1 | tee $tempFile I am trying to time $mycommand which is "sftp [EMAIL PROTECTED] < fileWithActions" I need the output of _time_ and then i head and tail it and send to

sftp progress showing ... 66% complete

2005-12-09 Thread Robert Body
Hi, I like seeing the percentage complete feedback while running sftp, but I can only get it if i type sftp [EMAIL PROTECTED] < commandsFile if I put this line into a script.. no feeback of progress (like 66% complete) if I run sftp -b commandsFile [EMAIL PROTECTED] again, no feedba

"type ahead" bug with cygwin

2005-12-09 Thread Robert Body
Hi, I found something that I think is a fundamental issue with cygwin. During an ftp session, when the shell was tied up for 15 minutes, I typed something, and of course it was echoed, but when the ftp session completed, the commands I typed were lost, no action was taken. Of course a real li

backing up Cygwin

2005-12-08 Thread Robert Body
Hi, what is a good way to backup Cygwin? Through Cygwin, through Windows? Won't I lose the file permissions on files with Windows backup? And turn groups/owners all into how about TGZip or BZIP2 everything from cygwin, is that the best way? I have about 1gig of Cygwin stuff now. -R

Re: gzread, gzdopen, gzclose not found

2005-12-03 Thread Robert Body
[ -e Libs/libclanApp.a ]; then rm -f Libs/libclanApp.a; fi @ar qc Libs/libclanApp.a $(OBJF_LIB_App) From: Brian Dessent <[EMAIL PROTECTED]> Reply-To: cygwin@cygwin.com To: cygwin@cygwin.com Subject: Re: gzread, gzdopen, gzclose not found Date: Sat, 03 Dec 2005 17:10:09 -0800 Robe

Re: gzread, gzdopen, gzclose not found

2005-12-03 Thread Robert Body
To: cygwin@cygwin.com Subject: Re: gzread, gzdopen, gzclose not found Date: Sat, 03 Dec 2005 16:39:26 -0800 Robert Body wrote: > Hi, I am trying to compile ClanLib, and I have zLib installed, I thought > that's where these 3 gz function are from... but my Make does not find them You didn&#x

Re: gzread, gzdopen, gzclose not found

2005-12-03 Thread Robert Body
Thanks for replying Brian, this is part of a 2 week effort of many failures, finally zooming on getting Pingus to work (or finding it's not possible, but at least getting the dependencies to work)... I run make, which seems to diverge into other directories. this is in the main Makefile:

gzread, gzdopen, gzclose not found

2005-12-03 Thread Robert Body
Hi, I am trying to compile ClanLib, and I have zLib installed, I thought that's where these 3 gz function are from... but my Make does not find them -Robert (I have) zlib1.2.2-2 Cygwin DLL version info: DLL version: 1.5.18 DLL epoch: 19 DLL bad signal

error: undefined reference to [EMAIL PROTECTED]'

2005-12-03 Thread Robert Body
Hi, I saw the explanation to error: undefined reference to [EMAIL PROTECTED]' in http://sourceware.org/ml/cygwin/2005-10/msg01038.html but I don't understand how that would apply to my problem. I am trying to install Hermes-1.3.3 and I get the error about [EMAIL PROTECTED], but all I am trying t

Re: escape codes in ksh "\033]0;\$PWD\007\$PWD> "

2005-11-22 Thread Robert Body
I have not been able to figure out how to send escape codes to ksh I saw a syntax for ksh on http://www.steveshilling.pwp.blueyonder.co.uk/scripts/xtermtitle.txt - PS1='^[]0;[EMAIL PROTECTED]: ${PWD}^Gksh$ ' - where ^[ is used instead of \033 and ^G instead of \007 but I tried 3

escape codes for ksh in /etc/profile ... was Re: mkpasswd, mkgroup - initial

2005-11-22 Thread Robert Body
** First, let me say... Cygwin is awesome, and the mailing lists are awesome. It looks like a lot of work has been done to make it match a real unix. :-) ** Brian, another great help, thank you, especially for thelink: --- http://cygwin.com/faq/faq.

mkpasswd, mkgroup - initial setup of group, home dir

2005-11-22 Thread Robert Body
Hi, I installed on a networked computer, but i don't want my cygwin to be part of that network as far as username/groups go (I don't want to add all the users to my group or passwd files) I was assigned "robert.body" as username and my group name is "mkgroup-l-d" I would like to change these t

Re: XInternAtom XRectInRegion ... not found ... where to get these XLIB components

2005-11-22 Thread Robert Body
To: cygwin@cygwin.com Subject: Re: XInternAtom XRectInRegion ... not found ... where to get these XLIB components Date: Tue, 22 Nov 2005 00:47:41 -0800 Robert Body wrote: > Hi, I am getting errors about xlib components missing. Running find gives > me this: This is the wrong m

XInternAtom XRectInRegion ... not found ... where to get these XLIB components

2005-11-22 Thread Robert Body
Hi, I am getting errors about xlib components missing. Running find gives me this: /> find * | grep XInternAtom usr/X11R6/lib/X11/doc/html/XInternAtom.3.html usr/X11R6/lib/X11/doc/html/XInternAtoms.3.html usr/X11R6/man/man3/XInternAtom.3 usr/X11R6/man/man3/XInternAtoms.3 so it finds the docs

compiling ClanLibs - errors

2005-11-21 Thread Robert Body
Hi, I get the following errors while trying to complie ClanLibs I heard that someone was able to accomplish that... I am using Windows XP thank you -Robert - www.RobertBody.com - first with ./configure ... checking libgen.h usabili