RE: Install 1.3.22-1 problem - default text file type - DOS

2003-08-14 Thread Francis Harvey
r Faylor [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 06, 2003 1:37 PM > To: [EMAIL PROTECTED] > Subject: Re: Install 1.3.22-1 problem - default text file type - DOS > > > On Wed, Aug 06, 2003 at 01:23:47PM -0400, Francis Harvey wrote: > >Greetings, > > > &g

RE: Install 1.3.22-1 problem - default text file type - DOS

2003-08-06 Thread Francis Harvey
Greetings, I realize most people may not be familiar with the byacc package, but it can't hurt to ask. I would like to alter the behavior of byacc to make the file pointer yyin use this "text" mode by default. I can always reopen the pointer myself in the correct mode, but it would be nice to kn

Install 1.3.22-1 problem - default text file type - DOS

2003-08-06 Thread Francis Harvey
Greetings, When installing 1.3.22-1 on XP, I select DOS as the default text file type. Unfortunately, the packages I use, flex and gcc, don't appear to correspond to this setting. For gcc, I wrote this program: #include int main() { char *token; token = "\n"; printf("token[0] = %d; token[1] =

RE: Install 1.3.22-1 problem - default text file type - DOS

2003-08-05 Thread Francis Harvey
programmers know the wisdom of Nothing > -Original Message- > From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 05, 2003 12:55 PM > To: Francis Harvey > Cc: [EMAIL PROTECTED] > Subject: Re: Install 1.3.22-1 problem - default text file type - DOS &g

RE: GCC and getcwd

2002-02-01 Thread Francis Harvey
ugh I thought the single slashes would indicate escape sequences. It works anyway. Weird. Thanks again. Francis R. Harvey III WB303, x3952 [EMAIL PROTECTED] VB programmers know the wisdom of Nothing > -Original Message- > From: Francis Harvey > Sent: Thursday, January 31, 200

GCC and getcwd

2002-01-31 Thread Francis Harvey
Greetings, This isn't directly a cygwin question, but hopefully somebody has a suggestion or a new topic I should search on: I have a working C program created with GCC 2.95.2-6 and Cygwin dll 1.1.7. I realize both of these are a little old, but I think I have a conceptual problem rather than a