On 23/9/08 07:55, "LUK ShunTim" <[EMAIL PROTECTED]> 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



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

Reply via email to