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.

Convert from old Fortran to new

mjsy8b
Beginner
634 Views
Hi, I'm working on this program that we took off of an old computer running VAX and now we are trying to get it to run on Compaq Visual Fortran. This program referenced some libraries and such, so we just copied all the folders and files onto the new computer and tried to compile. We got a fatal error, something about an internal compiler error (C0000005). What should we do?

Thanks a bunch
0 Kudos
1 Reply
Steven_L_Intel1
Employee
634 Views
Report the problem to Visual Fortran Support (vf-support@compaq.com) First, though, download and install the 6.6B update (assuming you have 6.6) from the Compaq Fortran web site and see if the problem is still there. An internal compiler error is ALWAYS a compiler bug.

If it is, be sure to attach a ZIP archive of your project to the problem report. See http://compaq.com/fortran/support/visual.html for details.

Note that if you have compiled libraries from the VAX, you can't use them on the PC - you'll need to recompile everything.

Steve
0 Kudos
Reply