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

2003-08-14 Thread Francis Harvey
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, I realize most people may not be familiar with the byacc package

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 stdio.h int main() { char *token; token = \n; printf(token[0] = %d;

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

RE: GCC and getcwd

2002-02-01 Thread Francis Harvey
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, 2002 1:21 PM

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