- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Any help would be greatly appreciated. I am hoping that this process will not be too onerous since with the old compilers (Compaq)the code base compiled on both Unix and Windows. Any suggestions as to where I go from here?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No means to produce a makefile from newer Visual Studio versions (I think starting w/MSVS 2005).
The Intel Fortran Users guide (Windows or Linux version) contains two quick reference sections; one for Windows and the other for Linux and Mac OS. Each containsa table summarizing Intel Fortran compiler options for the specific OS that also shows the equivalent compiler options for the other OS.
For example, from the index browse to: Intel Fortran Compiler Users and Reference Guides > Compiler Options > Quick Reference Guides and Cross References > Linux* OS and Mac OS* X Quick Reference Guide and Cross Reference to see Linux/Mac OS compiler options and the Windows equivalents.
For any MS LINK.EXE specific options, you will need to refer to the Linux linker (ld) man page to find the equivalents.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No Linux version. This library and module provide access to the Windows only operating system routines/APIs. You must determine which specific Windows routines are used and try locating the equivalent in the set of C library routines Linux provides.
There's interesting hits under Google using "windows api equivalent on linux". If you toss in a specific API name you likely can find a Linux equivalent.
There's lots of details about Windows/Linux differences in this Wikipedia article.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yea, I was afraid you were going to say that. Thanks for the help.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page