Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] Re: Problem Ubuntu, ifort, photran continued (Benjamin Jonen)

Hi guys, 

I solved the problem with the libstdc++.so.5 file downloading and installing
the following package: 

http://packages.debian.org/stable/base/libstdc++5

I did this before installation so the creating the following links might
also be necessary in case someone else runs into the same problem: 

http://www.joewein.de/sw/swnotes002.htm

I'm happy to report that Photran is now working on my machine. Thanks for
the help. 

Cheers, 

Benjamin


-----Original Message-----
From: photran-bounces@xxxxxxxxxxx [mailto:photran-bounces@xxxxxxxxxxx] On
Behalf Of photran-request@xxxxxxxxxxx
Sent: Saturday, August 15, 2009 6:00 PM
To: photran@xxxxxxxxxxx
Subject: photran Digest, Vol 48, Issue 4

Send photran mailing list submissions to
	photran@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
	https://dev.eclipse.org/mailman/listinfo/photran
or, via email, send a message with subject or body 'help' to
	photran-request@xxxxxxxxxxx

You can reach the person managing the list at
	photran-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of photran digest..."


Today's Topics:

   1. Problem Ubuntu, ifort, photran continued (Benjamin Jonen)
   2. Re: Problem Ubuntu, ifort, photran continued (Orion Poplawski)


----------------------------------------------------------------------

Message: 1
Date: Fri, 14 Aug 2009 22:41:06 +0200
From: Benjamin Jonen <bjonen@xxxxxxxxx>
Subject: [photran] Problem Ubuntu, ifort, photran continued
To: <photran@xxxxxxxxxxx>
Message-ID: <001a01ca1d1f$8cf94ae0$a6ebe0a0$@com>
Content-Type: text/plain;	charset="us-ascii"

Thanks a lot for the reply! Indeed calling photran from the terminal
eliminates the error. Unfortunately a new problem emerges: 

ifort -g -O0 -c -o "main.o" "../main.f90"
/home/benjamin/intel/Compiler/11.1/046/bin/ia32/fortcom: error while loading
shared libraries: libstdc++.so.5: cannot open shared object file: No such
file or directory
ifort: error #10273: Fatal error in
/home/benjamin/intel/Compiler/11.1/046/bin/ia32/fortcom, terminated by 0x7f

I could find this file in the intel fortran archive that I used to install
the compiler (not in the folder I installed the compiler too, though).
Adding the file to the path does not resolve the problem. 

I have CDT 5.02 installed and it seems to be working. 

Any ideas? 

Benjamin

-----Original Message-----
From: photran-bounces@xxxxxxxxxxx [mailto:photran-bounces@xxxxxxxxxxx] On
Behalf Of photran-request@xxxxxxxxxxx
Sent: Friday, August 14, 2009 6:01 PM
To: photran@xxxxxxxxxxx
Subject: photran Digest, Vol 48, Issue 3

Send photran mailing list submissions to
	photran@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
	https://dev.eclipse.org/mailman/listinfo/photran
or, via email, send a message with subject or body 'help' to
	photran-request@xxxxxxxxxxx

You can reach the person managing the list at
	photran-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of photran digest..."


Today's Topics:

   1. Path problem Ubuntu, ifort,	photran. Error: /bin/sh: ifort:
      not found (Benjamin Jonen)
   2. Re: Path problem Ubuntu, ifort, photran. Error: /bin/sh:
      ifort: not found (Robert Schneider)


----------------------------------------------------------------------

Message: 1
Date: Fri, 14 Aug 2009 16:49:41 +0200
From: Benjamin Jonen <bjonen@xxxxxxxxx>
Subject: [photran] Path problem Ubuntu, ifort,	photran. Error:
	/bin/sh: ifort: not found
To: <photran@xxxxxxxxxxx>
Message-ID: <000c01ca1cee$761719a0$62454ce0$@com>
Content-Type: text/plain; charset="us-ascii"

Hi everyone, 

 

I am currently trying to get Photran to work on my PC running Ubuntu 9.04 on
IA32. Eclipse Ganymede as well as intel fotran compiler 11.x is installed. 

 

When I attempt to build my test project I get the following error: 

 

make all 

Building file: ../main.f90

Invoking: Intel(R) IA-32 Fortran Compiler

ifort -g -O0 -c -o "main.o" "../main.f90"

/bin/sh: ifort: not found

make: *** [main.o] Error 127

 

I included all relevant folders into my path through ~/.bashrc so my path on
startup looks as follows: 

 

