Quoting soy yo <[EMAIL PROTECTED]>: > /opt/matlab2006b/bin/mex -output gf_matlab -g CDEBUGFLAGS="-O3" LD="g++" \ > -I. -I./.. -DMATLAB_RELEASE=14 \ > ./gfm_mex.c ./gfm_common.c ./../gfi_array.c \ > ../.libs/libgetfemint.a ../../../src/.libs/libgetfem.a > -L/usr/lib/atlas > /lib/ -latlas -lf77blas || (rm gf_matlab.mexglx; false) > Warning: You are using gcc version "4.2.0". The earliest gcc version > supported with mex is "3.4.0". The latest version tested for use with mex is > "3.4.5".
No need to rebuild everything with gcc 3.4 in my opinion. Just install it and re-execute the command line above (in the getfem++-3.0.4/interface/src/matlab directory). You may want to run "mex -v" instead of just "mex" in order to see which command mex is running. But it should definitiveky output a "gf_matlab.mexglx" file _______________________________________________ Getfem-users mailing list [email protected] https://mail.gna.org/listinfo/getfem-users
