Hi Stefan,

* steve_k wrote on Fri, Jul 11, 2008 at 04:11:59PM CEST:
> 
> my current task is to get some testcases for a library compiling - the
> directory structure is that the testcases should exist completely
> independently from the source directory of the library. Each testcase has
> its own subdirectory seen from the root directory.  The binary(ies) of the
> shared library are placed in /usr/local/lib includes reside in
> /usr/local/include.
> 
> My problem is that the library is never found - by autoreconf - ./configure 

Try
  ./configure LDFLAGS=-L/usr/local/lib CPPFLAGS=-I/usr/local/include

and if that doesn't work, look into config.log, find the sections where
it searches for -lgeneva and why that fails.  There may be undefined
symbols from needed libraries or similar.

Hope that helps.

Cheers,
Ralf


Reply via email to