OpenSSH on windows Problem

2004-09-01 Thread hassani
Hello, I am planning to use OPENSSH in my COMMMERCIAL project for custom SFTP support on WINDOWS operating system. I have couple of queries regarding that. 1. Is it necessary to use cygwin1.dll after i compile the OpenSSH source. Does portable version of openssh require cygwin1.dll during executio

ghostscript?

2004-09-01 Thread sven geier
This may be a stupid-newbie-mistake or something, but I installed ghostscript and gv and when I type at the prompt % gv /path/to/some/ps/document gv comes up fine, then gives me an error alert-box that says "Unknown device: x11" Indeed, x11 does not seem to be one of the devices known to gs:

RE: LAPACK - testing problems

2004-09-01 Thread Billinghurst, David \(CALCRTS\)
Christopher Faylor wrote: > > I guess it's time for all of the many heavy-duty LAPACK users > here to start debugging cygwin... Yup. __ NOTICE This e-mail and any attachments are private and confidential and may contain privilege

Re: LAPACK - testing problems

2004-09-01 Thread Christopher Faylor
On Thu, Sep 02, 2004 at 11:58:40AM +1000, Billinghurst, David (CALCRTS) wrote: >Gorden Jemwa wrote: I've just recently migrated to CYGWIN. I am having problems with installing the LAPACK (&BLAS) libraries. Specifically, I am (apparently) succeeding in compiling the libraries. However

RE: LAPACK - testing problems

2004-09-01 Thread Billinghurst, David \(CALCRTS\)
Gorden Jemwa wrote: > >>> I've just recently migrated to CYGWIN. I am having problems with >>> installing the LAPACK (&BLAS) libraries. Specifically, I am >>> (apparently) succeeding in compiling the libraries. However, when it >>> comes to testing the routines only the ones that use eigsrc_(PLAT).

Re: mod-php4

2004-09-01 Thread Robert Schmidt
Sam Liddicott wrote: Robert Schmidt wrote: Hi! I've gleaned from the archives that mod-php4 was pulled because it was broken, and that a new maintainer has taken over apache + modules. Is there any use in hoping that mod-php4 will be added soon? I need it for a SquirrelMail setup I've been asked t

Re: Regular Expressions from Bash Shell

2004-09-01 Thread Christopher Faylor
On Wed, Sep 01, 2004 at 06:07:15PM -0400, Buchbinder, Barry (NIH/NIAID) wrote: >At Wednesday, September 01, 2004 5:17 PM, Igor Pechtchanski wrote: >> On Wed, 1 Sep 2004, Siegfried Heintze wrote: >> >>> I want to use grep on all the FORTRAN source code files in the >>> current directory whose file

Re: mod-php4

2004-09-01 Thread Sam Liddicott
Robert Schmidt wrote: Hi! I've gleaned from the archives that mod-php4 was pulled because it was broken, and that a new maintainer has taken over apache + modules. Is there any use in hoping that mod-php4 will be added soon? I need it for a SquirrelMail setup I've been asked to provide on Windows.

Re: c:/ seems to be accessed in binary even if cygwin is configured as textmode by default (documentation alert)

2004-09-01 Thread Christopher Faylor
On Wed, Sep 01, 2004 at 05:34:52PM +0200, Arnaud Mouiche wrote: >At 17:02 01/09/2004, Christopher Faylor wrote: >>On Wed, Sep 01, 2004 at 04:40:43PM +0200, Arnaud Mouiche wrote: >>>well. c: is binary >>> >>>here a bug. >>>cygpath -M c:/foo returns >>> > cygpath: file 'c:/foo' - No error >>> >>>

Re: Regular Expressions from Bash Shell

2004-09-01 Thread Yitzchak Scott-Thoennes
On Wed, Sep 01, 2004 at 03:09:21PM -0600, Siegfried Heintze wrote: > I want to use grep on all the FORTRAN source code files in the current > directory whose file names do not contain a "_" character. How do I do this? > > I'm using the extension of ".f" to designate FORTRAN. find *.f ! -name

RE: Regular Expressions from Bash Shell

