Hi!<br><br><br><br><div class="gmail_quote">On Mon, Nov 17, 2008 at 9:08 PM, Sharad Mittal <span dir="ltr">&lt;<a href="mailto:sharadmittal@yahoo.com">sharadmittal@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div>I have been compiling my program with boost_thread, boost_date_time and boost_system on mingw till now. Now I am trying to compile the same program on VC++ (9.0) and it is asking for libboost_regex-vc90-mt-sgd-1_36.lib . Is that normal? I have not used boost::regex in my code at all.<br>
<br>Thanks,<br><font color="#888888">Sharad</font></div></div></div></blockquote><div>&nbsp;</div><div>Boost uses autolinking feature of the MS compiler. Is there any chance
that some other lib, cpp or header file includes the regex header(s).
If so these contain the auto-linking instructions and the linker try to
link the lib.<br>
<br>
With Kind Regards,<br>
Ovanes</div></div><br>