Subject: [Boost-users] pkg-config and FreeBSD
From: Roman Shmelev (rshmelev_at_[hidden])
Date: 2009-07-14 11:54:35


Hi!
I've downloaded boost 1.38 from the official site and successfully build it.
I was able to compile the program that uses regexes.
OS is FreeBSD 7.2.
gcc is 4.2.1.

The question is: how can I do something like this:
pkg-config --libs boost-regex

I'm new to FreeBSD, so I guess I really miss something basic.
Googling for subject gave me a lot but not instructions how to do what I want.

Thank you