2004-09-01 Thread Buchbinder, Barry (NIH/NIAID)
At Wednesday, September 01, 2004 5:17 PM, Igor Pechtchanski wrote: > On Wed, 1 Sep 2004, Siegfried Heintze wrote: > >> I want to use grep on all the FORTRAN source code files in the >> current directory whose file names do not contain a "_" character. >> How do I do this? >> >> I'm using the ext

Re: Regular Expressions from Bash Shell

2004-09-01 Thread Igor Pechtchanski
On Wed, 1 Sep 2004, Siegfried Heintze wrote: > I want to use grep on all the FORTRAN source code files in the current > directory whose file names do not contain a "_" character. How do I do this? > > I'm using the extension of ".f" to designate FORTRAN. Disclaimer: this is not a shell programmin

Regular Expressions from Bash Shell

2004-09-01 Thread Siegfried Heintze
I want to use grep on all the FORTRAN source code files in the current directory whose file names do not contain a "_" character. How do I do this? I'm using the extension of ".f" to designate FORTRAN. Thank you, Siegfried -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-s

RE: change opening path

2004-09-01 Thread Tom Plane
Thanks out to everyone! First, I needed to install an editor. Second, then I edited the home path in /etc/passwd. All is good. Thanks, Tom -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Larry Hall Sent: Wednesday, September 01, 2004 11:00 AM To: Tom Pl

Re: running win32 text mode application in bash

2004-09-01 Thread WELLS, ROGER K.
thanks. That was it. How it got changed.. I must have done it in my sleep. Sorry about cygcheck, I thought the information for bash & cygwin itself would be sufficient Roger Wells, P.E. SAIC 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax) [EMAIL PROTECTED] Larry

Re: change opening path

2004-09-01 Thread Andrew DeFaria
Tom Plane wrote: I would love to try this but I don't know how to add the cd command to the end of /etc/profile. Can you explain the steps to me? echo "cd c:" >> /etc/profile ? :-) -- Who was the first person to look at a cow and say, "I think I'll squeeze these dangly things here and drink whate

RE: change opening path

2004-09-01 Thread Igor Pechtchanski
If you're the only one using Cygwin on your machine, try echo "cd /cygdrive/c" >> /etc/profile and then restart the Cygwin shell. In the future, when you need to find out which package contains a particular program, use the Cygwin package search page at (it helps to

RE: change opening path

2004-09-01 Thread Buchbinder, Barry (NIH/NIAID)
install vim but maybe one of the other editors might be more to your liking. At Wednesday, September 01, 2004 3:12 PM, Tom Plane wrote: > Thanks Dave. > > I tried this and got an error. > > bash: vi: command not found > > I did a default install. > > A little more help please. > > Tom > > --

RE: change opening path

