boost and gcc&make - compiler and version agnostic linking -
boost jam creates fancy static library names such boost_system-mgw45-mt-d-1_44
, contain compiler , library version. let's assume want distribute application in sources buildable standard makefile, , user should install boost library himself. there known ways determine installed compiler , library versions compose static library names?
you use autoconf
, use various ax_boost_
macros, if check autoconf-archive. (the archive available package manager, know debian , macports have it). if use automake
, setting --install
in aclocal_amflags
copy macro definitions project.
Comments
Post a Comment