| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,MISSING_HEADERS,SPF_HELO_PASS,SPF_PASS |
| X-Spam-Check-By: | sourceware.org |
| Date: | Mon, 23 Feb 2009 09:48:33 -0600 (CST) |
| From: | Tim McDaniel <tmcd AT panix DOT com> |
| cc: | cygwin AT cygwin DOT com |
| Subject: | Re: gcc compile problem: error: stray \168 in program |
| In-Reply-To: | <49A29E64.4060300@gmail.com> |
| Message-ID: | <Pine.NEB.4.64.0902230943420.25957@panix1.panix.com> |
| References: | <22145156 DOT post AT talk DOT nabble DOT com> <22156979 DOT post AT talk DOT nabble DOT com> <49A29E64 DOT 4060300 AT gmail DOT com> |
| MIME-Version: | 1.0 |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
On Mon, 23 Feb 2009, Dave Korn <dave DOT korn DOT cygwin AT googlemail DOT com> wrote:
> Nor do I, but let's see what's in that file: can you show us the
> output you get from running "od -tx1 test.c" on your testcase
> please, and tell us exactly what editor you used.
I personally prefer "od -tx1 -a test.c": it should add ASCII versions
of each character, to make it faster to find particular positions.
> Also, type "od -tx1" at a command line without any filename
> following it, type a quote mark, then press enter, then Ctrl+D, and
> show us what that says.
Being ultra-precise: type
od -tx1
at a command line, and then press enter. That will start the "octal
dump" program. The quote mark (meaning ") and enter is the one line
of input.
--
Tim McDaniel, tmcd AT panix DOT com
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |