<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Forcing linking with newer library in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Forcing-linking-with-newer-library/m-p/971415#M24026</link>
    <description>I am building a console application (.exe). &lt;BR /&gt;The project links with a library that I specified &lt;BR /&gt;using 'Project Settings'/'Link'/'Input'. &lt;BR /&gt;I do wish do drag and drop the library into the &lt;BR /&gt;project view. &lt;BR /&gt; &lt;BR /&gt;When the library is newer than the executable &lt;BR /&gt;and no source files have changed, I expect the &lt;BR /&gt;'build' command to cause the application to be &lt;BR /&gt;re-linked. But this does not happen. &lt;BR /&gt; &lt;BR /&gt;What compiler/linker option do I need to set? &lt;BR /&gt;I do not mind doing this by typing an option &lt;BR /&gt;instead of just clicking a checkbox. &lt;BR /&gt; &lt;BR /&gt;Thanks, &lt;BR /&gt;Gilles</description>
    <pubDate>Sat, 27 Oct 2001 08:00:17 GMT</pubDate>
    <dc:creator>intelgg</dc:creator>
    <dc:date>2001-10-27T08:00:17Z</dc:date>
    <item>
      <title>Forcing linking with newer library</title>
      <link>https://community.intel.com/t5/Software-Archive/Forcing-linking-with-newer-library/m-p/971415#M24026</link>
      <description>I am building a console application (.exe). &lt;BR /&gt;The project links with a library that I specified &lt;BR /&gt;using 'Project Settings'/'Link'/'Input'. &lt;BR /&gt;I do wish do drag and drop the library into the &lt;BR /&gt;project view. &lt;BR /&gt; &lt;BR /&gt;When the library is newer than the executable &lt;BR /&gt;and no source files have changed, I expect the &lt;BR /&gt;'build' command to cause the application to be &lt;BR /&gt;re-linked. But this does not happen. &lt;BR /&gt; &lt;BR /&gt;What compiler/linker option do I need to set? &lt;BR /&gt;I do not mind doing this by typing an option &lt;BR /&gt;instead of just clicking a checkbox. &lt;BR /&gt; &lt;BR /&gt;Thanks, &lt;BR /&gt;Gilles</description>
      <pubDate>Sat, 27 Oct 2001 08:00:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Forcing-linking-with-newer-library/m-p/971415#M24026</guid>
      <dc:creator>intelgg</dc:creator>
      <dc:date>2001-10-27T08:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing linking with newer library</title>
      <link>https://community.intel.com/t5/Software-Archive/Forcing-linking-with-newer-library/m-p/971416#M24027</link>
      <description>When you set the library that way, the build system doesn't see it - it's just a list of files given to the linker.  The better way is to add the library to the project as if it were a source file.  That way you don't even need to change the directories list.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Sat, 27 Oct 2001 09:53:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Forcing-linking-with-newer-library/m-p/971416#M24027</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-10-27T09:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing linking with newer library</title>
      <link>https://community.intel.com/t5/Software-Archive/Forcing-linking-with-newer-library/m-p/971417#M24028</link>
      <description>Thank you Steve L. Then how do I do if I want to link the debug version of my application with the debug version of the library and the release version of the application with the release version of the library? &lt;BR /&gt;Gilles.</description>
      <pubDate>Mon, 29 Oct 2001 23:11:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Forcing-linking-with-newer-library/m-p/971417#M24028</guid>
      <dc:creator>intelgg</dc:creator>
      <dc:date>2001-10-29T23:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Forcing linking with newer library</title>
      <link>https://community.intel.com/t5/Software-Archive/Forcing-linking-with-newer-library/m-p/971418#M24029</link>
      <description>The way I'd do this is to make the library project a subproject (dependent project) of your main project.  Then when you build the main project, it will automatically rebuild the library if needed and will link to the appropriate variant.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 30 Oct 2001 00:21:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Forcing-linking-with-newer-library/m-p/971418#M24029</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-10-30T00:21:43Z</dc:date>
    </item>
  </channel>
</rss>

