getfem-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Getfem-users] : How to Install Getfem++ with qhull support??


From: Bin
Subject: Re: [Getfem-users] : How to Install Getfem++ with qhull support??
Date: Wed, 12 Sep 2007 09:20:29 -0600

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]