Re: Absoft f77 compiler error



nachiketamishra@xxxxxxxxx wrote:
That also doesn't solve my problem it gives me the same problem.

Your compiler *should* have an option to save the assembler output and then stop. You might want to try that and then post lines 1300-1400 of the generated assembler file. Add "(long)" to the article header so people who don't want to download all that don't have to.

(Since you're using a Makefile, you'll have to make sure you can reproduce the problem you're having on the command line or in a shell script. What you probably want to do then is replace "-c" with "-S". If you're compiling and linking a main program, deleting "-o" and adding "-S" should do it. My apologies if you already knew all that.)

The assembler file *probably* contains comments indicating line numbers from your FORTRAN source file. If you can figure out what those are, you might want to look at and/or post that part of the FORTRAN source.

Louis
.