This binary build of the getfem-interface-2.0 should run on any linux/i386 distribution with matlab R13 installed -- it does not work properly with matlab R14 for an unknown reason...

The toolbox was built with the following settings:
 * getfem++ and getfem-matlab were compiled with g++-4.0.2 (g++-3.3 does not work for matlab-R13 interface..)
 * the configure option for getfem-interface-2.0 was:
     ../configure  CXX=dg++4.0 --with-getfem-config=../../getfem++/gcc-4.0/getfem-config-notinstalled --enable-python=yes --prefix=$HOME/getfem/test_install MEX=/opt/matlab-R13/bin/mex

 * in order to get a mex-file which depend on a minimum of dynamic libraries, the gf_matlab.mexglx was built "by hand", with:
/opt/matlab-R13/bin/mex -output gf_matlab -g CDEBUGFLAGS="-g -O2" LD="gcc-4.0" -I../../../src/matlab -I../../../src/matlab/.. -DMATLAB_RELEASE=13 ../../../src/matlab/gfm_mex.c ../../../src/matlab/gfm_common.c ../../../src/matlab/../gfi_array.c ../.libs/libgetfemint.a /home/pommier/getfem/getfem++/gcc-4.0/src/.libs/libgetfem.a /home/pommier/local/gcc-4.0/lib/gcc/i686-pc-linux-gnu/4.0.2/../../../libstdc++.a /usr/lib/libblas.a

(note the use of the static libstd++ and libblas.a), "ldd gf_matlab.mexglx" gives:
        linux-gate.so.1 =>  (0xffffe000)
        libmx.so => not found
        libmex.so => not found
        libmat.so => not found
        libm.so.6 => /lib/tls/libm.so.6 (0xb7909000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb78fd000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb78eb000)
        libc.so.6 => /lib/tls/libc.so.6 (0xb77b3000)
        /lib/ld-linux.so.2 (0x80000000)