[Scilab-users] Compiling Scilab with MPI

Clément David clement.david at scilab-enterprises.com
Mon Mar 6 10:27:37 CET 2017


Hi Eduardo,

You should pass the `--disable-static-system-lib` flag to the configure script. This was an options
added to ensure we ship with the libstdc++ instead of using the system one. It should only be used
if you plan to distribute the scilab binary in old system (eg. without a C++11 compatible
libstdc++).

Thanks,

--
Clément

Le vendredi 03 mars 2017 à 12:38 +0000, Eduardo Martini a écrit :
> Hello you all
> 
> Hope someone can help me, I am trying to compile scilab 5.5.2 from source in order to use MPI to
> get a simulation to run in parallel.
> 
> I downloaded the 5.5.2 version and its Compilation prerequirements from https://www.scilab.org/dev
> elopment/ml .
> 
> I extracted both into a folder and performed a ./configure with no errors at all   (I skipped the
> --with-mpi in the first try, just to keep it simple)
> 
> But when I tried to compile with "make" after a while I get a error
> 
> "Found dependency from scilab-cli-bin to libstdc++ found
> Makefile:2092: recipe for target 'check-libstdcpp-dep' failed
> make[1]: *** [check-libstdcpp-dep] Error 2
> make[1]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2'
> Makefile:1541: recipe for target 'all-recursive' failed
> make: *** [all-recursive] Error 1"
> 
> I have no clue what to do about it, (and clearly adding MPI didn't help neither...) .Can someone
> help me out on this one?!  
> 
> 
> Thanks a lot in advance!!!
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users



More information about the users mailing list