[Insight-developers] Finding include and lib directories
Luis Ibanez
ibanez@cs.unc.edu
Mon, 19 Feb 2001 22:00:38 -0500 (EST)
Hi
configure is working now without needing
any environment variables.
dlopen() is found in libdl.a
but
pthread_create() is not found in
libpthread.a.
in spite of that, configure defines
THREAD_LIBS and correctly.
I should have missed something
over the last configuration.
Luis
BTW
this is a Mandrake 7.1 distribution
the kernel is 2.2.15
make is 3.79
and gcc is 2.95.3
-------------------------------
On Mon, 19 Feb 2001, Bill Hoffman wrote:
>
> What linux version are you using?
> Paul, are you having the same problem?
> This is basically the confgure stuff from VTK, which
> as far as I know works on most linux machines.
>
> dlopen is looked for in -ldl and that is required for
> building itk. Is there a version of linux that does not
> have that?? Yours must have it, because you are able to link??
>
>
> -Bill
>
> At 06:14 PM 2/19/2001 -0500, Luis Ibanez wrote:
>