Hi,
I am new to Linux. I installed intel fortran compiler on my new
dual processor xeon machine.
Everything appears to be ok, untill i try to compile the program.
it gives the following error:
cannot open /usr/lib/crt1.o: No such file or directory
but the above mentioned crt1.o is available in /usr/lib64/ directory.
Do I have to install anything else?
Thanks,
Ram
I am new to Linux. I installed intel fortran compiler on my new
dual processor xeon machine.
Everything appears to be ok, untill i try to compile the program.
it gives the following error:
cannot open /usr/lib/crt1.o: No such file or directory
but the above mentioned crt1.o is available in /usr/lib64/ directory.
Do I have to install anything else?
Thanks,
Ram
链接已复制
4 回复数
The 64-bit ifort 8.1 for Xeon (l_fce_8....) is separate from the package which includes the 32-bit compiler. You can download it in your account on premier.intel.com. As an example of non-default linux packages required, in Red Hat 64-bit installation, there typically are 3 separate options which you will need to run Intel 32-bit compilers: 64-bit gcc/g++ development system, "legacy" (32-bit gcc) compiler, "compatibility" (32-bit run-time) libraries. The 64-bit ifort requires the compatibility libraries and the 64-bit gcc.
I think I have been beating a dead horse when I mention repeatedly that this should be an FAQ somewhere.
I think I have been beating a dead horse when I mention repeatedly that this should be an FAQ somewhere.