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

error: Could not open message catalog: ifcore_msg.cat.

ztdep
Beginner
741 Views

what does this mean ,how should i resolve it .

i have saw the file ifcore_msg_cat ,but there was a lock on it icon , i have logged in as the root , but i can not modify it read_write .

how should i do .

regards

0 Kudos
1 Reply
TimP
Honored Contributor III
741 Views
When you install the compiler, it makes a link in /usr/lib/ to the file of that name in the
compiler /lib directory, so you would expect this to point to the compiler you installed most recently. If you started out with a link to an old installation which you have trashed, it would be better to remove it. Evidently, this link would normally be owned by root, and you would have to su in order to remove it. Then you could replace it with a link to your currently installed one, or repeat your compiler installation.
0 Kudos
Reply