getFEMのビルドとScilabインターフェース

http://wiki.scilab.org/Finite%20Elements%20in%20Scilab

Scilabインターフェースのマニュアル
http://download.gna.org/getfem/doc/scilab_interface.pdf

getFEMのソース 
http://download.gna.org/getfem/html/homepage/

./configure --enable-scilab --with-pic   

でエラーが出てビルドできない。
gcc-4.8とgcc-4.2で試してみたけどダメだった。
Windows用にはバイナリが提供されているみたいなので、Windowsでやることにする。

(2022/2/25追記)
Ubuntuに入れるのが一番簡単だった。

sudo apt install python3-getfem++