newbie question

2007-07-02 Thread Murali Vemuri
Hi I am a newbie using Cygwin and I have 2 problems: Problem 1: I am trying to compile CSCOPE for Cygwin (essentially for windows) and when I try "./configure", I am getting this error: "checking for C compiler default output file name... configure: error: C compiler cannot create executables S

RE: bug in cygwin_conv_to_posix_path() caused by period in win32 path

2007-07-02 Thread Jörg Schaible
Dave Korn wrote on Monday, July 02, 2007 7:21 PM: > On 02 July 2007 18:17, Pavel Kudrna wrote: > >> Hi, >> the legal win32 paths containing period like "c:.\" or "c:." are >> incorrectly converted by cygwin_conv_to_posix_path() to "c:./" and >> "c:." respectively. See last two output lines of the

Re: [ANNOUNCEMENT] Setup.exe updated to version 2.573.2.2

2007-07-02 Thread fergus
Thank you for all the improvements. Don't want to repeat the long description at http://cygwin.com/ml/cygwin/2007-06/msg00658.html so can I just comment: the new 2.573.2.2 fails to spot an up-to-date but unmounted Cygwin system so, instead of merely re-mounting it, attempts to download and inst

Re: ssh config

2007-07-02 Thread Karl M
Hi All... From: Brian Dessent Subject: Re: ssh config Date: Mon, 02 Jul 2007 15:23:05 -0700 René Berber wrote: > What you did in ~/.ssh/config was add the parameter (-X) for the specific host, > that AFAIK cannot be done globally (unless globing is accepted in the same > config file). Sure

Re: [ANNOUNCEMENT] New package: brltty 3.8

2007-07-02 Thread Samuel Thibault
Hi, Samuel Thibault, le Thu 07 Jun 2007 19:59:25 +0800, a écrit : > Phil Betts, le Thu 07 Jun 2007 12:14:33 +0100, a écrit : > > Might I suggest a compromise? Create a new "Accessibility" group in > > setup. It would (at least for now) be the first group > > That would be a fair compromise, yes

Re: getting emacs in cygwin

2007-07-02 Thread Wynfield Henman
Some people like to associate Cygwin tools with certain mime types so it's possible to click on a file in the explorer, for example, and have their favorite Cygwin tool open the file. Ah.. I see. That makes sense. I use zsh's suffix aliases and completion. I just enter the file name and zsh k

[ANNOUNCEMENT] Setup.exe updated to version 2.573.2.2

2007-07-02 Thread Brian Dessent
I've updated the version of setup.exe at to version 2.573.2.2. This version incorporates a number of bug fixes and new features, as listed below. - Fix crash when trying to MD5 a non-existant package file that failed to download. - Don't append a trailing slas

Re: ssh config

2007-07-02 Thread Brian Dessent
René Berber wrote: > What you did in ~/.ssh/config was add the parameter (-X) for the specific > host, > that AFAIK cannot be done globally (unless globing is accepted in the same > config file). Sure you can, the following in ~/.ssh/config: Host = * ForwardX11 = yes ForwardX11Trusted = yes ..

Re: ssh config

2007-07-02 Thread René Berber
Frederich, Eric P21322 wrote: > Is there a way to enable X11 forwarding by default so that I don't have > to run "ssh -XY hostname" and can just run "ssh hostname"? It doesn't work like that, those are two different commands, only the first creates the tunnel used by X11. > I found a way for me

Re: groups command shows user in group users while it is not

2007-07-02 Thread Hennie
This is how my /etc/group look like now etc/group SYSTEM:S-1-5-18:18: None:S-1-5-21-1202660629-842925246-1060284298-513:513: Administrators:S-1-5-32-544:544:Administrator Guests:S-1-5-32-546:546:Guest Users:S-1-5-32-545:545:ASPNET,bar,sshd gast:S-1-5-21-1202660629-842925246-1060284298-1017:1017

[ANNOUNCEMENT] Updated: cpio-2.9-1

2007-07-02 Thread Corinna Vinschen
I've just updated the version of cpio to 2.9-1. This is an official upstream release. The Cygwin version has been built from the vanilla sources. cpio passes all (four) tests in the testsuite. What's new in 2.9 and the skipped 2.8 release? Version 2.9 - Sergey Poznyakoff, 2007-06-28 * License

Re: groups command shows user in group users while it is not

2007-07-02 Thread Hennie
Yes i did mkgroup -u -l >/etc/group after and logged in > Did you regenerate the /etc/group file with mkgroup after removing the > user? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygw

Cygwin installation hanging during post-install shell scripts

2007-07-02 Thread Kyle Getz
I'm trying to install Cygwin on a Windows XP machine, but the install hangs every time with these symptoms: * The installation makes it to about 97% * The window says that the install is running some post-install shell script (I've seen coreutils.sh and update-dir-info.sh) * Task M

RE: bug in cygwin_conv_to_posix_path() caused by period in win32 path

2007-07-02 Thread Dave Korn
On 02 July 2007 18:17, Pavel Kudrna wrote: > Hi, > the legal win32 paths containing period like "c:.\" or "c:." are > incorrectly converted by > cygwin_conv_to_posix_path() to "c:./" and "c:." respectively. See last > two output > lines of the attached example program. > Pavel Kudrna > c:.\c:

bug in cygwin_conv_to_posix_path() caused by period in win32 path

2007-07-02 Thread Pavel Kudrna
Hi, the legal win32 paths containing period like "c:.\" or "c:." are incorrectly converted by cygwin_conv_to_posix_path() to "c:./" and "c:." respectively. See last two output lines of the attached example program. Pavel Kudrna /* file: parameters.c */ #include #include int main() { int i; c

Re: Preparing for a new computer

2007-07-02 Thread Tony Richardson
Bob McConnell CBORD dot com> writes: > What this boils down to is that /bin, /doc, /etc, /lib and /usr should > be on drive D, but /home, /tmp, /var and /usr/local should be on E. (Or > should /etc also be on E?) I know that Microsoft's half-baked systems do > not have anything useful like links,

Preparing for a new computer

2007-07-02 Thread Bob McConnell
I have installed four different variations of Cygwin on my current computer. The first was B.20, my initial exposure to this tool kit. The next one was buried in an SDK for Systech RCS port servers, and I didn't know it was there until after it began installing. The target for this was a 68EN363 CP

Re: ssh config

2007-07-02 Thread Igor Peshansky
On Mon, 2 Jul 2007, Frederich, Eric P21322 wrote: > Is there a way to enable X11 forwarding by default so that I don't have > to run "ssh -XY hostname" and can just run "ssh hostname"? > I found a way for me to do it via a ~/.ssh/config file but I'm looking > for a way to do it globally. I have s

ssh config

2007-07-02 Thread Frederich, Eric P21322
Is there a way to enable X11 forwarding by default so that I don't have to run "ssh -XY hostname" and can just run "ssh hostname"? I found a way for me to do it via a ~/.ssh/config file but I'm looking for a way to do it globally. I have seen it (on Linux systems) in /etc/ssh/ssh_config before...I