Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs Date: Wed, 3 Dec 2003 17:21:23 -0500 (EST) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: "Kooser, Ara S" cc: cygwin AT cygwin DOT com Subject: Re: EOF error In-Reply-To: <9A4B2157EFDBE546BECD68C62AC3B1C8140073E9@es05snlnt.sandia.gov> Message-ID: References: <9A4B2157EFDBE546BECD68C62AC3B1C8140073E9 AT es05snlnt DOT sandia DOT gov> Importance: Normal MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 3 Dec 2003, Kooser, Ara S wrote: > Hello, > > I am new to the list and using cygwin. I read through the other posts > about EOF errors and I tried those solutions. But I am still having a > problem. I am learning to program in fortran. I am using gcc to compile the > following program: > [snip] > > I compiled it with this command > > gcc -o projec -c projec.f ^^ You're trying to run an object file. Remove the "-c" to produce the executable. For more info, "info gcc". Igor > The program compiles but will not run when I type > ./projec > > It receive the following error: > > ./projec: 124: Syntax error: EOF in backquote substitution > > If anyone can help that would be great. > Thank you for your time. > Ara -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "I have since come to realize that being between your mentor and his route to the bathroom is a major career booster." -- Patrick Naughton -- 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/