[Insight-developers] Finding include and lib directories

Luis Ibanez ibanez@cs.unc.edu
Tue, 20 Feb 2001 09:47:49 -0500 (EST)


Paul,

configure is working for me now, without
using environment variables, so it could
be a local problem.

Could you restore the original CMakeLists.txt
make an update and try to run configure in 
your system ?

Remember to remove the file config.cache
before running configure.

Then, if you can post the resulting file 
config.log that could help to identify 
the problem.


Luis,


On Tue, 20 Feb 2001, Paul Hughett wrote:

> 
> Bill wrote:
> 
> > I am a bit lost here.....
> 
> > configure does figure out DL_LIBS and THREADS_LIBS.
> 
> Interesting.  The hard fact that I have is that I had to explicitly
> add dl and pthreads libraries to the LINK_LIBRARIES block in the
> CMakeLists.txt files to get the build process to successfully link them
> into the test and example programs.  It would seem that there is still
> a problem here, but not the one I thought it was.  How are the results
> of configuration supposed to be propagated to the CMakeLists.txt
> files?
> 
> Paul Hughett
>