Running ./configure as part of installing qc--, I get

    Configuration failed.
    
    You need OCaml 3.0[89] to compile Quick C--, but we found 
    3.10. 

Are the versions of ocaml really that incompatible?  Or is the test in 
configure faulty?


The configure.log file is as follows:

searching for ocamlc.opt          not found
searching for ocamlc              found /usr/bin/ocamlc
searching for ocamlopt.opt        not found
searching for ocamlopt            found /usr/bin/ocamlopt
searching for ocamlyacc           found /usr/bin/ocamlyacc
searching for notangle            found /usr/bin/notangle
searching for cpif                found /usr/bin/cpif
searching for awk                 found /usr/bin/awk
searching for test                found /usr/bin/test
searching for gcc                 found /usr/bin/gcc
searching for mk                  found /usr/local/bin/mk
searching for latex               found /usr/bin/latex
searching for lua.h               found /usr/include/lua40/lua.h
searching for lualib.h            found /usr/include/lua40/lualib.h
searching for liblua.so           not found
searching for liblua40.so         found /usr/lib/liblua40.so
searching for liblualib.so        not found
searching for liblualib40.so      found /usr/lib/liblualib40.so

    Here is what ./configure has found:
    
    OCAML
    ------------------------------------------------------------------ 
    OCaml Version:  3.10
    ocamlc:         /usr/bin/ocamlc
    ocamlopt:       /usr/bin/ocamlopt
    ocamlyacc:      /usr/bin/ocamlyacc
    
    NOWEB and tools
    ------------------------------------------------------------------ 
    notangle:       /usr/bin/notangle
    cpif:           /usr/bin/cpif
    awk:            /usr/bin/awk
    mk:             /usr/local/bin/mk
    
    C Compiler
    ------------------------------------------------------------------ 
    cc:             /usr/bin/gcc
    C Standard:     undefined
    IEC 60559       1
    
    
    Documentation
    ------------------------------------------------------------------ 
    LaTeX:          /usr/bin/latex
    
    Lua
    ------------------------------------------------------------------ 
    Lua Version:    Lua 4.0
    lua.h:          /usr/include/lua40/lua.h
    lualib.h:       /usr/include/lua40/lualib.h
    liblua:         /usr/lib/liblua40.so
    liblualib:      /usr/lib/liblualib40.so
    Lua -I          -I/usr/include/lua40
    Lua -L          -L/usr/lib/
    ld(1) flags:    -L/usr/lib/ -llua40 -llualib40
    
    Architecture
    ------------------------------------------------------------------ 
    Architecture:   x86-linux
    Word size:      32
    Endianness:     little
    Sizes:          int:4 int*:4 char:1

    Installation
    ------------------------------------------------------------------
    Install to:     /usr/local


_______________________________________________
Cminusminus mailing list
[email protected]
https://cminusminus.org/mailman/listinfo/cminusminus

Reply via email to