[Top][All Lists]
[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 18:05:08 +0100 |
User-agent: |
Mozilla-Thunderbird 2.0.0.19 (X11/20090103) |
Hi,
Zack Weinberg wrote:
> Do you get the same output if you write it like this?
>
> $ /usr/local/bin/pkg-config --exists --print-errors 'botan >= 1.6.3'
Hm.. not quite:
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
freebsd71-i386%
> There could easily be some additional quoting needed in library.m4.
> Also, what does pkg-config --version print?
freebsd71-i386% /usr/local/bin/pkg-config --version
0.23
> It looks like botan-config deliberately does not print an -I switch if
> it would be -I/usr/include or -I/usr/local/include. This is sane,
> because you have to patch gcc to get it not to search those
> directories by default. Is this the stock FreeBSD 7.1 gcc?
I think so, yes:
freebsd71-i386% gcc --version
gcc (GCC) 4.2.1 20070719 [FreeBSD]
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Regards
Markus Wanner