Using cobol in linux and windows and other os'es

pix07

Well-known member
For cobol there is a new project free open source cobol compiler for linux and windows and other os'es its called gnu cobol:

https://gnucobol.sourceforge.io/

The gnu cobol translate Cobol code to C.

Here how to install from source code:

https://sourceforge.net/p/gnucobol/discussion/help/thread/7c6b048b95/

Fixing linking cobol linking error on linux:

https://sourceforge.net/p/gnucobol/discussion/help/thread/d786dad0/

Windows builds:

https://www.arnoldtrembley.com/GnuCOBOL.htm

And here how compile code:

https://blog.brakmic.com/gnucobol-on-windows-from-compilation-to-helloworld/

https://www.thegeekstuff.com/2010/0...ompile-and-execute-cobol-program-on-linux-os/
 
Top