Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29253 Discussions

Problem at compilation : "exec: 34: -a: not found"

mika_l
Beginner
637 Views
Hello,

I installed kubuntu 6.10 (64 bits) on my computer (dual core 2). Then I installed IFC 9.1.036, and when I want to compile my .f90 source code with the commands "ifort -o prog prog.f90" or "ifort prog.f90", the response I have is "exec: 34: -a: not found".
I found no post concerning this error. Do you have any idea to solve the problem ?

Thanks a lot,
Michal
0 Kudos
2 Replies
mika_l
Beginner
637 Views

Sorry I'm tired, my processor is a core 2 duo not a dual core 2.

Michal

0 Kudos
mika_l
Beginner
637 Views
Problem seems to be solved :

in the files ifort and ifc replace :

#!/bin/sh by #!/bin/bash
0 Kudos
Reply