[Insight-developers] Finding include and lib directories

Paul Hughett hughett@mercur.uphs.upenn.edu
Mon, 19 Feb 2001 17:45:03 -0500


Luis wrote:

> You only need to define the environment variables:

> THREADS_LIBS  as   -lpthread

> and

> DL_LIBS    as     -ldl


This is a broken design and needs to be fixed; I should not have to clutter
up my environment with random variables to get itk to build.  The right way
is for ./configure to check for the libraries and define the appropriate
variables in the Makefiles.

Paul Hughett