getfem-users
[Top][All Lists]
Advanced

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

Re: [Getfem-users] qhull


From: Koenraad Janssens
Subject: Re: [Getfem-users] qhull
Date: Tue, 23 Sep 2008 08:35:04 +0200
User-agent: Microsoft-Entourage/11.4.0.080122

On 23/9/08 07:55, "LUK ShunTim" <address@hidden> wrote:

> Koenraad Janssens wrote:
>>  I am working on a linux system and I installed qhull in a non-standard
>> location. How can I tell getfem configure to look for qhull in that
>> location?
>> 
>> Thanks for the info - Koen
> 
> Hi Koen,
> 
> See if setting these environmental variables helps. For example, in bash,
> 
> export CPPFLAGS=-I/path/to/your/qhull/include
> export LDFLAGS="-L/path/to/your/qhull/lib -lqhull"
> 
> Regards,
> ST
> --

Thanks for the hint, was almost correct. It works as:

> export CPPFLAGS=-I/path/to/your/qhull/include
> export LDFLAGS=-L/path/to/your/qhull/lib

--enable-qhull already sets the -lqhull option for the compiler.

Cheers - Koen





reply via email to

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