Cygwin 1.5.21 execvp fails when Windows PATH has empty element

2006-08-01 Thread Steven Doerfler
A Cygwin program run from cmd.exe fails to invoke another Cygwin via the PATH, when the PATH contains an empty entry. A Windows PATH environment variable might contain adjacent ; characters, as in c:\dir1;;c:\dir2. This is normally a harmless error. (For most Windows programs, an empty entry in

Re: Help: gcc problem in Cygwin!

2006-08-01 Thread Frank C.
Larry, Thanks for your quick reply! I installed the latest version of Cygwin, and almost all packages which includes 'binutils' package. I checked and found 'ld' in the path: (1) cygwin\bin\ld.exe (678 kb), and (2) cygwin\usr\i686-pc-cygwin\bin\ld.exe (1 kb). Is this normal? I did a quick search

Re: 1.5.20(0.156/4/2) pipe hangs, dos files

2006-08-01 Thread Larry Hall (Cygwin)
Saurabh Tendulkar wrote: I guess I must send this again since no one replied the first time. Actually, no. If you don't receive a response with your first inquiry, sending a copy of the first prefaced with an argument that you're repeating your plea isn't the right approach. It often leads

Re: ls: reading directory .: No such file or directory

2006-08-01 Thread Larry Hall (Cygwin)
Monte Riding wrote: [EMAIL PROTECTED] ~ $ pwd /cygdrive/m [EMAIL PROTECTED] ~ $ ls PUTTY.RND WINDOWS sqlcap [EMAIL PROTECTED] ~ $ cd c: [EMAIL PROTECTED] /cygdrive/c $ ls ls: reading directory .: No such file or directory Looks to me like a permissions problem. You might want to check wh

Re: Fortran calling c compilation problem

2006-08-01 Thread Larry Hall (Cygwin)
On 08/01/2006, Ben Wright wrote: I'm working on a project that uses a combination of c++, c and fortran to build a library for use with the Java Native Interface. The library compiles correctly under Linux with gcc 3.2.3, but I can't get it to compile correctly under cygwin (using gcc 3.4.4).

tar does not use --same-owner for SYSTEM user

2006-08-01 Thread Kevin Till
Hi, I'm running GNU tar 1.5.1 on cygwin version 2.510.2.2 (Window XP). Running tar to restore files, owner information is not preserved. That's: all restored files are owned by SYSTEM. I suspect that tar is not recognizing SYSTEM user on cygwin/windowXP as superuser. Does anyone have the same

Re: Help: gcc problem in Cygwin!

2006-08-01 Thread Larry Hall (Cygwin)
Frank C. wrote: Dear all, I've been trying to install a software on Cygwin under Windows XP, but without any success. The steps are (1) './configure', and (2) 'make'. I had following error message after running 'make'. cygpath: can't convert empty path /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../.

makw command error in cygwin

2006-08-01 Thread banjanap
Hi all, I am trying to run Httperf tool in Cygwin. The Cygwin and httperf are both installed on saperate drives on my syteam running win2000 the steps involved in running httperf in cygwin are making a build directory and the navigatinig to the build directory and configuring the tool from

Re: 1.5.21: ssh client failure

2006-08-01 Thread mwoehlke
mwoehlke wrote: Hans wrote: My cygwin ssh client (OpenSSH 4.3p2) has a problem: it does not send the ID string to the sshd server. I have attempted to log in to two remote servers, and also to localhost ($ ssh localhost). In all cases, the logs of the server I am attempting to log in to say:

Re: install Crypt::CBC in cpan shell in Cygwin

2006-08-01 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Igor Peshansky wrote: > As Reini rather forcefully alluded to, using ':' in filenames is > non-portable. You really should complain upstream about using that > character in their filenames. The standard Perl convention is to replace > '::' by '_', an

Re: 1.5.21: ssh client failure

2006-08-01 Thread René Berber
Hans wrote: > My cygwin ssh client (OpenSSH 4.3p2) has a problem: it does not send > the ID string to the sshd server. I have attempted to log in to two > remote servers, and also to localhost ($ ssh localhost). In all > cases, the logs of the server I am attempting to log in to say: > > "Did n

Re: 1.5.21: ssh client failure

2006-08-01 Thread mwoehlke
Hans wrote: My cygwin ssh client (OpenSSH 4.3p2) has a problem: it does not send the ID string to the sshd server. I have attempted to log in to two remote servers, and also to localhost ($ ssh localhost). In all cases, the logs of the server I am attempting to log in to say: "Did not receive

1.5.21: ssh client failure

2006-08-01 Thread Hans
My cygwin ssh client (OpenSSH 4.3p2) has a problem: it does not send the ID string to the sshd server. I have attempted to log in to two remote servers, and also to localhost ($ ssh localhost). In all cases, the logs of the server I am attempting to log in to say: "Did not receive identification

[ANNOUNCEMENT] Updated: CMake-2.4.3-1

2006-08-01 Thread William A. Hoffman
CMake 2.4.3-1 is now available on Cygwin mirrors. There has been a new release of the official cmake (2.4.3-1). This is a minor release from 2.4.2-1 to 2.4.3-1 Changes in CMake 2.4.3 * fix for 3557 - Under MSVC8 hardcoded TargetEnvironment for MIDL Compiler * Fix for Xcode all projects to prev

Re: Revised: ls: reading directory .: No such file or directory

2006-08-01 Thread mwoehlke
Warren Young wrote: Andrew Schulman wrote: On Tue, Aug 01, 2006 at 09:15:44AM -0600, Monte Riding wrote: I have an issue when trying to run ls in the root of my C: drive that's cropped up recently, not sure what's happened - Morale of the story: Use POSIX paths, i.e. "cd /cygdrive/c". OK, b

Re: Can't find netstat utility

2006-08-01 Thread Warren Young
Dennis Rooks wrote: Can anyone confirm whether netstat was at one time part of the distribution? What are you trying to achieve that you can't with the native netstat? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Doc

RE: Can't find netstat utility

2006-08-01 Thread Dennis Rooks
Thanks for the replies Christopher and Duane. Perhaps I was using the Windows version Duane mentions and assuming it was Cygwin's. Can anyone confirm whether netstat was at one time part of the distribution? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: Revised: ls: reading directory .: No such file or directory

2006-08-01 Thread Warren Young
Andrew Schulman wrote: On Tue, Aug 01, 2006 at 09:15:44AM -0600, Monte Riding wrote: I have an issue when trying to run ls in the root of my C: drive that's cropped up recently, not sure what's happened - Morale of the story: Use POSIX paths, i.e. "cd /cygdrive/c". OK, but mightn't it be con

Re: Revised: ls: reading directory .: No such file or directory

2006-08-01 Thread Andrew Schulman
> [EMAIL PROTECTED] ~ > $ cd /cygdrive/c > > [EMAIL PROTECTED] /cygdrive/c > $ ls > ls: reading directory .: No such file or directory Permission problem on the root folder of C:? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problem

Re: Revised: ls: reading directory .: No such file or directory

2006-08-01 Thread Andrew Schulman
> On Tue, Aug 01, 2006 at 09:15:44AM -0600, Monte Riding wrote: > >I have an issue when trying to run ls in the root of my C: drive > >that's cropped up recently, not sure what's happened - > > Morale of the story: Use POSIX paths, i.e. "cd /cygdrive/c". OK, but mightn't it be considered a bug t

Re: fetchmail socket errors with CVS cygwin build from 30 July

2006-08-01 Thread Dr. Volker Zell
> Corinna Vinschen writes: > On Jul 31 12:47, Corinna Vinschen wrote: >> On Jul 31 12:26, Corinna Vinschen wrote: >> > On Jul 31 11:38, Dr. Volker Zell wrote: >> > > Hi >> > > >> > > In order to track down an xemacs segfault I build the latest cygwin1.dll >> > > f

Re: Revised: ls: reading directory .: No such file or directory

2006-08-01 Thread Monte Riding
No, navigating to /cygdrive/c results in the same issue - and as you can see below, navigating to 'c:' does work, and changes to the /cygdrive/c directory. [EMAIL PROTECTED] ~ $ cd /cygdrive/c [EMAIL PROTECTED] /cygdrive/c $ ls ls: reading directory .: No such file or directory [EMAIL PROTECTED

Re: Revised: ls: reading directory .: No such file or directory

2006-08-01 Thread Christopher Faylor
On Tue, Aug 01, 2006 at 11:54:13AM -0400, Christopher Faylor wrote: >On Tue, Aug 01, 2006 at 09:15:44AM -0600, Monte Riding wrote: >>I have an issue when trying to run ls in the root of my C: drive >>that's cropped up recently, not sure what's happened - > >Morale of the story: Use POSIX paths, i.

Re: Revised: ls: reading directory .: No such file or directory

2006-08-01 Thread Andrew Schulman
> [EMAIL PROTECTED] ~ > $ cd c: > > [EMAIL PROTECTED] /cygdrive/c > $ ls > ls: reading directory .: No such file or directory WAG: if you run 'cd /cygdrive/c' instead of 'cd c:', does the problem go away? The shell obviously is interpreting c: as /cygdrive/c in your shell prompt, but maybe it's

Re: 1.5.20(0.156/4/2) pipe hangs, dos files

2006-08-01 Thread Darryl Miles
Saurabh Tendulkar wrote: We have an older cygwin on another machine: CYGWIN_NT-5.1 1.5.6(0.108/3/2), paste (textutils) 2.0.21, Gnu Awk 3.1.3, which runs absolutely fine. ulimit -p is 8 on both machines. Is this problem related to the select() code pipe problems. This is where the writability

Re: Revised: ls: reading directory .: No such file or directory

2006-08-01 Thread Christopher Faylor
On Tue, Aug 01, 2006 at 09:15:44AM -0600, Monte Riding wrote: >I have an issue when trying to run ls in the root of my C: drive >that's cropped up recently, not sure what's happened - Morale of the story: Use POSIX paths, i.e. "cd /cygdrive/c". cgf -- Unsubscribe info: http://cygwin.com/ml

Revised: ls: reading directory .: No such file or directory

2006-08-01 Thread Monte Riding
Sorry for the last post - I have an issue when trying to run ls in the root of my C: drive that's cropped up recently, not sure what's happened - [EMAIL PROTECTED] ~ $ pwd /cygdrive/m [EMAIL PROTECTED] ~ $ ls PUTTY.RND WINDOWS sqlcap [EMAIL PROTECTED] ~ $ cd c: [EMAIL PROTECTED] /cygdrive

ls: reading directory .: No such file or directory

2006-08-01 Thread Monte Riding
[EMAIL PROTECTED] ~ $ pwd /cygdrive/m [EMAIL PROTECTED] ~ $ ls PUTTY.RND WINDOWS sqlcap [EMAIL PROTECTED] ~ $ cd c: [EMAIL PROTECTED] /cygdrive/c $ ls ls: reading directory .: No such file or directory [EMAIL PROTECTED] /cygdrive/c $ cd "Documents and Settings" [EMAIL PROTECTED] /cygdrive/c

Fortran calling c compilation problem

2006-08-01 Thread Ben Wright
I'm working on a project that uses a combination of c++, c and fortran to build a library for use with the Java Native Interface. The library compiles correctly under Linux with gcc 3.2.3, but I can't get it to compile correctly under cygwin (using gcc 3.4.4). I'm calling: g++ -mno-cygwin -Wl

1.5.20(0.156/4/2) pipe hangs, dos files

2006-08-01 Thread Saurabh Tendulkar
I guess I must send this again since no one replied the first time. For the sake of argument, there are two "fileformat=dos" files A and B, each having n lines. A has the single character 'a' (other than linebreaks) on each line, B has the single character 'b' on each line. Now for sufficie

Re: how to set up cygwin to use home under cygwin dir

2006-08-01 Thread Igor Peshansky
On Tue, 1 Aug 2006, umen wrote: > Hello > I install cygwin under d:/ dir (d:/cygwin) but the installation created the > my home dir in the physical dir in : C:\Documents and Settings > how can I change it to point in to d:/cygwin/usr/home ? See

cygwin credential requirements for w2k3?

2006-08-01 Thread MyStiC
I managed to get member of the "Users" group to login via SSH, however via SFTP fails. The prompt appears as follows and is not dependant of workstation of client. sftp [EMAIL PROTECTED] Connecting to sftp.domain... [EMAIL PROTECTED]'s password: Connection closed This of course works for member

Re: install Crypt::CBC in cpan shell in Cygwin

2006-08-01 Thread Igor Peshansky
On Mon, 31 Jul 2006, DogStooge wrote: > Hey, folks. > > This is what I get when I type "install Crypt::CBC" in the cpan shell: > > Crypt-CBC-2.18/Crypt::CBC-2.16-vulnerability.txt > /usr/bin/tar: Crypt-CBC-2.18/Crypt\:\:CBC-2.16-vulnerability.txt: Cannot > open: Invalid argument > /usr/bin/tar: Sk

dillo not work out of sylpheed claws (SC)

2006-08-01 Thread Dirk Schleicher
Hallo, I try to run Dillo with the plugin from SC to show html mail. I get this message: $ sylpheed-claws dillo_dns_init: Here we go! (threaded) Disabling cookies. Nav_open_url: Url=>about:splash< Nav_open_url: Url=>file:/home/ds/.sylpheed-claws/mimetmp/.mimetmp.html< Dpi_check_uds: Conne

how to set up cygwin to use home under cygwin dir

2006-08-01 Thread umen
Hello I install cygwin under d:/ dir (d:/cygwin) but the installation created the my home dir in the physical dir in : C:\Documents and Settings how can I change it to point in to d:/cygwin/usr/home ? and also I notice I don’t have the .bashrc and all the config files where can I find them in th