EOF error

Igor Pechtchanski pechtcha@cs.nyu.edu
Wed Dec 3 22:22:00 GMT 2003


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@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.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/



More information about the Cygwin mailing list