- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Compile OMCopiler for OM 1.16.4 on Linux
Page Start Prev 1 Next End
Compile OMCopiler for OM 1.16.4 on Linux
Compile OMCopiler for OM 1.16.4 on Linux
Feb-26-21 19:17:15
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
Page Start Prev 1 Next End
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Compile OMCopiler for OM 1.16.4 on Linux
There are 0 guests and 0 other users also viewing this topic