[Insight-developers] Explicit instantiation linking issues on
mac platform
Hans Johnson
hans-johnson at uiowa.edu
Thu Sep 7 12:09:58 EDT 2006
Brad: Adding the explicit source files directly to the ITKCommon is
definitely my preference, and I think that it makes linking more robust and
easier to understand.
Julien: Would you be able to make this change after the cvs repository is
opened back up?
Thanks,
Hans
On 9/7/06 8:30 AM, "Brad King" <brad.king at kitware.com> wrote:
> Hans Johnson wrote:
>>>>>> IF(ITK_EXPLICIT_INSTANTIATION)
>>>>>> TARGET_LINK_LIBRARIES (ITKCommon ITKCommonExplicit)
>>>>>> ENDIF(ITK_EXPLICIT_INSTANTIATION)
>>> Do you get the error when compiling ITK or an external program using ITK?
>> The problems occur in compiling the Testing and Examples directories under
>> ITK.
>
> The problem is that symbols in ITKCommonExplicit need symbols in
> ITKCommon. The source files for ITKCommonExplicit should just be added
> to the ITKCommon library directly.
>
> -Brad
More information about the Insight-developers
mailing list