Thanks for the replies. Capitalization was indeed the problem.<br><br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="gmail_quote"><div class="Ih2E3d"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>FIND_PACKAGE(Boost 1.3.6 COMPONENTS date_time filesystem regex system)</blockquote>
</div><div> The &quot;1.3.6&quot; is a typo, btw.  You probably want &quot;1.36&quot; or whatever minimum version you need to use boost <br>
</div><div class="Ih2E3d"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"></blockquote></div></div></blockquote><div><br>Thanks for pointing that out. I probably would have never noticed.<br>
<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="gmail_quote"><div><br>Also, one additional thing.  If you use Boost_LIBRARIES it will automatically contain all of the libraries you specify after the COMPONENTS line (including debug/optimized keywords).  This is often fine for many Boost use-cases.  If it&#39;s not and you must link individually, the way you were doing it should work fine, just make the components be UPPERCASE.<br>

</div></div></blockquote><div><br>So I am building a sub-library (currently static) of a larger project. This sub-library only needs the date_time library of the components I listed. I don&#39;t have a strong opinion either way of whether I link to just date_time or the whole thing; it&#39;s just that the original Makefile I&#39;m converting from singled this out. Do you feel that I&#39;m better off using Boost_LIBRARIES?<br>
<br>Thanks,<br>Eric<br><br><br><br><br><br><br><br></div></div>