automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AC_SEARCH_LIB - search path (?)


From: Ralf Wildenhues
Subject: Re: AC_SEARCH_LIB - search path (?)
Date: Sat, 12 Jul 2008 16:09:52 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

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

[Prev in Thread] Current Thread [Next in Thread]