[Insight-developers] Finding include and lib directories

Luis Ibanez ibanez@cs.unc.edu
Mon, 19 Feb 2001 18:14:55 -0500


Actually it does,

The problem is that "configure" tests for
pthreads_create()  function to exist on

libpthread.a    or   libpthreads.a

and this particular function is not found on
any of these libraries (at least in my linux box...)
so it interprets that as the libraries not being
there.

About   libdl.a  that escapes to me...

In any case, I agree, it is better
if  this can be done by configure.


Luis


------


Paul Hugett wrote:

> The right way
> is for ./configure to check for the libraries and define the appropriate
> variables in the Makefiles.