[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion 1.7.4 should use pkg-config for sqlite3 libraries

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 25 Apr 2012 23:52:17 +0100

Alan Hourihane <alanh_at_fairlite.co.uk> writes:

> Yes, it doesn't work as you are checking /usr first, yet it should be
> pkg-config first (or only)....
>
> This is what I get....
>
> configure: checking sqlite library
> checking sqlite3.h usability... yes
> checking sqlite3.h presence... yes
> checking for sqlite3.h... yes
> checking sqlite library version (via header)... okay
> checking for sqlite3_close in -lsqlite3... no
> configure: WARNING: no suitable sqlite found in /usr
>
> Because the check for sqlite3_close in -lsqlite3 fails as it doesn't
> have the extra libraries available to link the test case.

Are you passing --with-sqlite=/usr to configure? That stops pkg-config
being used.

-- 
Philip
Received on 2012-04-26 00:52:54 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.