
2 Mar
2011
2 Mar
'11
1:43 a.m.
On Tue, Mar 01, 2011 at 11:45:05AM +0300, Vladimir Prus wrote:
Actually, I think that pkg-config is relevant only for compiled libraries. For others, it's just -I whatever business.
Is that guaranteed? Suppose a header-only Boost.X makes calls to a compiled Boost.Y library. Now my client code (using Boost.X only) has to know to link using -lboost_y. I don't believe this scenario is forbidden. -Steve