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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -