Archived OpenModelica forums. Posting is disabled.

Alternative forums include GitHub discussions or StackOverflow (make sure to read the Stack Overflow rules; you need to have well-formed questions)


Forgot password? | Forgot username? | Register

Compile OMCopiler for OM 1.16.4 on Linux

Compile OMCopiler for OM 1.16.4 on Linux

We are trying to compile OM 1.16.4 source code for Linux after compiling required dependencies


gcc (GCC) 8.3.0

lpsolve 5.5.2.5-r0
libexpat 2.2.6-r0
lapack 3.8.0-r0
lapack 3.8.0-r0

git clone https://github.com/OpenModelica/OpenModelica.git
cd OpenModelica
git submodule update --recursive --init
git checkout v1.16.4
cd OMCompiler
autoconf
./configure
make -j`nproc`

and this is the Output:


make: *** [Makefile:99: omc-bootstrapped] Error 2

And advice how to fix?

Edited by: VJM - Feb-26-21 19:36:06
There are 0 guests and 0 other users also viewing this topic
You are here: