| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| 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 |
| From: | "Dave Korn" <dk AT artimi DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | RE: file not recognized:File format not recognized |
| Date: | Thu, 10 Jun 2004 17:04:12 +0100 |
| MIME-Version: | 1.0 |
| In-Reply-To: | <20040610152123.76705.qmail@web16804.mail.tpe.yahoo.com> |
| Message-ID: | <NUTMEGlZz02H67yRLVb000002b0@NUTMEG.CAM.ARTIMI.COM> |
| X-OriginalArrivalTime: | 10 Jun 2004 16:04:12.0781 (UTC) FILETIME=[926591D0:01C44F04] |
> -----Original Message-----
> From: cygwin-owner On Behalf Of c dana
> Sent: 10 June 2004 16:21
> --- Igor Pechtchanski <pechtchaPINGZAPSPLATCRUNCHBOOOOOOM> $BE*?VB)!'(B>
^^^^^^^^^^^^^^^^^^^^^^^
Hey Dana, check this link -> <http://cygwin.com/acronyms/#PCYMTNQREAIYR>
> You're right.I was not not telling the truth when I
> posted the previous message. I compiled successfully
> now.
> "@gcc test.txt" does not work.
> "@gcc test.c" works.
FYI, gcc normally works out what language a file contains by looking at
the extension, so when it ends in .txt it can't guess what language it's in.
But you can always tell it specifically: if you use the command line option
"-x c" to tell gcc that the file was a C file then it would still work, i.e.
"@gcc -x c test.txt"
cheers,
DaveK
--
Can't think of a witty .sigline today....
--
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 |