- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You are running this in 64-bit mode? If you are using the 32-bit compiler, you have to install the Linux 32-bit libraries. Some distributions include those by default, some don't.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
From the distribution that was sent to me, I installed 32bit fortran, and debugger. It never asked me to install anything else.
So I am a bit confused about it.
So I am a bit confused about it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is now in the System Requirements section of the release notes.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page