2004-09-01 Thread Tom Plane
Thanks Dave. I tried this and got an error. bash: vi: command not found I did a default install. A little more help please. Tom -Original Message- From: J. David Boyd [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 10:48 AM To: Tom Plane Subject: Re: change opening path

Re: change opening path

2004-09-01 Thread Larry Hall
At 12:41 PM 9/1/2004, you wrote: >When I open the shell and check the path (pwd) it's reply is >/cygdrive/h. The H drive is my home drive at work. To get to the C drive >(cygdrive/c) I have to cd. >How do I change the opening path from H to C permanently? Set your home path in '/etc/passwd' to t

Re: running win32 text mode application in bash

2004-09-01 Thread Larry Hall
At 01:03 PM 9/1/2004, you wrote: >Having googled the universe looking for information: > >I hope this is not to the wrong list but here goes: > >I have been using cygwin's bash shell for several years as my only >interface to building and developing our applications on Windows 2000 pro >and more

RE: change opening path

2004-09-01 Thread Tom Plane
I would love to try this but I don't know how to add the cd command to the end of /etc/profile. Can you explain the steps to me? Tom -Original Message- From: Jingzhao Ou [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 9:03 AM To: Tom Plane Subject: Re: change opening path

running win32 text mode application in bash

2004-09-01 Thread WELLS, ROGER K.
Having googled the universe looking for information: I hope this is not to the wrong list but here goes: I have been using cygwin's bash shell for several years as my only interface to building and developing our applications on Windows 2000 pro and more recently Winodws XP pro. Somewhere in t

change opening path

2004-09-01 Thread Tom Plane
When I open the shell and check the path (pwd) it's reply is /cygdrive/h. The H drive is my home drive at work. To get to the C drive (cygdrive/c) I have to cd. How do I change the opening path from H to C permanently? Thanks for any help. Tom -- Unsubscribe info: http://cygwin.com/ml/#un

Re: Error in first execution

2004-09-01 Thread Igor Pechtchanski
On Wed, 1 Sep 2004, Larry Hall wrote: > At 04:13 AM 9/1/2004, you wrote: > >Hi to everyone ! > > > >i'm a new-new-user with a new problem ! the pdf manual and the guides on > >Google don't help me > > > >I downloaded and installed the 'deafult' packages, with no modying notinhg > >of what proposed

Re: problem with expect

2004-09-01 Thread Larry Hall
At 07:55 AM 9/1/2004, you wrote: >Hi, >we are facing a problem with executing a expect program in cygwin. >Expect program triggers the setup of application server. >While triggering that setup file thru expect we are getting "IOException in read >query".Also,we are getting invalid spawn id (4)

Re: LAPACK - testing problems

2004-09-01 Thread Igor Pechtchanski
On Wed, 1 Sep 2004, Igor Pechtchanski wrote: > [snip] > > > > > > What happens if you run xlintims from the command line? > > > > > > > > > > ./xlintims < stime.in > > > > > > > > I've gone through the entire library-build process again an everything > > > > seems to be working as it should

Re: LAPACK - testing problems

2004-09-01 Thread Igor Pechtchanski
On Wed, 1 Sep 2004, Gorden Jemwa wrote: > Igor Pechtchanski wrote: > > > On Wed, 1 Sep 2004, Gorden Jemwa wrote: > > > > > Billinghurst, David (CALCRTS) wrote: > > > > > > > [EMAIL PROTECTED] wrote: > > > > . Thanks. BTW, this was directed at David, not

Re: Error in first execution

2004-09-01 Thread Larry Hall
At 04:13 AM 9/1/2004, you wrote: >Hi to everyone ! > >i'm a new-new-user with a new problem ! the pdf manual and the guides on >Google don't help me > >I downloaded and installed the 'deafult' packages, with no modying notinhg >of what proposed from cygwin setup program. > >when i installed. i doub

Re: c:/ seems to be accessed in binary even if cygwin is configured as textmode by default (documentation alert)

2004-09-01 Thread Arnaud Mouiche
At 17:02 01/09/2004, Christopher Faylor wrote: On Wed, Sep 01, 2004 at 04:40:43PM +0200, Arnaud Mouiche wrote: >well. c: is binary > >here a bug. >cygpath -M c:/foo returns > >>> cygpath: file 'c:/foo' - No error > >looking at CVS code and strace, flags are set to zero instead of 0xa; the >file is

Re: WINCVS using cygwin's python?

2004-09-01 Thread Brian Ford
On Wed, 1 Sep 2004, Jason Pearce wrote: > Has anyone used WinCVS 1.3 and managed to get the Python macros working > with Cygwin's Python? Probably not. > I have tried entering D:\cygwin\bin\libpython2.3.dll as the python dll > under the WinCVS's admin=>preferences=>wincvs configuration but it do

RE: ssh under windows 2003 server

2004-09-01 Thread Harig, Mark
> > > I appreciate the feedback, I tried the -r option but it does not work: > The sshd service does not start at all! > > openssh 3.8.1p1-1 > As was documented in the announcement for the latest release of openssh, the '-r' switch applies to that release. It does not apply to

Re: c:/ seems to be accessed in binary even if cygwin is configured as textmode by default (documentation alert)

2004-09-01 Thread Christopher Faylor
On Wed, Sep 01, 2004 at 04:40:43PM +0200, Arnaud Mouiche wrote: >well. c: is binary > >here a bug. >cygpath -M c:/foo returns > >>> cygpath: file 'c:/foo' - No error > >looking at CVS code and strace, flags are set to zero instead of 0xa; the >file is nor binary nor text "0xa"? Why would the cod

Re: Python os.path.join inconsistency?

2004-09-01 Thread Chris Herborth
Reini Urban wrote: Ken Dibble schrieb: I guess my limited experience (including not being a windows programmer) colored my perception. I had never been able to get any Windows variant I was exposed to, to accept a forward slash. So much for my recall device of Unix Forward, Windows Backward. Win95

Re: LAPACK - testing problems

2004-09-01 Thread Gorden Jemwa
Igor Pechtchanski wrote: On Wed, 1 Sep 2004, Gorden Jemwa wrote: Billinghurst, David (CALCRTS) wrote: [EMAIL PROTECTED] wrote: . Thanks. I've just recently migrated to CYGWIN. I am having problems with installing the LAPACK (&BLAS) libraries. Specific

Re: c:/ seems to be accessed in binary even if cygwin is configured as textmode by default (documentation alert)

2004-09-01 Thread Arnaud Mouiche
well. c: is binary here a bug. cygpath -M c:/foo returns >> cygpath: file 'c:/foo' - No error looking at CVS code and strace, flags are set to zero instead of 0xa; the file is nor binary nor text Correct. There's really no need for more discussion about this. This behavior has been in place

Re: device driver USB experimenter setup

2004-09-01 Thread Christopher Faylor
On Wed, Sep 01, 2004 at 11:42:23AM +, Theo Verelst wrote: >Hi everyone, > >Does anyone know of a decent and generally useable setup with some USB >chip/board to get *normal* bit or byte-wise IO using a cygwin compiled PC >program and driver ? And if so, how... Cygwin doesn't do anything specia

Re: c:/ seems to be accessed in binary even if cygwin is configured as textmode by default (documentation alert)

2004-09-01 Thread Christopher Faylor
On Wed, Sep 01, 2004 at 11:53:11AM +0200, Corinna Vinschen wrote: >On Sep 1 11:01, Arnaud Mouiche wrote: >> Cygwin User's >> Guide http://www.cygwin.com/cygwin-ug-net/using-textbinary.html says >> [...] >> b) If the file appears to reside on a file system that is not mounted (as >> can happen w

RE: Hi!

2004-09-01 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Edward Mac > Sent: 31 August 2004 02:24 > To: cygwin > I'm a programmer looking to help. Right now, I'm compiling > the source to > the cygwin dll. > I finallly figured out how to put the stuff in the right directories. > The answer

Re: LAPACK - testing problems

2004-09-01 Thread Igor Pechtchanski
On Wed, 1 Sep 2004, Gorden Jemwa wrote: > Billinghurst, David (CALCRTS) wrote: > > > [EMAIL PROTECTED] wrote: . Thanks. > > > I've just recently migrated to CYGWIN. I am having problems with > > > installing the LAPACK (&BLAS) libraries. Specifically,

RE: ssh under windows 2003 server

2004-09-01 Thread Cary Lewis
I appreciate the feedback, I tried the -r option but it does not work: The sshd service does not start at all! openssh 3.8.1p1-1 Cygwin DLL version info: DLL version: 1.5.10 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL mallo

Re: PHP 5.x and latest upgrade.. is it present ?

2004-09-01 Thread Robert Schmidt
Mirko Tebaldi (Indirizzo Pubblico) wrote: in wich categoriy is the php package ? i cannot find it in no-one of them ! PHP has been withdrawn from the cygwin distribution since it was broken. Apparently, there's a new Apache maintainer for cygwin, who also has taken on support for mod-php4, so ther

WINCVS using cygwin's python?

2004-09-01 Thread Jason Pearce
Has anyone used WinCVS 1.3 and managed to get the Python macros working with Cygwin's Python? I have tried entering D:\cygwin\bin\libpython2.3.dll as the python dll under the WinCVS's admin=>preferences=>wincvs configuration but it does not seem register as having Python available. Its just pot

PHP 5.x and latest upgrade.. is it present ?

2004-09-01 Thread Mirko Tebaldi \(Indirizzo Pubblico\)
in wich categoriy is the php package ? i cannot find it in no-one of them ! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

problem with expect

2004-09-01 Thread Karthik ES
Hi, we are facing a problem with executing a expect program in cygwin. Expect program triggers the setup of application server. While triggering that setup file thru expect we are getting "IOException in read query".Also,we are getting invalid spawn id (4) error on the screen. Please give me a

device driver USB experimenter setup

2004-09-01 Thread Theo Verelst
Hi everyone, Does anyone know of a decent and generally useable setup with some USB chip/board to get *normal* bit or byte-wise IO using a cygwin compiled PC program and driver ? And if so, how... Theo Verelst http://home.tiscali.nl/theover http://82.168.209.239/fosdem http://82.168.

Re: LAPACK - testing problems

2004-09-01 Thread Gorden Jemwa
Billinghurst, David (CALCRTS) wrote: [EMAIL PROTECTED] wrote: I've just recently migrated to CYGWIN. I am having problems with installing the LAPACK (&BLAS) libraries. Specifically, I am (apparently) succeeding in compiling the libraries. However, when it comes to testing the routines only the ones

Re: A "big file" for the Cygwin API Reference

2004-09-01 Thread Corinna Vinschen
On Aug 31 15:04, James McLaughlin wrote: > Hi, > > I've noticed that it's possible to download the Cygwin > FAQ (and also the User Guide) from www.cygwin.com as > one large file instead of examining individual pages > of each online. However, this is not possible with the > API reference, and so I

FORTRAN open/read problem with drive letters

2004-09-01 Thread Dr. Peter Pichler
Dear colleagues, I encountered some unexpected problems when opening a data file in a FORTRAN program and reading characters from it. I work on WINDOWS XP and I downloaded today the latest version of cygwin from http://sources.redhat.com/cygwin/. g77 claims to be version 3.3.3 The problem whic

Re: c:/ seems to be accessed in binary even if cygwin is configured as textmode by default

2004-09-01 Thread Corinna Vinschen
On Sep 1 11:01, Arnaud Mouiche wrote: > Cygwin User's > Guide http://www.cygwin.com/cygwin-ug-net/using-textbinary.html says > [...] > b) If the file appears to reside on a file system that is not mounted (as > can happen when the path contains a drive letter), the default is text. > > In unde

Re: RTLD_DEFAULT & RTLD_NEXT

2004-09-01 Thread Corinna Vinschen
On Aug 31 15:35, Sam Steingold wrote: > > * Corinna Vinschen <[EMAIL PROTECTED]> [2004-08-31 21:08:26 +0200]: > > - EnumProcessModules is NT >= 4 only but not loaded dynamically (see > > autoload.cc) nor tested for non-existance. Generally, > > EnumProcessModules is called w/o checking the return

Re: Strange font behaviour with Cygwin

2004-09-01 Thread Mats Bengtsson
The problem is that the package tetex-tiny, that is installed when you install lilypond doesn't contain all the fonts that are actually used in LilyPond. The solution for you is to simply rerun setup.exe and select the package called tetex-base, which contains a complete set of font files. I don't

Re: c:/ seems to be accessed in binary even if cygwin is configured as textmode by default

2004-09-01 Thread Arnaud Mouiche
Cygwin User's Guide http://www.cygwin.com/cygwin-ug-net/using-textbinary.html says "The Cygwin system gives us some flexibility in deciding how files are to be opened when the mode is not specified explicitly. The rules are evolving, this section gives the design goals. a) If the file appears

Error in first execution

2004-09-01 Thread mirko tebaldi
Hi to everyone ! i'm a new-new-user with a new problem ! the pdf manual and the guides on Google don't help me I downloaded and installed the 'deafult' packages, with no modying notinhg of what proposed from cygwin setup program. when i installed. i double-clicked on its icon on desktop and i re

Re: c:/ seems to be accessed in binary even if cygwin is configured as textmode by default

2004-09-01 Thread Arnaud Mouiche
At 19:55 31/08/2004, Larry Hall wrote: At 01:38 PM 8/31/2004, you wrote: >Hi. > >just make a fresh update (from a long time). I mount my system in textmode by default. >yet, > >c:/file seems to be accessed in binary mode >/cygdrive/c/file is accessed in text mode > >Is it the new default behaviour