I initially installed only the "release" version of the boost libs. When I built a debug version of my application, the linker failed because apparently it triggered a search for the debug version of the boost libraries, which were not installed.
Shouldn't there be a fall-back position to link to release libs in the case where debug versions were not built? James _______________________________________________ Boost-cmake mailing list Boost-cmake@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-cmake