Home > Archive > Fortran > March 2004 > Re: Problems installing intel fortran linux compiler
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: Problems installing intel fortran linux compiler
|
|
| Ronny 2004-03-27, 12:17 am |
| Hi, please make sure that binutils has been installed successfully!
type rpm -ql binutils at the shell, see what happens.
"James" <t_durden@lycos.co.uk> ????
news:175060pkbuuqsemkc7l0579p8b5k7262fv@
4ax.com...
> Hi,
>
> I've installed the intel fortran compiler in linux mandrake 9.1
> according to the instructions at
> http://ftp.aset.psu.edu/pub/ger/for...tranInstall.txt
>
> But when I try to compile a file using <ifort file.f90 -o file>
> (without the <> ) I get the following errors:
>
> as: No such file or directory
> /usr/bin/ld: No such file or directory
>
> Anyone know what's going on? Thanks
| |
| Tom B. 2004-03-27, 12:18 am |
| Ronny wrote:
> Hi, please make sure that binutils has been installed successfully!
> type rpm -ql binutils at the shell, see what happens.
Had to install 'binutils' and 'gcc' and now it works. Thanks!
|
|
|
|
|