Re: Absoft f77 compiler error
- From: Louis Krupp <lkrupp@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 27 Nov 2006 09:28:20 -0700
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
.
- References:
- Absoft f77 compiler error
- From: nachiketamishra@xxxxxxxxx
- Re: Absoft f77 compiler error
- From: Louis Krupp
- Re: Absoft f77 compiler error
- From: nachiketamishra@xxxxxxxxx
- Re: Absoft f77 compiler error
- From: Tim Prince
- Re: Absoft f77 compiler error
- From: Greg Lindahl
- Re: Absoft f77 compiler error
- From: nachiketamishra@xxxxxxxxx
- Absoft f77 compiler error
- Prev by Date: Re: interface-implementation separation
- Next by Date: Re: How to assign a=b=c=2 in fortran in one statement
- Previous by thread: Re: Absoft f77 compiler error
- Next by thread: Re: Absoft f77 compiler error
- Index(es):