Setting up COBOL Compiler under Mac OS?

拥有回忆 提交于 2019-12-03 14:25:54

You can use brew to install GNU Cobol (Open Cobol). Just type:

brew install gnu-cobol

Then to compile program use:

cobc -x hello.cob

Browse --help for more option (like super nice -free)

Is there a particular Cobol you are trying to use. If not try

There are some very old notes for the mac here but you might be better off asking a question in the Open Cobol Help forum.

The Open-Cobol project are currently collecting sample cobol programs which might be useful to you.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!