Re: When ssh'd in, cannot run MS compiler /Zi debug option

2007-01-20 Thread Corinna Vinschen
On Jan 19 18:13, Mike Yoder wrote: > I see that using password authentication does make the problem go away > for accounts local to the machine. But if I ssh into this machine > using a domain account and use password authentication, whoami still > tells me that I'm the sshd_server. (I built /etc

Re: How to resolve hiccups by patch program?

2007-01-20 Thread Markus Elfring
Yes; if patch can't find anything that corresponds to the unaltered lines at the start and end of the hunk, it doesn't know where to put it; if the lines that it finds there don't match what the patch says the old versions look like, it also doesn't work. How do you think about my results f

cygexec strangeness

2007-01-20 Thread Christopher Layne
Kind of strange. Am I missing something on how cygexec is supposed to be used? $ cat o.c #include #include #include int main(int argc, char **argv) { int r; if ((r = open(argv[1], O_RDONLY)) < 0) perror("open"); return 0; } $ gcc -g3 -ansi -pedantic -

ch module wozu?

2007-01-20 Thread Pierre Bernhardt
Hallo, hat schon mal jemand das ch Module für irgendetwas benötigt? Es ist ein Modul für Media Changer, also z.B. Tape Libs und CD-Rom Jukeboxen gedacht. Zum wechseln verwende ich immer mtx. Das funktioniert aber scheinbar direkt das scsi Modul. MfG... Pierre Bernhardt -- Unsubscribe info:

[ANNOUNCEMENT] Updated: astyle-1.20-1

2007-01-20 Thread Chris Sutcliffe
I've uploaded a new version astyle, 1.20-1, which is an upstream release. For a list of changes check out http://astyle.sourceforge.net/astyle_release_notes.html. To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to

Re: cygexec strangeness

2007-01-20 Thread Corinna Vinschen
On Jan 20 03:27, Christopher Layne wrote: > Kind of strange. > Am I missing something on how cygexec is supposed to be used? That's with a snapshot? If so, try the latest one. WJFFM. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader

Re: cygexec strangeness

2007-01-20 Thread Christopher Layne
$ mount -f -b -s -X 'c:\cygwin' / $ strace ./o o.c 55 57473 [main] o 2656 fhandler_base::open: (c:\cygwin\var\tmp\o.c, 0x10) 87 57560 [main] o 2656 fhandler_base::set_flags: flags 0x10, supplied_bin 0x1 45 57605 [main] o 2656 fhandler_base::set_flags: filemode set to

Re: cygexec strangeness

2007-01-20 Thread Corinna Vinschen
On Jan 20 05:21, Christopher Layne wrote: > $ mount -f -b -s -X 'c:\cygwin' / > $ strace ./o o.c > >55 57473 [main] o 2656 fhandler_base::open: (c:\cygwin\var\tmp\o.c, > 0x10) >87 57560 [main] o 2656 fhandler_base::set_flags: flags 0x10, > supplied_bin 0x1 >45 57605

Re: www.iozone.org; binary cygwin1.dll w/o source

2007-01-20 Thread Larry Hall (Cygwin)
Brian Ford wrote: On Fri, 19 Jan 2007, Brian Ford wrote: Yup, thanks. Iozone put one in C:\WINDOWS\system32. Sorry. I really hate to bring this up, but unless I missed something, www.iozone.org is distributing a binary Cygwin DLL (1.5.17) without a GPL compliant source offer via: http://ww

bash:csh:Command not found

2007-01-20 Thread ram001
Hi guys I am new to cygwin. when I am working on cygwin. I created a directory name Scripts byusing mkdir Scripts in Cygwin. After that I created a csh file inside the Scripts directory by using cat > Creator.csh. In this file i got my C shell script. When I am trying to execute the script by usi

devenv.com has errors only when running through cygwin sshd, not sure why

2007-01-20 Thread John Owens
Greetings, sticky problem here. I am running compile jobs remotely on a server running cygwin sshd. Versions: Cygwin dll: 1.5.18 sshd: OpenSSH_4.2p1, OpenSSL 0.9.8a 11 Oct 2005. Windows: Windows XP Professional Ver 5.1 Build 2600 Service Pack 2 Visual Studio: Microsoft (R) Development En

Re: bash:csh:Command not found

2007-01-20 Thread Larry Hall (Cygwin)
ram001 wrote: Hi guys I am new to cygwin. when I am working on cygwin. I created a directory name Scripts byusing mkdir Scripts in Cygwin. After that I created a csh file inside the Scripts directory by using cat > Creator.csh. In this file i got my C shell script. When I am trying to execute th

