<div dir="ltr"><br><br><div class="gmail_quote">On Tue, Sep 23, 2008 at 10:10 AM, Sharma, Gaurav <span dir="ltr"><<a href="mailto:Gaurav.Sharma@safenet-inc.com">Gaurav.Sharma@safenet-inc.com</a>></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 link="blue" vlink="purple" lang="EN-US">
<div>
<p><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial;">Hi All,</span></font></p>
<p><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial;"> </span></font></p>
<p><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial;">Can anybody tell me that If I wish to link my one static lib
'A' with other multiple static libs statically(all these libs
should become part of my 'A') on Borland c++ 5.5 platform then how
can I do that.</span></font></p>
<p><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial;">I have tried TARGET_LINK_LIBRARIES but it doesn't works.</span></font></p></div></div></blockquote><div> <font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial;">TARGET_LINK_LIBRARIES will work when you decide to link some executable with your static lib A.<br>
I don't think you can do this in portable manner. For your specific compiler you can use custom linker flags which embed required libraries into your A.<br></span></font></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div link="blue" vlink="purple" lang="EN-US"><div><p><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial;"></span></font></p>
<p><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial;"> </span></font></p>
<p><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial;">Thanks in advance</span></font></p>
<p><font size="2" color="navy" face="Times New Roman"><span style="font-size: 10pt; color: navy;">Gaurav Sharma</span></font></p>
<p><font size="3" face="Times New Roman"><span style="font-size: 12pt;"> </span></font></p>
<p><font size="3" face="Times New Roman"><span style="font-size: 12pt;"> </span></font></p>
</div>
</div>
<pre>The information contained in this electronic mail transmission
may be privileged and confidential, and therefore, protected
from disclosure. If you have received this communication in
error, please notify us immediately by replying to this
message and deleting it from your computer without copying
or disclosing it.
</pre><br>_______________________________________________<br>
CMake mailing list<br>
<a href="mailto:CMake@cmake.org">CMake@cmake.org</a><br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br></div>