Diff of GCC-COBOL
- The added line is THIS COLOR.
- The deleted line is THIS COLOR.
- Go to GCC-COBOL.
- Deleting diff of GCC-COBOL
* GCC COBOL [#cf0f5bf3] This is an experimental implementation of a COBOL frontend for GCC: - [[gcc-cobol-0.2.tar.gz:http://prdownloads.sourceforge.net/open-cobol/gcc-cobol-0.2.tar.gz?download]] (The frontend) - [[open-cobol-0.12.tar.gz:http://prdownloads.sourceforge.net/open-cobol/open-cobol-0.12.tar.gz?download]] (Preprocessor and run-time library) ** How to install [#u010b5aa] + Install OpenCOBOL 0.12.~ See http://www.open-cobol.org/ for details. See http://www.opencobol.org/ for details. + Check out the source code of GCC 3.3 (branch gcc-3_3-branch) from the CVS repository.~ See http://gcc.gnu.org/cvs.html for details. + Uncompress the COBOL frontend "gcc-cobol-x.x.tar.gz".~ A subdirectory named `cobol' will be created. Move `cobol' into GCC's source directory `${GCC}/gcc/', where ${GCC} is the top directory of GCC's source tree. + Create a build directory for GCC. Build GCC like this: ${GCC}/configure --enable-languages="c cobol" make bootstrap See http://gcc.gnu.org/install/ for details. + Two binaries `gcc/gcb' and `gcc/cobc1' will be there. Install them in anywhere you want.