benjamin@benjamin-desktop:~$ echo $PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/hom
e/benjamin/intel/Compiler/11.1/046/bin/ia32:/home/benjamin/intel/Compiler/11
.1/046/include:/home/benjamin/intel/Compiler/11.1/046/include/ia32:/home/ben
jamin/intel/Compiler/11.1/046/lib/ia32

benjamin@benjamin-desktop:~$ ifort

 

The compiler is accessible through the terminal: ifort

ifort: command line error: no files specified; for help type "ifort -help"

 

I tried including ifort in my /bin folder. Then I also need to include
fortcom in my /bin folder and still get an error message. 

 

I also tried including the directories I have in my path under the project's
properties in "paths and symbols", "includes". This did not help either. 

 

I would really appreciate any help. 

 

Best, 

Benjamin

-------------- next part --------------
An HTML attachment was scrubbed...
URL:
https://dev.eclipse.org/mailman/private/photran/attachments/20090814/d5826f4
9/attachment.html

------------------------------

Message: 2
Date: Fri, 14 Aug 2009 10:55:54 -0400
From: Robert Schneider <robschneid@xxxxxxxxx>
Subject: Re: [photran] Path problem Ubuntu, ifort, photran. Error:
	/bin/sh:	ifort: not found
To: Photran Information <photran@xxxxxxxxxxx>
Message-ID: <4A857AFA.7010900@xxxxxxxxx>
Content-Type: text/plain; charset=windows-1252; format=flowed

Try launching Eclipse from the line command. It ought to work.

Rob

Benjamin Jonen a icrit :
>
> Hi everyone,
>
> I am currently trying to get Photran to work on my PC running Ubuntu 
> 9.04 on IA32. Eclipse Ganymede as well as intel fotran compiler 11.x 
> is installed.
>
> When I attempt to build my test project I get the following error:
>
> make all
>
> Building file: ../main.f90
>
> Invoking: Intel(R) IA-32 Fortran Compiler
>
> ifort -g -O0 -c -o "main.o" "../main.f90"
>
> /bin/sh: ifort: not found
>
> make: *** [main.o] Error 127
>
> I included all relevant folders into my path through ~/.bashrc so my 
> path on startup looks as follows:
>
> benjamin@benjamin-desktop:~$ echo $PATH
>
>
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/hom
e/benjamin/intel/Compiler/11.1/046/bin/ia32:/home/benjamin/intel/Compiler/11
.1/046/include:/home/benjamin/intel/Compiler/11.1/046/include/ia32:/home/ben
jamin/intel/Compiler/11.1/046/lib/ia32
>
> benjamin@benjamin-desktop:~$ ifort
>
> The compiler is accessible through the terminal: ifort
>
> ifort: command line error: no files specified; for help type "ifort -help"
>
> I tried including ifort in my /bin folder. Then I also need to include 
> fortcom in my /bin folder and still get an error message.
>
> I also tried including the directories I have in my path under the 
> projects properties in paths and symbols, includes. This did not 
> help either.
>
> I would really appreciate any help.
>
> Best,
>
> Benjamin
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> photran mailing list
> photran@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/photran
>   



------------------------------

_______________________________________________
photran mailing list
photran@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/photran


End of photran Digest, Vol 48, Issue 3
**************************************



------------------------------

Message: 2
Date: Fri, 14 Aug 2009 14:42:43 -0600
From: Orion Poplawski <orion@xxxxxxxxxxxxx>
Subject: Re: [photran] Problem Ubuntu, ifort, photran continued
To: Photran Information <photran@xxxxxxxxxxx>
Message-ID: <4A85CC43.8090003@xxxxxxxxxxxxx>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 08/14/2009 02:41 PM, Benjamin Jonen wrote:
> Thanks a lot for the reply! Indeed calling photran from the terminal
> eliminates the error. Unfortunately a new problem emerges:
>
> ifort -g -O0 -c -o "main.o" "../main.f90"
> /home/benjamin/intel/Compiler/11.1/046/bin/ia32/fortcom: error while
loading
> shared libraries: libstdc++.so.5: cannot open shared object file: No such
> file or directory

You'll need to install this from the appropriate Ubuntu package.

-- 
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA/CoRA Division                    FAX: 303-415-9702
3380 Mitchell Lane                  orion@xxxxxxxxxxxxx
Boulder, CO 80301              http://www.cora.nwra.com


------------------------------

_______________________________________________
photran mailing list
photran@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/photran


End of photran Digest, Vol 48, Issue 4
**************************************



Back to the top