Nicolas Moulin wrote: > Hi, > I try to compile Gmsh-2.2.6 on CentOS5. I've already install > gsl1.9 and fltk-1.3.x-r6623. > When I execute ./configure to compile Gmsh, the foolowing error > appears: > */checking size of size_t... configure: error: cannot compute sizeof (size_t) > See `config.log' for more details. >
That's weird, we use the standard AC_CHECK_SIZEOF([size_t]) test in the configure script... Can you check what the error is in the config.log file? > /*Thank you for your help. > > Best, > Nicolas > > > > _______________________________________________ > gmsh mailing list > [email protected] > http://www.geuz.org/mailman/listinfo/gmsh > > -- Prof. Christophe Geuzaine University of Liege, Electrical Engineering and Computer Science http://www.montefiore.ulg.ac.be/~geuzaine _______________________________________________ gmsh mailing list [email protected] http://www.geuz.org/mailman/listinfo/gmsh
