Menu

GnuCobol 3.2 - 2026-07-17

Anonymous
4 days ago
4 days ago
  • Anonymous

    Anonymous - 4 days ago

    Help,

    GnuCobol 3.2 install is in error.

    I attach the report. What did I miss?

    In 2024 the same gnucobol.zip worked.

    Thanks Luc

    --

    Best Regards
    from : Lucio R.
    mobile : +39 3482653512
    mailto :aibber@libero.it
    https://www.asoft-va.com
    .
    Yours faithfully -:- Mit freundlichen grüßen

     
    • Michael Del Solio

      Probably you have now a newer version of Linux with a newer version of gcc which is more strict in checking pointer types an other things.

      You could try to add a parameter to the compiler to use an older C-standard, and set some other compiler flags in addition:

      make distclean 2>/dev/null || true
      
      ./configure \
          CC="gcc -std=gnu17" \
          CFLAGS="-O2 -Wno-error=incompatible-pointer-types -Wno-error=implicit-function-declaration" \
          --with-xml2 \
          --with-json
      
      make
      

      In the log file there is a message that flex is missing_

      checking for flex... no
      

      Maybe this helps with all packages needed:

      sudo apt install \
          build-essential flex bison \
          libgmp-dev libncurses-dev \
          libdb-dev libxml2-dev \
          libjson-c-dev
      
       
      👍
      1
  • Chuck Haatvedt

    Chuck Haatvedt - 4 days ago

    this code has been fixed in the current 3.3-dev code

     
    👍
    2

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB