Code Monkey home page Code Monkey logo

cobol-builder's Introduction

Cobol Compiler build scripts

The repository is part of the Compiler Explorer project. It builds the docker images used to build the Cobol compilers used on the site.

cobol-builder's People

Contributors

gitmensch avatar mattgodbolt avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

gitmensch

cobol-builder's Issues

build dependencies

If the resulting COBOL environments should build with JSON and XML support you'd likely want to add libjson-c-dev and libxml2-dev.

Note: When building GnuCOBOL (only) you should not need autoconf; bzip2 and xz-utils only if you want those archive formats.

Dependencies don't work on 22.04

We build on 20.04 but the image doesn't work on 22.04 (which the admin node is).

I hacked it to copy libraries, but the rpath isn't transitive:

/opt/compiler-explorer/cobol/gnucobol-3.2-rc2/bin/cobc: error while loading shared libraries: libicuuc.so.66: cannot open shared object file: No such file or directory

and if I hack the LD_LIBRARY_PATH:

$ env LD_LIBRARY_PATH=/opt/compiler-explorer/cobol/gnucobol-3.2-rc2/lib /opt/compiler-explorer/cobol/gnucobol-3.2-rc2/bin/cobc
Inconsistency detected by ld.so: dl-call-libc-early-init.c: 37: _dl_call_libc_early_init: Assertion `sym != NULL' failed!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.