Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] problem in photran 3.1 (beta)


Date: Mon, 24 Jul 2006 22:52:42 -0700 (PDT)
From: "M.R.Hadian" <mhadian@xxxxxxxxx>
Subject: [photran] problem in photran 3.1 (beta)
To: photran@xxxxxxxxxxx
Message-ID: <20060725055242.60267.qmail@xxxxxxxxxxxxxxxxxxxxxxx>
Content-Type: text/plain; charset="iso-8859-1"

Dear photran users/developers

i downloaded and installed the full photran 3.1 (beta) for windows and extracted it. i tried to create a "Managed Make Fortran Project", however i faced the error since it wants to use gcc to compile it. the error is:
Error launching external scanner info generator (gcc -E -P -v -dD D:/workpace/.metadata/.plugins/org.eclipse.cdt.make.core/specs.c) hello Unknown 1153802354578 2

does this version of photran use gcc to compile Fortran codes? (as i know gcc does not compile Fortran 90.)
i have Intel Fortran 9 installed on my computer. how i can ask photran to use it to compile the Fortran code in "Managed Make Fortran Project"?

Regards,
Hadian

Date: Tue, 25 Jul 2006 08:11:39 -0400
From: "Hilliard, Bill" <bill.hilliard@xxxxxxxxx>
Subject: RE: [photran] problem in photran 3.1 (beta)
To: "Photran Information" <photran@xxxxxxxxxxx>
Message-ID:
<6B0CF3399C5A874FA48BA053BDC417F80107921C@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>

Content-Type: text/plain; charset="us-ascii"

The Intel Fortran managed build support in the Photran 3.1 beta only
supports Linux x86 and Linux ia64. There is no Intel Fortran compiler
managed build support for Windows and no plans to add it in the future.

Thank you for your interest in Photran and Intel compiler support.

Bill Hilliard

Intel Corporation

Date: Tue, 25 Jul 2006 08:25:22 -0500
From: "Ralph Johnson" <johnson@xxxxxxxxxxx>
Subject: Re: [photran] problem in photran 3.1 (beta)
To: "Photran Information" <photran@xxxxxxxxxxx>
Message-ID:
<e5fa86ac0607250625t164fa698h273cc2a070eb28b8@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 7/25/06, M.R.Hadian <mhadian@xxxxxxxxx> wrote:

 does this version of photran use gcc to compile Fortran codes? (as i know
gcc does not compile Fortran 90.)
i have Intel Fortran 9 installed on my computer. how i can ask photran to
use it to compile the Fortran code in "Managed Make Fortran Project"?

No, Photran does not use gcc to compile Fortran codes.

Photran compiles programs by running make, which runs whichever
compiler it has been set up for. "Managed Make" means that the
make-file was created by Photran. It sounds like "managed make" will
not work for you, so you will need to write your own make-file. When
people port existing projects to Photran, they often have their own
complex make-files and do not want to use managed make. I think the
real question you want to ask is "is Intel Fortran 9 on WIndows
supported at all by Photran"? If you don't care about managed make,
all that is needed to get Photran to support a new compiler is for
someone to write an error parser for it.

I don't know the answer to this question, or I would answer it.

-Ralph

Ok, let me ask my question in another way.
when i create a "Managed make Fortran Project", photran tries to compile it by gcc.
where is the make file that photran creates? (i could not find it in the workpace to change the compiler.)
How can i change the compiler in the options of photran to use my compiler (for example g95)?
Hadian

Back to the top