[Gmsh] Bug report in gmsh 2.4.2
Patrick Farrell
patrick.farrell06 at imperial.ac.uk
Tue Oct 6 16:03:30 CEST 2009
On Tue, Oct 06, 2009 at 11:11:08AM +0100, David Colignon wrote:
> cmake -DCMAKE_BUILD_TYPE=Debug path_to_gmsh
> make
>
> to remove all optimization flags.
The version compiled without optimisation flags fails.
> If this still doesn't work, could you try compiling in 32 bit mode ?
>
> export CXXFLAGS="-m32"
> export CFLAGS="-m32"
> cmake -DCMAKE_BUILD_TYPE=Debug path_to_gmsh
> make
>
I tried this, but am having trouble compiling gmsh
in 32-bit mode because of the absence of its dependencies.
I have tried turning off things, but I can't figure
out how to remove the dependency on lapack. Do you
know what I should turn off?
Thanks,
Patrick