Skip to content
Snippets Groups Projects
Commit 053f8e7a authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

More research into VMS porting/utils.

parent b9b813f7
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,13 @@ for f in **/*.zip; do
done
```
### .com files
So it might be possible to run DCL on Linux. A rather
[exhaustive list](http://jonesrh.info/dcll/dcll_why_i_use.html)
of the options seems to indicate that
[PC-DCL](http://users.skynet.be/michel.valentin/) might be an option.
### General cleanup
* Removed exe and obj files: `git rm **/*.{exe,obj}`
......
## Port to Linux
While a rewrite is preferred, a port might be possible. Some interesting
links on getting VMS FORTRAN running on a Linux/Unix system:
* A [script](http://www.simconglobal.com/vms.html) to do this
using a proprietary tool called FTP. Need to contact them about
licensing.
* Things to [look out for](http://labs.hoffmanlabs.com/node/225).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment