Re: [Scilab-users] Scilab compilation from scratch (was Re: spec can crash scilab)

2021-05-09 Thread Antoine Monmayrant
Hello all, Here is another update: success! After a lot of LD_PATH, ln & -lrandomstuff dark magic that I don't really understand I managed to compile scilab under linux ubuntu 18.04. Se below what I've done for those interested. A bit of warning: I tried to remove all the intermediate failures

Re: [Scilab-users] Scilab compilation from scratch (was Re: spec can crash scilab)

2021-05-09 Thread Antoine Monmayrant
Hello all, Just a quick update: (1) I installed & configured as default : openjdk-8 gcc-8 g++8 (2) I had to rm everything and restart from scratch: somehow, my first try at compiling with openjdk-11 had left some *.class files behind (with the wrong version) that make clean is not removing (3)