monotone-devel
[Top][All Lists]
Advanced

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

Re: [Monotone-devel] Re: nvm.stripped versus botan


From: Markus Wanner
Subject: Re: [Monotone-devel] Re: nvm.stripped versus botan
Date: Sun, 01 Feb 2009 13:35:04 +0100
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

Hi,

Zack Weinberg wrote:
> On Sat, Jan 31, 2009 at 12:53 PM, Markus Wanner <address@hidden> wrote:
>> However, testing quickly on FreeBSD 7.1, I get:
>>
>> checking for botan... gnome-config: not found
>> no
>> usage: basename string [suffix]
>>       basename [-a] [-s suffix] string [...]
>> checking for botan using .... --cflags: not found
>> no
>> checking for botan... not found; guessing
>> checking whether botan is usable... no

Here's the output of a pkg-config request, as run by configure from that
same machine:

freebsd71-i386% /usr/local/bin/pkg-config --exists --print-errors botan
>= 1.6.3
gnome-config: not found
Package botan was not found in the pkg-config search path.
Perhaps you should add the directory containing `botan.pc'
to the PKG_CONFIG_PATH environment variable
No package 'botan' found
gnome-config: not found
Package 1.6.3 was not found in the pkg-config search path.
Perhaps you should add the directory containing `1.6.3.pc'
to the PKG_CONFIG_PATH environment variable
No package '1.6.3' found


What's obviously "wrong" on FreeBSD is, that there's no .pc file for
botan. However, there's a botan-config executable:

freebsd71-i386% which botan-config
/usr/local/bin/botan-config
freebsd71-i386% botan-config --libs
-L/usr/local/lib -lm -lbotan
freebsd71-i386% botan-config --cflags
freebsd71-i386%

I'm a bit puzzled about why there's no "-I/usr/local/inculde" in the
--cflags output. As the earlier check for boost shows, gcc doesn't add
that automatically.

Regards

Markus Wanner




reply via email to

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