<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>RE: [CMake] Creating a static lib from other static libs, HOW?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Could you post the link to the faq?&nbsp; I don't see which question covers the topic.<BR>
<BR>
Juan<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: cmake-bounces+juan.sanchez=amd.com@cmake.org on behalf of Brandon Van Every<BR>
Sent: Mon 9/17/2007 1:10 AM<BR>
To: cmake@cmake.org<BR>
Subject: Re: [CMake] Creating a static lib from other static libs, HOW?<BR>
<BR>
On 9/16/07, Juan Sanchez &lt;Juan.Sanchez@amd.com&gt; wrote:<BR>
&gt; Hello,<BR>
&gt;<BR>
&gt; The ar command can be used to extract the .o files from a .a file.<BR>
&gt; Extracting them all into the same directory, perhaps you can use some<BR>
&gt; file globbing to find all the objects and add them to another archive.<BR>
<BR>
Yeah but that's the ar command, which is specific to Unixy systems.<BR>
Doesn't help a cross-platform build solution that includes MSVC.<BR>
<BR>
I just got done telling all you guys how to reuse objects in a<BR>
platform independent manner.&nbsp; And it's in the FAQ now for handy<BR>
reference.<BR>
<BR>
<BR>
Cheers,<BR>
Brandon Van Every<BR>
_______________________________________________<BR>
CMake mailing list<BR>
CMake@cmake.org<BR>
<A HREF="http://www.cmake.org/mailman/listinfo/cmake">http://www.cmake.org/mailman/listinfo/cmake</A><BR>
<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>