<div dir="ltr"><div><br>On Thu, Oct 1, 2015 at 9:29 AM, Markus Neteler <<a href="mailto:neteler@osgeo.org">neteler@osgeo.org</a>> wrote:<br>><br>> > In file included from geostat.c:1:0:<br>> ><br>> > local_proto.h:72:3: error: unknown type name ‘mat_struct’<br>> ><br>> >    mat_struct *trend;<br>> ><br>> >    ^<br>><br>> ok - next check:<br>><br>><br>> cd /where/your/grass/is/lib<br>><br>> ldd libgrass_gmath.so | grep 'blas\|lapack'<br>>    liblapack.so.3 => /lib64/liblapack.so.3 (0x00007f640ac4f000)<br>>    libblas.so.3 => /lib64/libblas.so.3 (0x00007f640a9f5000)<br>><br>> Is your GMATH lib properly linked to BLAS/LAPACK? Here it is and it compiles.<br><br>"unknown type name ‘xy’" really looks like that GRASS is not compiled with BLAS and LAPACK. I suggest to double check the configuration. You can also try to compile i.spec.unmix which always had an explicit check for BLAS and LAPACK configuration. (v.kriging compiles for me.)<br></div></div>