Re: devenv.com has errors only when running through cygwin sshd, not sure why

2007-01-20 Thread Larry Hall (Cygwin)
John Owens wrote: Greetings, sticky problem here. I am running compile jobs remotely on a server running cygwin sshd. Versions: Cygwin dll: 1.5.18 sshd: OpenSSH_4.2p1, OpenSSL 0.9.8a 11 Oct 2005. Windows: Windows XP Professional Ver 5.1 Build 2600 Service Pack 2 Visual Studio: Micros

Re: bash:csh:Command not found

2007-01-20 Thread Igor Peshansky
On Sat, 20 Jan 2007, ram001 wrote: > I am new to cygwin. when I am working on cygwin. I created a directory > name Scripts byusing mkdir Scripts in Cygwin. After that I created a csh > file inside the Scripts directory by using cat > Creator.csh. In this > file i got my C shell script. When I am t

Re: devenv.com has errors only when running through cygwin sshd, not sure why

2007-01-20 Thread John Owens
Larry Hall (Cygwin cygwin.com> writes: > > John Owens wrote: > > Greetings, sticky problem here. I am running compile jobs remotely on > > a server running cygwin sshd. > > In fact this does solve the problem. Boy, it'd be nice to know why th

I would like a post deleted

2007-01-20 Thread Jean Laborde
I have this post that I would like to be deleted, as it shows up in Google searches, and I would like to not have it do so. Thanks. * MODERATOR, PLEASE REMOVE ME FROM LIST From: Jean Laborde To: cygwin at cygwin dot com Date: Thu, 18 Jul 200

Re: I would like a post deleted

2007-01-20 Thread Bobby Mcnulty
Jean Laborde wrote: I have this post that I would like to be deleted, as it shows up in Google searches, and I would like to not have it do so. Thanks. * MODERATOR, PLEASE REMOVE ME FROM LIST From: Jean Laborde To: cygwin at cygwin dot com

Re: devenv.com has errors only when running through cygwin sshd, not sure why

2007-01-20 Thread John Owens
John Owens yahoo.com> writes: > my login, so it's not exactly the same symptom as above. We will try > an upgrade of cygwin and see if that allows me to use public key again. Upgrade of cygwin didn't help, alas, so I'll just use password for the time being. JDO -- Unsubscribe info: http:/

RE: bash:csh:Command not found

2007-01-20 Thread Dave Korn
On 21 January 2007 01:19, Igor Peshansky wrote: > On Sat, 20 Jan 2007, ram001 wrote: > >> I am new to cygwin. when I am working on cygwin. I created a directory >> name Scripts byusing mkdir Scripts in Cygwin. After that I created a csh >> file inside the Scripts directory by using cat > Creator.

Re: I would like a post deleted

2007-01-20 Thread Christopher Faylor
On Sat, Jan 20, 2007 at 06:04:55PM -0800, Jean Laborde wrote: >I have this post that I would like to be deleted, as >it shows up in Google searches, and I would like to >not have it do so. Thanks. > >* > >MODERATOR, PLEASE REMOVE ME FROM LIST >Fr

RE: I would like a post deleted

2007-01-20 Thread Dave Korn
On 21 January 2007 02:05, Jean Laborde wrote: > I have this post that I would like to be deleted, as > it shows up in Google searches, and I would like to > not have it do so. Thanks. > > * > > MODERATOR, PLEASE REMOVE ME FROM LIST > From: Jea

Re: Endianess not declared

2007-01-20 Thread Kovarththanan Rajaratnam
Hello Dave, Sorry for the last response. Dave Korn wrote: On 17 January 2007 16:54, Kovarththanan Rajaratnam wrote: ~ $ md5sum /usr/include/ieeefp.h 21e83ac9763e6898351107c2f840be91 */usr/include/ieeefp.h Ditto: $ md5sum /usr/include/ieeefp.h 21e83ac9763e6898351107c2f840be91 */usr/include/i

RE: Endianess not declared

2007-01-20 Thread Dave Korn
On 21 January 2007 06:54, Kovarththanan Rajaratnam wrote: > It seems I got things mixed up. The ieeefp.h that was apparently > included is located in /usr/include/machine/ieeefp.h and not > usr/include/ieeefp.h. Got it, I see now. Well, this clause should fire: /tmp $ cat -n /usr/include/mach