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 have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

Compiling for OSX

Mike_Prager
Beginner
548 Views
Some of the programs I've written are being used for education, and now of course many students are using Macs. Since both the PC and Mac use the same hardware now, does Intel Visual Fortran for Windows have any cross-compiliation abilities? Is there any way I can compile a Fortran program to run on the Mac without doing so on a Mac?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
548 Views

Sorry, no. The processor may be the same, but the object format is not, and then there's the gcc libraries and tools (such as ld) used for Mac builds.
0 Kudos
Reply