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

intel fortran with the wrong glibc path

c_inostroza
Beginner
660 Views
i have this problem when i try to compile
ifort simpson.f90 -o tt
ld: /usr/lib/gcc-lib/i486-linux/3.3.5/crtbegin.o: No such file: No such file or directory
anyone knows how to work this arround?

Message Edited by c.inostroza@gmail.com on 11-04-2005 03:00 PM

0 Kudos
2 Replies
TimP
Honored Contributor III
660 Views
You must have a working gcc installation. If you have updated your gcc installation, and are not using ifort 9.0, you should re-install ifort, or modify the configuration files to match your current setup. If you are accessing an ifort installation across a network which was installed with a different gcc setup than exists on your computer, you will not be able to run versions prior to 9.0.
0 Kudos
c_inostroza
Beginner
660 Views
mmm, i have updated my gcc, but ive reinstalled ifort, and im using ifort 9.0, wich are the configuration files i have to modify?, thanks for your help
0 Kudos
Reply