OC Installation
Last Updated on Tuesday, 2 November 2010 01:08 Written by aoirthoir Tuesday, 2 November 2010 01:02
This content is published under the Attribution-Share Alike 3.0 Unported license.
Last Updated on Tuesday, 2 November 2010 01:08 Written by aoirthoir Tuesday, 2 November 2010 01:02
This content is published under the Attribution-Share Alike 3.0 Unported license.
Best bet, with build-essentials (or Development Tools)
wget http://www.sim-basis.de/open-cobol-1.1.tar.gz
tar xvf open-cobol-1.1.tar.gz
cd open-cobol-1.1
./configure
make
make check
sudo make install
sudo ldconfig
And then cobc away, perhaps cobcrun away.
Cheers,
Brian