Search This Blog

Compile and install GNU-COBOL (formerly Open COBOL) on Mac OS X Yosemite

  1. Make sure you have xcode installed.
  2. Compile and install GNU MP Bignum Library.
  3. Compile and install Berkeley DB.
  4. Download GNU COBOL
  5. Compile and install:
    ./configure CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib --prefix=/usr/local
    
    make
    
    sudo make install
      

No comments:

Post a Comment