[Insight-users] ImageJ and ITK on Solaris

Mathieu Malaterre mathieu.malaterre at kitware.com
Mon Jun 12 17:08:58 EDT 2006


Gaetan Lehmann wrote:
> Brad,
> 
> Don't you think the test here should be :
> 
>   #if !defined(__Win32__)
> 
> rather than 
> 
>   #if defined(__linux__)
> 
> ? I think dlopen should be used at least for linux, solaris, and macos x. 
> Perhaps for all the unix.


HP_UX uses shl_load, MacOSX 10.2.x uses NSLinkModule. Please have a look 
at kwsys/DynamicLoader for the proper #ifdef statement.

Thanks
Mathieu


More information about the Insight-users mailing list