Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29280 Discussions

Intel Fortran90 install 10.0 license error

mohshee
Beginner
787 Views

I am trying to install the 10.0 compiler on a 64 bit CPU (Ubuntu Fiesty Fawn OS). As soon as I try to install the compiler i get booted out by a single error message:

> ./install.sh


ERROR: Problem encountered executing CHKLIC_32_64 utility located here:
/home/mohshee/downloads/l_fc_p_10.0.023_intel64/data/chklic.em64t

The CHKLIC_32_64 program data/chklic.em64t requires these libraries:
not a dynamic executable
----------------------------
I cannot figure out what is wrong. I've been combing through forums for a while now. The file 'data/chklic.em64t' is indeed a binary executeable. I have placed the correct license file in /opt/intel/licenses/

Any ideas??

Thanks, Shay

0 Kudos
4 Replies
Steven_L_Intel1
Employee
789 Views
Well, first of all, Ubuntu is not supported by the 10.0 compiler. That aside, we recently discovered a problem with x64 Ubuntu that prevents the 10.0 compiler from working, and I think it's exactly what you encountered. This is an Ubuntu bug and we're in communication with the Ubuntu developers about it.
0 Kudos
mohshee
Beginner
789 Views
Thanks for the update. I was pretty confused.
0 Kudos
Steven_L_Intel1
Employee
789 Views
I learned a bit more and found that the error you're seeing is not the one I was thinking of, but that version of Ubuntu is still problematic.
0 Kudos
j4play
Beginner
789 Views
i was having the exact same problem.
installing lib32gcc1 fixed this for me.

0 Kudos
Reply