Boost logo

Boost-Build :

Subject: [Boost-build] Library search support?
From: Artyom (artyomtnk_at_[hidden])
Date: 2010-04-28 07:46:34


Hello,

I'm looking for library search support functionality - similar to

- autoconf's AC_CHECK_LIB/AC_SEARCH_LIBS/AC_CHECK_HEADER
or
- CMake's FIND_LIBRARY and FIND_PATH.

These are quite essential parts of **any** mature build system.

I need this for Boost.Locale build - search for ICU.

Note: Boost.Regex ICU's library search is quite broken because it searches
for release version of ICU even under debug MSVC builds.

Also the general approach is quite wrong (search for specific files for
each platform is bad).

Any progress with it, any chance to get it in Boost-Build?

Thanks,
  Artyom

      


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk