Fink installs software in /sw/bin which isn't in your PATH by default. According to the manual you need to run

/sw/bin/pathsetup.sh

after installation.

[This] command runs a little script to help set up your Unix paths (and other things) for use with Fink. In most cases, it will run automatically, and prompt you for permission to make changes. If the script fails, you'll have to do things by hand (see below).

(If you need to do things by hand, and you are using csh or tcsh, you need to make sure that the command source /sw/bin/init.csh is executed during startup of your shell, either by .login, .cshrc, .tcshrc, or something else appropriate. If you are using bash or similar shells, the command you need is . /sw/bin/init.sh, and places where it might get executed include .bashrc and .profile.)

Once you have set up the paths, open a new Terminal.app window, and close all other ones. That's it, you now have a base Fink system installed.


Have you though of using MacPorts instead? It has OpenCobol 1.1, which you can install with:

port install open-cobol

It works on my mac (but I'm on Mountain Lion).