Dear Andriy,
Thank you very much.

I installed qhull first and then configure getfem with:
     ./configure BLAS_LIBS="/home/yangb/bin/BLAS/blas_LINUX.a -lgfortran"
--prefix=$PWD  F77=gfortran CXX=g++ CC=gcc --enable-qhull
CPPFLAGS="-I/home/yangb/bin/getfem++-3.0.1/qhull/include"
But when I run make check, i got some link errors, it seems that getfem can
not find qhull library. The I gave getfem the explicit location of qhull
library by:
./configure BLAS_LIBS="/home/yangb/bin/BLAS/blas_LINUX.a -lgfortran"
--prefix=$PWD  F77=gfortran CXX=g++ CC=gcc --enable-qhull
CPPFLAGS="-I/home/yangb/bin/getfem++-3.0.1/qhull/include"
LIBS=="-L/home/yangb/bin/getfem++-3.0.1/qhull/lib"
But I still fails when I run make check.

Do you know why?

-- 
Best regards,

Bin
_______________________________________________
Getfem-users mailing list
[email protected]
https://mail.gna.org/listinfo/getfem-users

Reply via email to