Hi,

Zack Weinberg wrote:
> On Sat, Jan 31, 2009 at 12:53 PM, Markus Wanner <mar...@bluegap.ch> 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


_______________________________________________
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel

Reply via email to