- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: fortran77
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 09:37 PM
01-29-2004 09:37 PM
using routine fortran77 . . .
I have some source like xxxxxx.for;2 . . .
Where is the compiler on the vax( and is it make xxxxxx to compile and create object ? ? )
What command to use my routines ? ? ? I think it's : run xxxx.for ? ?
excuse me I'm not developper under this langage . . .so ? ? I'm looking for information ? ? ?
Thank's
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 10:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 12:29 AM
01-30-2004 12:29 AM
Re: fortran77
The advantages of thi choice is you can distribuite your exe without any other file (because all runtime are installed with OS).
Also you can compile using different languages to make an exe (for example I use C and Cobol togheter).
Using link don't forget /EXE qualifier to create your executable everywhery you will.
Bye
Antoniov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 05:58 AM
01-30-2004 05:58 AM
Re: fortran77
link file1.obj,file2.obj
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2004 04:05 AM
01-31-2004 04:05 AM
Re: fortran77
one thing comes first: for the FORTRAN command to work, you DO need to have the Fortran compiler installed, and the licence loaded.
If you just type FORTRAN, you _may_ get a reply _File?_ , then at least a compiler IS defined, and probably also installed.
If you get a _Unrecognised command_ error message, then the first thing you need to do is find a compiler (compatible with your VMS version) and a license.
Depending on what you get, we should be able to get you going.
Jan