Re: Kudos

2003-02-19 Thread mstucky5
- Original Message - From: "Christopher Faylor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 19, 2003 5:42 PM Subject: Kudos > I just wanted to say thank you to all of the dedicated people on this > mailing list who spend countless hours answering questions. My

Re: cygwin, g77 & 3-D arrays

2003-02-12 Thread mstucky5
- Original Message - From: "K" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 12, 2003 2:30 AM Subject: cygwin, g77 & 3-D arrays > Hi, > > I have a FORTRAN program which both compiles (using g77) and runs perfectly > in Mandrake Linux and in Unix. However, while t

Re: Detecting text type in a shell script

2003-02-06 Thread mstucky5
- Original Message - From: "Nicolas Christin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 06, 2003 11:51 AM Subject: Re: Detecting text type in a shell script > On Thu, 6 Feb 2003, Max Bowsher wrote: > > > Have you tried linking you app with -lbinmode ? That shou

Re: How do I get my .bashrc read at startup?

2002-10-01 Thread mstucky5
If I remember correctly... with older versions of cygwin the file /etc/profile contained the following statement test -f ./.bashrc && . ./.bashrc which would read .bashrc at startup. The above statement has been removed from newer versions. I think that the "proper" way to read .bashrc is

Re: missing telnet, solution

2002-03-25 Thread mstucky5
This whole thread got me thinking about possible ways to avoid this "xxx is missing" problem... I thought that I'd throw an idea out for discussion... Would it make sense to have setup install a dummy script for some of the common utilities and then overwrite that script with the actual utility