<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">What about the third party libraries?<div><br></div><div>I thought that some of those were suppose to be shared libraries.</div><div><br></div><div>Brad</div><div><br><div><div>On Apr 4, 2012, at 11:04 AM, Brad King wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>On 4/4/2012 10:50 AM, Bradley Lowekamp wrote:<br><blockquote type="cite">As I am compiling for windows I am only getting the following dll when shared libaries are turn on:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">ITKCommon-4.1.dll<br></blockquote><blockquote type="cite">FactoryTestLib.dll<br></blockquote><blockquote type="cite">FileFreeTestLib.dll<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">That is it... nothing else is shared.<br></blockquote><br>This has never been supported other than for ITKCommon.<br><br>The explanation is just a few lines above the line you linked:<br><br> &nbsp;<a href="https://github.com/Kitware/ITK/blob/master/CMake/ITKSetStandardCompilerFlags.cmake#L163">https://github.com/Kitware/ITK/blob/master/CMake/ITKSetStandardCompilerFlags.cmake#L163</a><br><br> &nbsp;# Some libraries (e.g. vxl libs) have no dllexport markup, so we can<br> &nbsp;# build full shared libraries only with the GNU toolchain. For non<br> &nbsp;# gnu compilers on windows, only Common is shared. This allows for<br> &nbsp;# plugin type applications to use a dll for ITKCommon which will contain<br> &nbsp;# the static for Modified time.<br><br>dllexport markup would have to be propagated through the vnl explicit<br>instantiations. &nbsp;Compiler-specific extensions are needed to dllimport<br>explicit instantiations. &nbsp;See here for details:<br><br> &nbsp;<a href="http://www.itk.org/Wiki/Proposals:Explicit_Instantiation">http://www.itk.org/Wiki/Proposals:Explicit_Instantiation</a><br><br>The vxl folks are not interested in mangling their code with such<br>markup.<br><br>-Brad K<br></div></blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">========================================================</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Bradley Lowekamp<span class="Apple-converted-space">&nbsp;</span><span class="Apple-converted-space">&nbsp;</span></font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Medical Science and Computing for</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Office of High Performance Computing and Communications</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">National Library of Medicine<span class="Apple-converted-space">&nbsp;</span></font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; "><a href="mailto:blowekamp@mail.nih.gov">blowekamp@mail.nih.gov</a></font></p><br class="Apple-interchange-newline"></span></div></span></span><br class="Apple-interchange-newline">
</div>
<br></div></body></html>