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

Problem with rpm2cpio installation mathod

tjankk
Beginner
677 Views
I tried installing ifc8.0 using rpm2cpio intel***.rpn | cpio -i, everything went on fine and I am able to compile my fortran files. However the problem arise during linking. The error message is "/usr/bin/ld:cannot open INSTALLDIR/lib/crtxi.o" I have changed all the INSTALLDIR to the actual installation directory in the files, ifort,ifc,ifort.cfg,ifc.cfg, yet the message appears. Appreciate your help
0 Kudos
1 Reply
John_O_Intel
Employee
677 Views
I'd grep for INSTALLDIR in the bin directory. I'd guess one of the compiler configuration files or compiler scripts hasn't been updated with the actual dir name.
Regards,
John O'Neill
0 Kudos
Reply